ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/data/Frog_Analyzer.cfi
Revision: 1.7
Committed: Wed Jul 9 08:49:49 2008 UTC (16 years, 10 months ago) by querten
Branch: MAIN
CVS Tags: Version_1_02, Version_1_01
Changes since 1.6: +4 -1 lines
Log Message:
Allow Online Production of .vis

File Contents

# User Rev Content
1 querten 1.1 // Put here the modules you want the cfg file to use,
2     // then include this file in your cfg file.
3     // i.e. in Frog_Analyzer.cfg replace 'module demo = Frog_Analyzer {} '
4     // with 'include "anlyzerDir/Frog/data/Frog_Analyzer.cfi" '.
5     // (Remember that filenames are case sensitive.)
6    
7     module frog = Frog_Analyzer
8     {
9     string OutputFile = "MinBias.vis"
10    
11     VInputTag SimTrackProducers = {g4SimHits}
12 roberfro 1.6 VInputTag SimVertexProducers = {g4SimHits:}
13 querten 1.1 VInputTag SimHitProducers = {g4SimHits:TrackerHitsPixelBarrelLowTof,
14     g4SimHits:TrackerHitsPixelBarrelHighTof,
15     g4SimHits:TrackerHitsPixelEndcapLowTof,
16     g4SimHits:TrackerHitsPixelEndcapHighTof,
17     g4SimHits:TrackerHitsTIBLowTof,
18     g4SimHits:TrackerHitsTIBHighTof,
19     g4SimHits:TrackerHitsTIDLowTof,
20     g4SimHits:TrackerHitsTIDHighTof,
21     g4SimHits:TrackerHitsTOBLowTof,
22     g4SimHits:TrackerHitsTOBHighTof,
23     g4SimHits:TrackerHitsTECLowTof,
24     g4SimHits:TrackerHitsTECHighTof}
25    
26 roberfro 1.4 VInputTag TrajectoryProducers = {TrackRefitter}
27 querten 1.5 VInputTag TrackProducers = {}
28 querten 1.1 VInputTag EcalRecHitProducers = {ecalRecHit:EcalRecHitsEB,
29     ecalRecHit:EcalRecHitsEE,
30     ecalPreshowerRecHit:EcalRecHitsES}
31    
32     VInputTag HcalHBHERecHitProducers = {hbhereco}
33     VInputTag HcalHORecHitProducers = {horeco}
34     VInputTag HcalHFRecHitProducers = {hfreco}
35 querten 1.2
36     VInputTag DTSegmentProducers = {dt4DSegments}
37     VInputTag CSCSegmentProducers = {cscSegments}
38    
39     VInputTag RPCHitsProducers = {rpcRecHits}
40 querten 1.7
41     int32 NEventsInVisFile = -1
42     bool ProduceGeom = true
43    
44 roberfro 1.6 bool SaveTrackerGeom = true
45     bool SaveMuonGeom = true
46     bool SaveCaloGeom = true
47 querten 1.1
48     }