Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import os
0002 import FWCore.ParameterSet.Config as cms
0003 
0004 # esmodule creating  records + corresponding empty essource
0005 EcalEBTrigPrimPhase2ESProducer = cms.ESProducer("EcalEBTrigPrimPhase2ESProducer",
0006     DatabaseFile = cms.untracked.string('TPG_beamv5_MC_startup.txt.gz'),
0007    WeightTextFile = cms.FileInPath('SimCalorimetry/EcalEBTrigPrimProducers/data/AmpTimeOnPeakXtalWeightsCMSSWPulse_8samples_peakOnSix_WithAndyFixes.txt.gz'),
0008    WriteInFile = cms.bool(False)
0009 )
0010 
0011 tpparams = cms.ESSource("EmptyESSource",
0012     recordName = cms.string('EcalEBPhase2TPGLinearizationConstRcd'),
0013     iovIsRunNotTime = cms.bool(True),
0014     firstValid = cms.vuint32(1)
0015 )
0016 
0017 tpparams2 = cms.ESSource("EmptyESSource",
0018     recordName = cms.string('EcalEBPhase2TPGPedestalsRcd'),
0019     iovIsRunNotTime = cms.bool(True),
0020     firstValid = cms.vuint32(1)
0021 )
0022 
0023 
0024 tpparams4 = cms.ESSource("EmptyESSource",
0025     recordName = cms.string('EcalEBPhase2TPGAmplWeightIdMapRcd'),
0026     iovIsRunNotTime = cms.bool(True),
0027     firstValid = cms.vuint32(1)
0028 )
0029 
0030 tpparams17 = cms.ESSource("EmptyESSource",
0031     recordName = cms.string('EcalEBPhase2TPGTimeWeightIdMapRcd'),
0032     iovIsRunNotTime = cms.bool(True),
0033     firstValid = cms.vuint32(1)
0034 )
0035 
0036 
0037 tpparams5 = cms.ESSource("EmptyESSource",
0038     recordName = cms.string('EcalTPGWeightGroupRcd'),
0039     iovIsRunNotTime = cms.bool(True),
0040     firstValid = cms.vuint32(1)
0041 )
0042 
0043 
0044 tpparams12 = cms.ESSource("EmptyESSource",
0045     recordName = cms.string('EcalTPGPhysicsConstRcd'),
0046     iovIsRunNotTime = cms.bool(True),
0047     firstValid = cms.vuint32(1)
0048 )
0049 
0050 tpparams13 = cms.ESSource("EmptyESSource",
0051     recordName = cms.string('EcalTPGCrystalStatusRcd'),
0052     iovIsRunNotTime = cms.bool(True),
0053     firstValid = cms.vuint32(1)
0054 )
0055 
0056 tpparams14 = cms.ESSource("EmptyESSource",
0057     recordName = cms.string('EcalTPGTowerStatusRcd'),
0058     iovIsRunNotTime = cms.bool(True),
0059     firstValid = cms.vuint32(1)
0060 )
0061 
0062 tpparams15 = cms.ESSource("EmptyESSource",
0063     recordName = cms.string('EcalTPGSpikeRcd'),
0064     iovIsRunNotTime = cms.bool(True),
0065     firstValid = cms.vuint32(1)
0066 )
0067 
0068 tpparams16 = cms.ESSource("EmptyESSource",
0069     recordName = cms.string('EcalTPGStripStatusRcd'),
0070     iovIsRunNotTime = cms.bool(True),
0071     firstValid = cms.vuint32(1)
0072 )
0073