CMS 3D CMS Logo

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