Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:29

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 DTFakeT0ESProducer = cms.ESSource("DTFakeT0ESProducer",
0004     t0Mean = cms.double(0.0),
0005     t0Sigma = cms.double(0.0)
0006 )
0007 
0008 
0009