CMS 3D CMS Logo

RecoPFClusterJets_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoJets.JetProducers.ak5PFClusterJets_cfi import ak5PFClusterJets
5 
6 recoPFClusterJetsTask =cms.Task(pfClusterRefsForJetsHCAL,
7  pfClusterRefsForJetsECAL,
8  pfClusterRefsForJets,
9  ak5PFClusterJets)
10 recoPFClusterJets =cms.Sequence(recoPFClusterJetsTask)
11 recoAllPFClusterJets=cms.Sequence(recoPFClusterJetsTask)
PFClustersForJets_cff