ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/python/DTOfflineAnalyzer_cfi.py
(Generate patch)

Comparing UserCode/DTDPGAnalysis/python/DTOfflineAnalyzer_cfi.py (file contents):
Revision 1.1 by battilan, Wed Oct 29 15:02:38 2008 UTC vs.
Revision 1.3 by marycruz, Thu Jul 4 16:57:57 2013 UTC

# Line 8 | Line 8 | DTOfflineAnalyzer = cms.EDAnalyzer("DTOf
8      tTrigModeConfig = cms.untracked.PSet(
9          vPropWire = cms.double(24.4),
10          doTOFCorrection = cms.bool(False),
11 +        ##tofCorrType = cms.int32(2),  ## old
12          tofCorrType = cms.int32(2),
13 <        kFactor = cms.double(-1.3),
13 >        ##kFactor = cms.double(-1.3),
14          wirePropCorrType = cms.int32(0),
15          doWirePropCorrection = cms.bool(False),
16          doT0Correction = cms.bool(True),
17 +        tTrigLabel = cms.string(''),
18          debug = cms.untracked.bool(False)
19      ),
18    doWheel0 = cms.bool(True),
20      tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),
21      doHits = cms.bool(True),
22      PropagatorName = cms.string('SteppingHelixPropagator'),
23      recHits4DLabel = cms.string('dt4DSegments'),
24 +    doWheel0 = cms.bool(True),
25      doWheel1 = cms.bool(True),
26      doWheel2 = cms.bool(True),
27 +    doWheelm2 = cms.bool(True),
28 +    doWheelm1 = cms.bool(True),
29      doTrig = cms.bool(True),
30      doSegs = cms.bool(True),
31      doSA = cms.bool(True),
32      doTBox = cms.bool(False),
33 +    doTBoxWhm2 = cms.bool(False),
34 +    doTBoxWhm1 = cms.bool(False),
35 +    doTBoxWh0 = cms.bool(False),
36 +    doTBoxWh1 = cms.bool(False),
37 +    doTBoxWh2 = cms.bool(False),
38 +    doTBoxSector = cms.int32(0),
39 +    doTBoxChamber= cms.int32(0),
40 +    doTBoxSuperLayer= cms.int32(0),
41 +    doTBoxLayer = cms.int32(0),
42      isMC = cms.bool(True),
43      #      bool isMC = false
31    doWheelm2 = cms.bool(True),
32    doWheelm1 = cms.bool(True),
44      LCT_RPC = cms.bool(True),
45      DTLocalTriggerLabel = cms.string('dtunpacker'),
46      LCT_CSC = cms.bool(True),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines