CMS 3D CMS Logo

alcaminbias_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # producer for alcaminbisas (HCAL minimum bias)
4 
5 MinProd = cms.EDProducer("AlCaEcalHcalReadoutsProducer",
6  hbheInput = cms.InputTag("hbherecoMB"),
7  hfInput = cms.InputTag("hfrecoMB"),
8  hoInput = cms.InputTag("horecoMB")
9 )
10 
11