ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/test/Frog_Analyzer.cfg
Revision: 1.13
Committed: Wed Jun 25 10:46:54 2008 UTC (16 years, 10 months ago) by querten
Branch: MAIN
Changes since 1.12: +18 -11 lines
Log Message:
Use of the Tree to display event content

File Contents

# User Rev Content
1 querten 1.1 process Demo = {
2    
3 roberfro 1.9 source = PoolSource
4     {
5 roberfro 1.11 untracked vstring fileNames = { '/store/mc/CSA08/Zmumu/GEN-SIM-RECO/CSA08_S156_v1/0002/0A59D9FF-A92B-DD11-8611-001A6434F19C.root' }
6 roberfro 1.9 }
7 querten 1.1
8 roberfro 1.11 //source = EmptySource {}
9 roberfro 1.3
10 roberfro 1.11
11 querten 1.13 untracked PSet maxEvents = {untracked int32 input = 10}
12 querten 1.1
13     #keep the logging output to a nice level
14     service = MessageLogger {}
15    
16 querten 1.7 include "Configuration/StandardSequences/data/FakeConditions.cff"
17 roberfro 1.6
18     # Refitter
19     include "RecoTracker/TrackProducer/data/RefitterWithMaterial.cff"
20     replace TrackRefitter.TrajectoryInEvent = true
21    
22 querten 1.1 include "Visualisation/Frog/data/Frog_Analyzer.cff"
23 roberfro 1.3 replace frog.OutputFile ="SinglePion.vis"
24 querten 1.13 #replace frog.SimTrackProducers = {}
25 querten 1.1 #replace frog.SimVertexProducers = {}
26 roberfro 1.11 replace frog.SimHitProducers = {}
27     replace frog.TrajectoryProducers = {}
28 querten 1.13 #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 roberfro 1.9
42 querten 1.13 #path p = {TrackRefitter, frog}
43 querten 1.1
44 roberfro 1.11 path p = {frog}
45 querten 1.13 #endpath o = {out}
46     #schedule = {p,o}
47 querten 1.1
48 querten 1.7
49 querten 1.1 }