Main Page
Namespaces
Classes
Package Documentation
Calibration
HcalAlCaRecoProducers
python
alcaiterphisym_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# producer for alcaiterativephisym (HCAL Iterative Phi Symmetry)
4
5
6
IterativePhiSymProd = cms.EDProducer(
"AlCaEcalHcalReadoutsProducer"
,
7
hbheInput = cms.InputTag(
"hbhereco"
),
8
hoInput = cms.InputTag(
"horeco"
),
9
hfInput = cms.InputTag(
"hfreco"
)
10
)
11
12
13
14
15
Generated for CMSSW Reference Manual by
1.8.11