CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
apdSimParameters_cff.py
Go to the documentation of this file.
2 
3 apd_sim_parameters = cms.PSet(
4  apdAddToBarrel = cms.bool(False),
5  apdSeparateDigi = cms.bool(True),
6  apdSimToPELow = cms.double(2.45e6),
7  apdSimToPEHigh = cms.double(88.2e6),
8  apdTimeOffset = cms.double(-12.0),
9  apdTimeOffWidth = cms.double(0.8),
10  apdDoPEStats = cms.bool(True),
11  apdDigiTag = cms.string("APD"),
12  apdShapeTstart = cms.double( 74.5 ),
13  apdShapeTau = cms.double( 40.5 )
14 )
15