CMS 3D CMS Logo

DTFakeT0ESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DTFakeT0ESProducer = cms.ESSource("DTFakeT0ESProducer",
4  t0Mean = cms.double(0.0),
5  t0Sigma = cms.double(0.0)
6 )
7 
8 
9