CMS 3D CMS Logo

HLTAK8PFJetsReconstruction_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 from ..modules.hltAK8PFJets_cfi import *
9 
10 HLTAK8PFJetsReconstruction = cms.Sequence(
11  hltAK8PFJets +
12  hltAK8PFJetCorrectorL1 +
13  hltAK8PFJetCorrectorL2 +
14  hltAK8PFJetCorrectorL3 +
15  hltAK8PFJetCorrector +
16  hltAK8PFJetsCorrected
17 )