1 |
querten |
1.1 |
process Demo = {
|
2 |
|
|
|
3 |
|
|
source = PoolSource
|
4 |
|
|
{
|
5 |
querten |
1.7 |
untracked vstring fileNames = { '/store/data/2008/2/8/Pass4Skim-TrackerTIF-B2/0000/806C9F95-50D7-DC11-866C-00304875A337.root' }
|
6 |
querten |
1.1 |
}
|
7 |
|
|
|
8 |
roberfro |
1.3 |
|
9 |
|
|
|
10 |
querten |
1.7 |
untracked PSet maxEvents = {untracked int32 input = 1}
|
11 |
querten |
1.1 |
|
12 |
|
|
#keep the logging output to a nice level
|
13 |
|
|
service = MessageLogger {}
|
14 |
|
|
|
15 |
querten |
1.7 |
include "Configuration/StandardSequences/data/FakeConditions.cff"
|
16 |
roberfro |
1.6 |
|
17 |
|
|
# Refitter
|
18 |
|
|
include "RecoTracker/TrackProducer/data/RefitterWithMaterial.cff"
|
19 |
|
|
replace TrackRefitter.TrajectoryInEvent = true
|
20 |
|
|
|
21 |
querten |
1.1 |
include "Visualisation/Frog/data/Frog_Analyzer.cff"
|
22 |
roberfro |
1.3 |
replace frog.OutputFile ="SinglePion.vis"
|
23 |
querten |
1.7 |
replace frog.SimTrackProducers = {}
|
24 |
querten |
1.1 |
#replace frog.SimTrackProducers = {}
|
25 |
|
|
#replace frog.SimVertexProducers = {}
|
26 |
|
|
#replace frog.SimHitProducers = {}
|
27 |
querten |
1.7 |
replace frog.TrajectoryProducers = {}
|
28 |
querten |
1.1 |
#replace frog.EcalRecHitProducers = {}
|
29 |
|
|
#replace frog.HcalHBHERecHitProducers = {}
|
30 |
|
|
#replace frog.HcalHORecHitProducers = {}
|
31 |
|
|
#replace frog.HcalHFRecHitProducers = {}
|
32 |
|
|
|
33 |
roberfro |
1.6 |
path p = {TrackRefitter, frog}
|
34 |
querten |
1.1 |
|
35 |
querten |
1.7 |
|
36 |
querten |
1.1 |
}
|