ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/test/Frog_Analyzer.cfg
Revision: 1.17
Committed: Mon Jun 30 13:09:43 2008 UTC (16 years, 10 months ago) by roberfro
Branch: MAIN
CVS Tags: Version_1_00
Changes since 1.16: +2 -2 lines
Log Message:
Compilable on windows

File Contents

# Content
1 process Demo = {
2
3 source = PoolSource
4 {
5 untracked vstring fileNames = { '/store/mc/CSA08/Zmumu/GEN-SIM-RECO/CSA08_S156_v1/0002/0A59D9FF-A92B-DD11-8611-001A6434F19C.root' }
6 }
7
8 //source = EmptySource {}
9
10
11 untracked PSet maxEvents = {untracked int32 input = 10}
12
13 #keep the logging output to a nice level
14 service = MessageLogger {}
15
16 include "Configuration/StandardSequences/data/FakeConditions.cff"
17
18 # Refitter
19 include "RecoTracker/TrackProducer/data/RefitterWithMaterial.cff"
20 replace TrackRefitter.TrajectoryInEvent = true
21
22 include "Visualisation/Frog/data/Frog_Analyzer.cff"
23 replace frog.OutputFile ="Zmumu.vis"
24 #replace frog.SimTrackProducers = {}
25 #replace frog.SimVertexProducers = {}
26 replace frog.SimHitProducers = {}
27 replace frog.TrajectoryProducers = {}
28 replace frog.TrackProducers = {generalTracks}
29 replace frog.EcalRecHitProducers = {}
30 replace frog.HcalHBHERecHitProducers = {}
31 replace frog.HcalHORecHitProducers = {}
32 replace frog.HcalHFRecHitProducers = {}
33 replace frog.DTSegmentProducers = {}
34 replace frog.CSCSegmentProducers = {}
35 replace frog.RPCHitsProducers = {}
36
37 #module out = PoolOutputModule
38 #{
39 # untracked string fileName = "out.root"
40 #}
41
42 #path p = {TrackRefitter, frog}
43
44 path p = {frog}
45 #endpath o = {out}
46 #schedule = {p,o}
47
48
49 }
50