CMS 3D CMS Logo

MTDTimeCalibESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MTDTimeCalibESProducer = cms.ESProducer("MTDTimeCalibESProducer",
4  BTLLightCollSlope = cms.double(0.075),
5  BTLLightCollTime = cms.double(0.2),
6  BTLTimeOffset = cms.double(0.0115),
7  ETLTimeOffset = cms.double(0.0066),
8  appendToDataLabel = cms.string('')
9 )