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

Comparing UserCode/DTDPGAnalysis/python/STAOfflineAnalyzer_cfi.py (file contents):
Revision 1.1 by battilan, Wed Oct 29 15:02:38 2008 UTC vs.
Revision 1.2 by marycruz, Thu Jul 4 17:00:32 2013 UTC

# Line 16 | Line 16 | STAOfflineAnalyzer = cms.EDAnalyzer("STA
16      tTrigModeConfig = cms.untracked.PSet(
17          vPropWire = cms.double(24.4),
18          doTOFCorrection = cms.bool(False),
19 <        tofCorrType = cms.int32(2),
20 <        kFactor = cms.double(-1.3),
19 >        ##tofCorrType = cms.int32(2),   ## old
20 >        tofCorrType = cms.int32(0),
21 >        ##kFactor = cms.double(-1.3),
22          wirePropCorrType = cms.int32(0),
23          doWirePropCorrection = cms.bool(False),
24          doT0Correction = cms.bool(True),
25 +        tTrigLabel = cms.string(''),   ##For Collisions
26          debug = cms.untracked.bool(False)
27      ),
28      tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines