CMS 3D CMS Logo

HLTJMESequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
10 
11 HLTJMESequence = cms.Sequence(
12  HLTCaloMETReconstruction +
13  HLTPFClusterJMEReconstruction +
14  HLTAK4PFJetsReconstruction +
15  HLTAK8PFJetsReconstruction +
16  HLTPFJetsCHSReconstruction +
17  HLTPFMETsReconstruction +
18  HLTPFPuppiJMEReconstruction
19 )