CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoJets/Configuration/python/RecoPFClusterJets_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoJets.JetProducers.ak5PFClusterJets_cfi import ak5PFClusterJets
00004 from RecoJets.JetProducers.PFClustersForJets_cff import *
00005 
00006 
00007 
00008 recoPFClusterJets   =cms.Sequence(pfClusterRefsForJetsHCAL+pfClusterRefsForJetsECAL+pfClusterRefsForJets+ak5PFClusterJets)
00009 
00010 recoAllPFClusterJets=cms.Sequence(pfClusterRefsForJetsHCAL+pfClusterRefsForJetsECAL+pfClusterRefsForJets+ak5PFClusterJets)