CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py

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