CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_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_craft.txt.gz')
00006 )
00007 
00008 tpparams = cms.ESSource("EmptyESSource",
00009     recordName = cms.string('EcalTPGLinearizationConstRcd'),
00010     iovIsRunNotTime = cms.bool(True),
00011     firstValid = cms.vuint32(1)
00012 )
00013 
00014 tpparams2 = cms.ESSource("EmptyESSource",
00015     recordName = cms.string('EcalTPGPedestalsRcd'),
00016     iovIsRunNotTime = cms.bool(True),
00017     firstValid = cms.vuint32(1)
00018 )
00019 
00020 tpparams3 = cms.ESSource("EmptyESSource",
00021     recordName = cms.string('EcalTPGSlidingWindowRcd'),
00022     iovIsRunNotTime = cms.bool(True),
00023     firstValid = cms.vuint32(1)
00024 )
00025 
00026 tpparams4 = cms.ESSource("EmptyESSource",
00027     recordName = cms.string('EcalTPGWeightIdMapRcd'),
00028     iovIsRunNotTime = cms.bool(True),
00029     firstValid = cms.vuint32(1)
00030 )
00031 
00032 tpparams5 = cms.ESSource("EmptyESSource",
00033     recordName = cms.string('EcalTPGWeightGroupRcd'),
00034     iovIsRunNotTime = cms.bool(True),
00035     firstValid = cms.vuint32(1)
00036 )
00037 
00038 tpparams6 = cms.ESSource("EmptyESSource",
00039     recordName = cms.string('EcalTPGLutGroupRcd'),
00040     iovIsRunNotTime = cms.bool(True),
00041     firstValid = cms.vuint32(1)
00042 )
00043 
00044 tpparams7 = cms.ESSource("EmptyESSource",
00045     recordName = cms.string('EcalTPGLutIdMapRcd'),
00046     iovIsRunNotTime = cms.bool(True),
00047     firstValid = cms.vuint32(1)
00048 )
00049 
00050 tpparams8 = cms.ESSource("EmptyESSource",
00051     recordName = cms.string('EcalTPGFineGrainEBIdMapRcd'),
00052     iovIsRunNotTime = cms.bool(True),
00053     firstValid = cms.vuint32(1)
00054 )
00055 
00056 tpparams9 = cms.ESSource("EmptyESSource",
00057     recordName = cms.string('EcalTPGFineGrainEBGroupRcd'),
00058     iovIsRunNotTime = cms.bool(True),
00059     firstValid = cms.vuint32(1)
00060 )
00061 
00062 tpparams10 = cms.ESSource("EmptyESSource",
00063     recordName = cms.string('EcalTPGFineGrainStripEERcd'),
00064     iovIsRunNotTime = cms.bool(True),
00065     firstValid = cms.vuint32(1)
00066 )
00067 
00068 tpparams11 = cms.ESSource("EmptyESSource",
00069     recordName = cms.string('EcalTPGFineGrainTowerEERcd'),
00070     iovIsRunNotTime = cms.bool(True),
00071     firstValid = cms.vuint32(1)
00072 )
00073 
00074 tpparams12 = cms.ESSource("EmptyESSource",
00075     recordName = cms.string('EcalTPGPhysicsConstRcd'),
00076     iovIsRunNotTime = cms.bool(True),
00077     firstValid = cms.vuint32(1)
00078 )
00079 
00080 tpparams13 = cms.ESSource("EmptyESSource",
00081     recordName = cms.string('EcalTPGCrystalStatusRcd'),
00082     iovIsRunNotTime = cms.bool(True),
00083     firstValid = cms.vuint32(1)
00084 )
00085 
00086 tpparams14 = cms.ESSource("EmptyESSource",
00087     recordName = cms.string('EcalTPGTowerStatusRcd'),
00088     iovIsRunNotTime = cms.bool(True),
00089     firstValid = cms.vuint32(1)
00090 )
00091