CMS 3D CMS Logo

HLTAK4PFPuppiJetsReconstruction_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
8 from ..modules.hltAK4PFPuppiJets_cfi import *
10 from ..modules.hltPFPuppi_cfi import *
12 
13 HLTAK4PFPuppiJetsReconstruction = cms.Sequence(
14  goodOfflinePrimaryVertices +
15  hltPixelClustersMultiplicity +
16  hltPFPuppi +
17  hltAK4PFPuppiJets +
18  hltAK4PFPuppiJetCorrectorL1 +
19  hltAK4PFPuppiJetCorrectorL2 +
20  hltAK4PFPuppiJetCorrectorL3 +
21  hltAK4PFPuppiJetCorrector +
22  hltAK4PFPuppiJetsCorrected
23 )