Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # ESProducer for EcalTPGPhysicsConst
0004 # esmodule creating  records + corresponding empty essource
0005 from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_cff import *
0006 
0007 tpparams12 = cms.ESSource("EmptyESSource", 
0008                       recordName = cms.string("EcalTPGPhysicsConstRcd"),
0009                       firstValid = cms.vuint32(1),
0010                       iovIsRunNotTime = cms.bool(True)
0011                      )