Main Page
Namespaces
Classes
Package Documentation
Calibration
HcalAlCaRecoProducers
python
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
Generated for CMSSW Reference Manual by
1.8.11