CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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)