Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # esmodule creating  records + corresponding empty essource
0004 EcalTrigPrimESProducer = cms.ESProducer("EcalTrigPrimESProducer",
0005     DatabaseFile = cms.untracked.string('TPG_beamv5_MC_startup.txt.gz'),
0006     WriteInFile = cms.bool(False)
0007 )
0008 
0009 tpparams = cms.ESSource("EmptyESSource",
0010     recordName = cms.string('EcalTPGLinearizationConstRcd'),
0011     iovIsRunNotTime = cms.bool(True),
0012     firstValid = cms.vuint32(1)
0013 )
0014 
0015 tpparams2 = cms.ESSource("EmptyESSource",
0016     recordName = cms.string('EcalTPGPedestalsRcd'),
0017     iovIsRunNotTime = cms.bool(True),
0018     firstValid = cms.vuint32(1)
0019 )
0020 
0021 tpparams3 = cms.ESSource("EmptyESSource",
0022     recordName = cms.string('EcalTPGSlidingWindowRcd'),
0023     iovIsRunNotTime = cms.bool(True),
0024     firstValid = cms.vuint32(1)
0025 )
0026 
0027 tpparams4 = cms.ESSource("EmptyESSource",
0028     recordName = cms.string('EcalTPGWeightIdMapRcd'),
0029     iovIsRunNotTime = cms.bool(True),
0030     firstValid = cms.vuint32(1)
0031 )
0032 
0033 tpparams5 = cms.ESSource("EmptyESSource",
0034     recordName = cms.string('EcalTPGWeightGroupRcd'),
0035     iovIsRunNotTime = cms.bool(True),
0036     firstValid = cms.vuint32(1)
0037 )
0038 
0039 tpparams6 = cms.ESSource("EmptyESSource",
0040     recordName = cms.string('EcalTPGLutGroupRcd'),
0041     iovIsRunNotTime = cms.bool(True),
0042     firstValid = cms.vuint32(1)
0043 )
0044 
0045 tpparams7 = cms.ESSource("EmptyESSource",
0046     recordName = cms.string('EcalTPGLutIdMapRcd'),
0047     iovIsRunNotTime = cms.bool(True),
0048     firstValid = cms.vuint32(1)
0049 )
0050 
0051 tpparams8 = cms.ESSource("EmptyESSource",
0052     recordName = cms.string('EcalTPGFineGrainEBIdMapRcd'),
0053     iovIsRunNotTime = cms.bool(True),
0054     firstValid = cms.vuint32(1)
0055 )
0056 
0057 tpparams9 = cms.ESSource("EmptyESSource",
0058     recordName = cms.string('EcalTPGFineGrainEBGroupRcd'),
0059     iovIsRunNotTime = cms.bool(True),
0060     firstValid = cms.vuint32(1)
0061 )
0062 
0063 tpparams10 = cms.ESSource("EmptyESSource",
0064     recordName = cms.string('EcalTPGFineGrainStripEERcd'),
0065     iovIsRunNotTime = cms.bool(True),
0066     firstValid = cms.vuint32(1)
0067 )
0068 
0069 tpparams11 = cms.ESSource("EmptyESSource",
0070     recordName = cms.string('EcalTPGFineGrainTowerEERcd'),
0071     iovIsRunNotTime = cms.bool(True),
0072     firstValid = cms.vuint32(1)
0073 )
0074 
0075 tpparams12 = cms.ESSource("EmptyESSource",
0076     recordName = cms.string('EcalTPGPhysicsConstRcd'),
0077     iovIsRunNotTime = cms.bool(True),
0078     firstValid = cms.vuint32(1)
0079 )
0080 
0081 tpparams13 = cms.ESSource("EmptyESSource",
0082     recordName = cms.string('EcalTPGCrystalStatusRcd'),
0083     iovIsRunNotTime = cms.bool(True),
0084     firstValid = cms.vuint32(1)
0085 )
0086 
0087 tpparams14 = cms.ESSource("EmptyESSource",
0088     recordName = cms.string('EcalTPGTowerStatusRcd'),
0089     iovIsRunNotTime = cms.bool(True),
0090     firstValid = cms.vuint32(1)
0091 )
0092 
0093 tpparams15 = cms.ESSource("EmptyESSource",
0094     recordName = cms.string('EcalTPGSpikeRcd'),
0095     iovIsRunNotTime = cms.bool(True),
0096     firstValid = cms.vuint32(1)
0097 )
0098 
0099 tpparams16 = cms.ESSource("EmptyESSource",
0100     recordName = cms.string('EcalTPGStripStatusRcd'),
0101     iovIsRunNotTime = cms.bool(True),
0102     firstValid = cms.vuint32(1)
0103 )
0104 
0105 tpparams17 = cms.ESSource("EmptyESSource",
0106     recordName = cms.string('EcalTPGOddWeightIdMapRcd'),
0107     iovIsRunNotTime = cms.bool(True),
0108     firstValid = cms.vuint32(1)
0109 )
0110 
0111 tpparams18 = cms.ESSource("EmptyESSource",
0112     recordName = cms.string('EcalTPGOddWeightGroupRcd'),
0113     iovIsRunNotTime = cms.bool(True),
0114     firstValid = cms.vuint32(1)
0115 )
0116 
0117 tpparams19 = cms.ESSource("EmptyESSource",
0118     recordName = cms.string('EcalTPGTPModeRcd'),
0119     iovIsRunNotTime = cms.bool(True),
0120     firstValid = cms.vuint32(1)
0121 )