CMS 3D CMS Logo

TBHcal06HcalDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 simHcalDigis = cms.EDProducer("HcalTBDigiProducer",
4  doNoise = cms.bool(False),
5  doTimeSlew = cms.bool(True),
6  minFCToDelay = cms.double(5.),
7  readoutFrameSizeTB = cms.untracked.int32(10),
8  doPhotostatisticsTB = cms.untracked.bool(True),
9  syncPhaseTB = cms.untracked.bool(False),
10  tunePhaseShiftTB = cms.untracked.double(1.0),
11  photomultiplierGainTBHB = cms.untracked.double(2000.0),
12  samplingFactorTBHB = cms.untracked.double(117.0),
13  timePhaseTBHB = cms.untracked.double(5.0),
14  binOfMaximumTBHB = cms.untracked.int32(5),
15  firstRingTBHB = cms.untracked.int32(1),
16  samplingFactorsTBHB = cms.vdouble(
17  118.98, 118.60, 118.97, 118.76, 119.13,
18  118.74, 117.80, 118.14, 116.87, 117.87,
19  117.46, 116.79, 117.15, 117.29, 118.41,
20  134.86),
21  photomultiplierGainTBHE = cms.untracked.double(2000.0),
22  samplingFactorTBHE = cms.untracked.double(178.0),
23  timePhaseTBHE = cms.untracked.double(5.0),
24  binOfMaximumTBHE = cms.untracked.int32(5),
25  firstRingTBHE = cms.untracked.int32(16),
26  samplingFactorsTBHE = cms.vdouble(
27  197.84, 184.67, 170.60, 172.06, 173.08,
28  171.92, 173.00, 173.22, 173.72, 174.21,
29  173.91, 175.88, 171.65, 171.65),
30  photomultiplierGainTBHO = cms.untracked.double(4000.0),
31  samplingFactorTBHO = cms.untracked.double(217.0),
32  timePhaseTBHO = cms.untracked.double(5.0),
33  binOfMaximumTBHO = cms.untracked.int32(5),
34  firstRingTBHO = cms.untracked.int32(16),
35  samplingFactorsTBHO = cms.vdouble(231.0, 231.0, 231.0, 231.0,
36  360.0, 360.0, 360.0, 360.0, 360.0, 360.0,
37  360.0, 360.0, 360.0, 360.0, 360.0)
38 )
39 
40 
41