CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
castordigi_cfi Namespace Reference

Variables

tuple simCastorDigis
 

Variable Documentation

tuple castordigi_cfi.simCastorDigis
Initial value:
1 = cms.EDProducer("CastorDigiProducer",
2  doNoise = cms.bool(True),
3  doTimeSlew = cms.bool(True),
4  castor = cms.PSet(
5  readoutFrameSize = cms.int32(6),
6  binOfMaximum = cms.int32(5),
7  samplingFactor = cms.double(16.75), ## pe/GeV
8 
9  doPhotoStatistics = cms.bool(True),
10  photoelectronsToAnalog = cms.double(0.848), #pp: 4.24; pPb: 0.848 = 4.24/5; PbPb: 0.212 = 4.24/20
11  simHitToPhotoelectrons = cms.double(1000.0),
12  syncPhase = cms.bool(True),
13  timePhase = cms.double(-4.0)
14  )
15 )

Definition at line 3 of file castordigi_cfi.py.