CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # esmodule creating  records + corresponding empty essource
00004 EcalTrigPrimESProducer = cms.ESProducer("EcalTrigPrimESProducer",
00005     DatabaseFile = cms.untracked.string('TPG_beamv5_MC_startup.txt.gz'),
00006     WriteInFile = cms.bool(False)
00007 )
00008 
00009 tpparams = cms.ESSource("EmptyESSource",
00010     recordName = cms.string('EcalTPGLinearizationConstRcd'),
00011     iovIsRunNotTime = cms.bool(True),
00012     firstValid = cms.vuint32(1)
00013 )
00014 
00015 tpparams2 = cms.ESSource("EmptyESSource",
00016     recordName = cms.string('EcalTPGPedestalsRcd'),
00017     iovIsRunNotTime = cms.bool(True),
00018     firstValid = cms.vuint32(1)
00019 )
00020 
00021 tpparams3 = cms.ESSource("EmptyESSource",
00022     recordName = cms.string('EcalTPGSlidingWindowRcd'),
00023     iovIsRunNotTime = cms.bool(True),
00024     firstValid = cms.vuint32(1)
00025 )
00026 
00027 tpparams4 = cms.ESSource("EmptyESSource",
00028     recordName = cms.string('EcalTPGWeightIdMapRcd'),
00029     iovIsRunNotTime = cms.bool(True),
00030     firstValid = cms.vuint32(1)
00031 )
00032 
00033 tpparams5 = cms.ESSource("EmptyESSource",
00034     recordName = cms.string('EcalTPGWeightGroupRcd'),
00035     iovIsRunNotTime = cms.bool(True),
00036     firstValid = cms.vuint32(1)
00037 )
00038 
00039 tpparams6 = cms.ESSource("EmptyESSource",
00040     recordName = cms.string('EcalTPGLutGroupRcd'),
00041     iovIsRunNotTime = cms.bool(True),
00042     firstValid = cms.vuint32(1)
00043 )
00044 
00045 tpparams7 = cms.ESSource("EmptyESSource",
00046     recordName = cms.string('EcalTPGLutIdMapRcd'),
00047     iovIsRunNotTime = cms.bool(True),
00048     firstValid = cms.vuint32(1)
00049 )
00050 
00051 tpparams8 = cms.ESSource("EmptyESSource",
00052     recordName = cms.string('EcalTPGFineGrainEBIdMapRcd'),
00053     iovIsRunNotTime = cms.bool(True),
00054     firstValid = cms.vuint32(1)
00055 )
00056 
00057 tpparams9 = cms.ESSource("EmptyESSource",
00058     recordName = cms.string('EcalTPGFineGrainEBGroupRcd'),
00059     iovIsRunNotTime = cms.bool(True),
00060     firstValid = cms.vuint32(1)
00061 )
00062 
00063 tpparams10 = cms.ESSource("EmptyESSource",
00064     recordName = cms.string('EcalTPGFineGrainStripEERcd'),
00065     iovIsRunNotTime = cms.bool(True),
00066     firstValid = cms.vuint32(1)
00067 )
00068 
00069 tpparams11 = cms.ESSource("EmptyESSource",
00070     recordName = cms.string('EcalTPGFineGrainTowerEERcd'),
00071     iovIsRunNotTime = cms.bool(True),
00072     firstValid = cms.vuint32(1)
00073 )
00074 
00075 tpparams12 = cms.ESSource("EmptyESSource",
00076     recordName = cms.string('EcalTPGPhysicsConstRcd'),
00077     iovIsRunNotTime = cms.bool(True),
00078     firstValid = cms.vuint32(1)
00079 )
00080 
00081 tpparams13 = cms.ESSource("EmptyESSource",
00082     recordName = cms.string('EcalTPGCrystalStatusRcd'),
00083     iovIsRunNotTime = cms.bool(True),
00084     firstValid = cms.vuint32(1)
00085 )
00086 
00087 tpparams14 = cms.ESSource("EmptyESSource",
00088     recordName = cms.string('EcalTPGTowerStatusRcd'),
00089     iovIsRunNotTime = cms.bool(True),
00090     firstValid = cms.vuint32(1)
00091 )
00092 
00093 tpparams15 = cms.ESSource("EmptyESSource",
00094     recordName = cms.string('EcalTPGSpikeRcd'),
00095     iovIsRunNotTime = cms.bool(True),
00096     firstValid = cms.vuint32(1)
00097 )
00098 
00099 tpparams16 = cms.ESSource("EmptyESSource",
00100     recordName = cms.string('EcalTPGStripStatusRcd'),
00101     iovIsRunNotTime = cms.bool(True),
00102     firstValid = cms.vuint32(1)
00103 )
00104