CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
caloJetsForTrk_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoJets.JetProducers.ak4CaloJets_cfi import ak4CaloJets
5 caloTowerForTrk = calotowermaker.clone(hbheInput=cms.InputTag('hbheprereco'))
6 ak4CaloJetsForTrk = ak4CaloJets.clone(srcPVs = cms.InputTag('firstStepPrimaryVertices'), src= cms.InputTag('caloTowerForTrk'))
7 
8 caloJetsForTrk = cms.Sequence(caloTowerForTrk*ak4CaloJetsForTrk)
9