Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # used for the recovery of the trigger towers
0004 tpparams12 = cms.ESSource("EmptyESSource",
0005         recordName = cms.string('EcalTPGPhysicsConstRcd'),
0006         iovIsRunNotTime = cms.bool(True),
0007         firstValid = cms.vuint32(1)
0008 )