CMS 3D CMS Logo

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