CMS 3D CMS Logo

alcagammajet_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # producer for alcadijets (HCAL gamma-jet)
00004 GammaJetProd = cms.EDProducer("AlCaGammaJetProducer",
00005     hbheInput = cms.InputTag("hbhereco"),
00006     correctedIslandBarrelSuperClusterCollection = cms.string(''),
00007     correctedIslandEndcapSuperClusterCollection = cms.string(''),
00008     hfInput = cms.InputTag("hfreco"),
00009     hoInput = cms.InputTag("horeco"),
00010     correctedIslandEndcapSuperClusterProducer = cms.string('correctedIslandEndcapSuperClusters'),
00011     correctedIslandBarrelSuperClusterProducer = cms.string('correctedIslandBarrelSuperClusters'),
00012     ecalInputs = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE")),
00013     #                VInputTag srcCalo = {iterativeCone5CaloJets, midPointCone5CaloJets, midPointCone7CaloJets,ktCaloJets}
00014     srcCalo = cms.VInputTag(cms.InputTag("iterativeCone7CaloJets")),
00015     inputTrackLabel = cms.untracked.string('generalTracks')
00016 )
00017 
00018 

Generated on Tue Jun 9 17:25:33 2009 for CMSSW by  doxygen 1.5.4