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