CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/Calibration/HcalAlCaRecoProducers/python/alcaminbias_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # producer for alcaminbisas (HCAL minimum bias)
00004 
00005 MinProd = cms.EDProducer("AlCaEcalHcalReadoutsProducer",
00006     hbheInput = cms.InputTag("hbherecoMB"),
00007     hfInput = cms.InputTag("hfrecoMB"),
00008     hoInput = cms.InputTag("horecoMB")
00009 )
00010 
00011