CMS 3D CMS Logo

ecalRecHitTPGConditions_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # used for the recovery of the trigger towers
4 tpparams12 = cms.ESSource("EmptyESSource",
5  recordName = cms.string('EcalTPGPhysicsConstRcd'),
6  iovIsRunNotTime = cms.bool(True),
7  firstValid = cms.vuint32(1)
8 )