ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/python/DTOfflineAnalyzer_cfi.py
Revision: 1.1
Committed: Wed Oct 29 15:02:38 2008 UTC (16 years, 6 months ago) by battilan
Content type: text/x-python
Branch: MAIN
CVS Tags: V00-00-14, V00-00-13, V00-00-12, V00-00-11, V00-00-10, V00-00-09, V00-00-08, V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00
Log Message:
added DT Analysis cf* and included global reco in common

File Contents

# User Rev Content
1 battilan 1.1 import FWCore.ParameterSet.Config as cms
2    
3     DTOfflineAnalyzer = cms.EDAnalyzer("DTOfflineAnalyzer",
4     LCT_DT = cms.bool(True),
5     recHits2DLabel = cms.string('dt2DSegments'),
6     rootFileName = cms.untracked.string('DTAnalyzerTest.root'),
7     SALabel = cms.string('cosmicMuonsBarrelOnly'),
8     tTrigModeConfig = cms.untracked.PSet(
9     vPropWire = cms.double(24.4),
10     doTOFCorrection = cms.bool(False),
11     tofCorrType = cms.int32(2),
12     kFactor = cms.double(-1.3),
13     wirePropCorrType = cms.int32(0),
14     doWirePropCorrection = cms.bool(False),
15     doT0Correction = cms.bool(True),
16     debug = cms.untracked.bool(False)
17     ),
18     doWheel0 = cms.bool(True),
19     tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),
20     doHits = cms.bool(True),
21     PropagatorName = cms.string('SteppingHelixPropagator'),
22     recHits4DLabel = cms.string('dt4DSegments'),
23     doWheel1 = cms.bool(True),
24     doWheel2 = cms.bool(True),
25     doTrig = cms.bool(True),
26     doSegs = cms.bool(True),
27     doSA = cms.bool(True),
28     doTBox = cms.bool(False),
29     isMC = cms.bool(True),
30     # bool isMC = false
31     doWheelm2 = cms.bool(True),
32     doWheelm1 = cms.bool(True),
33     LCT_RPC = cms.bool(True),
34     DTLocalTriggerLabel = cms.string('dtunpacker'),
35     LCT_CSC = cms.bool(True),
36     debug = cms.untracked.bool(False),
37     recHits1DLabel = cms.string('dt1DRecHits')
38     )