CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecal2006TBH2TDCReconstructor_cfi.py
Go to the documentation of this file.
2 
3 #TDC recInfo reconstruction for H2 ECAL&HCAL TB
4 ecal2006TBH2TDCReconstructor = cms.EDProducer("EcalTBH2TDCRecInfoProducer",
5  rawInfoProducer = cms.string('tbunpacker'),
6  triggerDataProducer = cms.string('tbunpacker'),
7  recInfoCollection = cms.string('EcalTBTDCRecInfo'),
8  tdcZeros = cms.VPSet(cms.PSet(
9  endRun = cms.int32(31031),
10  tdcZero = cms.double(1050.5),
11  startRun = cms.int32(27540)
12  ),
13  cms.PSet(
14  endRun = cms.int32(999999),
15  tdcZero = cms.double(1058.5),
16  startRun = cms.int32(31032)
17  )),
18  rawInfoCollection = cms.string(''),
19  triggerDataCollection = cms.string('')
20 )
21 
22