|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |