CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTFakeT0ESProducer_cfi.py
Go to the documentation of this file.
2 
3 DTFakeT0ESProducer = cms.ESSource("DTFakeT0ESProducer",
4  t0Mean = cms.double(0.0),
5  t0Sigma = cms.double(0.0)
6 )
7 
8 
9