CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcaminbias_cfi.py
Go to the documentation of this file.
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