00001 import FWCore.ParameterSet.Config as cms 00002 00003 simHcalDigis = cms.EDProducer("HcalTBDigiProducer", 00004 doNoise = cms.bool(False), 00005 doTimeSlew = cms.bool(True), 00006 readoutFrameSizeTB = cms.untracked.int32(10), 00007 doPhotostatisticsTB = cms.untracked.bool(True), 00008 syncPhaseTB = cms.untracked.bool(False), 00009 tunePhaseShiftTB = cms.untracked.double(1.0), 00010 photomultiplierGainTBHB = cms.untracked.double(2000.0), 00011 photoelectronsToAnalogTBHB = cms.untracked.vdouble([0.3305]*16), 00012 samplingFactorTBHB = cms.untracked.double(117.0), 00013 timePhaseTBHB = cms.untracked.double(5.0), 00014 binOfMaximumTBHB = cms.untracked.int32(5), 00015 firstRingTBHB = cms.untracked.int32(1), 00016 samplingFactorsTBHB = cms.vdouble( 00017 118.98, 118.60, 118.97, 118.76, 119.13, 00018 118.74, 117.80, 118.14, 116.87, 117.87, 00019 117.46, 116.79, 117.15, 117.29, 118.41, 00020 134.86), 00021 photomultiplierGainTBHE = cms.untracked.double(2000.0), 00022 photoelectronsToAnalogTBHE = cms.vdouble([0.3305]*14), 00023 samplingFactorTBHE = cms.untracked.double(178.0), 00024 timePhaseTBHE = cms.untracked.double(5.0), 00025 binOfMaximumTBHE = cms.untracked.int32(5), 00026 firstRingTBHE = cms.untracked.int32(16), 00027 samplingFactorsTBHE = cms.vdouble( 00028 197.84, 184.67, 170.60, 172.06, 173.08, 00029 171.92, 173.00, 173.22, 173.72, 174.21, 00030 173.91, 175.88, 171.65, 171.65), 00031 photomultiplierGainTBHO = cms.untracked.double(4000.0), 00032 photoelectronsToAnalogTBHO = cms.vdouble(0.24, 0.24, 0.24, 0.24, 00033 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 00034 0.17, 0.17, 0.17, 0.17, 0.17), 00035 samplingFactorTBHO = cms.untracked.double(217.0), 00036 timePhaseTBHO = cms.untracked.double(5.0), 00037 binOfMaximumTBHO = cms.untracked.int32(5), 00038 firstRingTBHO = cms.untracked.int32(16), 00039 samplingFactorsTBHO = cms.vdouble(231.0, 231.0, 231.0, 231.0, 00040 360.0, 360.0, 360.0, 360.0, 360.0, 360.0, 00041 360.0, 360.0, 360.0, 360.0, 360.0) 00042 ) 00043 00044 00045