CMS 3D CMS Logo

HLTAK4PFJetsReconstruction_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 from ..modules.hltAK4PFJets_cfi import *
9 
10 HLTAK4PFJetsReconstruction = cms.Sequence(
11  hltAK4PFJets +
12  hltAK4PFJetCorrectorL1 +
13  hltAK4PFJetCorrectorL2 +
14  hltAK4PFJetCorrectorL3 +
15  hltAK4PFJetCorrector +
16  hltAK4PFJetsCorrected
17 )