CMS 3D CMS Logo

EcalTPGTowerStatus_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EcalTrivialConditionRetriever = cms.ESSource("EcalTrivialConditionRetriever",
4  producedEcalTrgTowerStatus = cms.untracked.bool(True),
5  trgTowerStatusFile = cms.untracked.string('CondTools/Ecal/python/BTT_DATA_CONF_ID_2982.dat')
6 )