test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTPGScale_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # ESProducer for EcalTPGPhysicsConst
4 # esmodule creating records + corresponding empty essource
6 
7 tpparams12 = cms.ESSource("EmptyESSource",
8  recordName = cms.string("EcalTPGPhysicsConstRcd"),
9  firstValid = cms.vuint32(1),
10  iovIsRunNotTime = cms.bool(True)
11  )