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.
1 import FWCore.ParameterSet.Config as cms
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(-13.5),
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  apdNonlParms = cms.vdouble( 1.48, -3.75, 1.81, 1.26, 2.0, 45, 1.0 )
15 )
16