1 |
process ValidationProduction = {
|
2 |
|
3 |
source = PoolSource {
|
4 |
untracked vstring fileNames = { 'file:./evtgen_detsim_oldSimTrackManagerNOCUT.root' }
|
5 |
}
|
6 |
include "Geometry/TrackerRecoData/data/trackerRecoGeometryXML.cfi"
|
7 |
|
8 |
include "Geometry/TrackerNumberingBuilder/data/trackerNumberingGeometry.cfi"
|
9 |
include "Geometry/TrackerGeometryBuilder/data/trackerGeometry.cfi"
|
10 |
|
11 |
|
12 |
module prod = SimHitTrackerAnalyzer {
|
13 |
untracked string HistOutFile = 'Histos.root'
|
14 |
}
|
15 |
|
16 |
untracked PSet maxEvents = {untracked int32 input = 1}
|
17 |
|
18 |
#provide a scheduler path
|
19 |
path p1 = {prod}
|
20 |
}
|