CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcagammajet_cfi.py
Go to the documentation of this file.
2 
3 # producer for alcadijets (HCAL gamma-jet)
4 GammaJetProd = cms.EDProducer("AlCaGammaJetProducer",
5  hbheInput = cms.InputTag("hbhereco"),
6  correctedIslandBarrelSuperClusterCollection = cms.string(''),
7  correctedIslandEndcapSuperClusterCollection = cms.string(''),
8  hfInput = cms.InputTag("hfreco"),
9  hoInput = cms.InputTag("horeco"),
10  correctedIslandEndcapSuperClusterProducer = cms.string('correctedIslandEndcapSuperClusters'),
11  correctedIslandBarrelSuperClusterProducer = cms.string('correctedIslandBarrelSuperClusters'),
12  ecalInputs = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE")),
13  # VInputTag srcCalo = {iterativeCone5CaloJets, midPointCone5CaloJets, midPointCone7CaloJets,ktCaloJets}
14  srcCalo = cms.VInputTag(cms.InputTag("iterativeCone7CaloJets")),
15  inputTrackLabel = cms.untracked.string('generalTracks')
16 )
17 
18