CMS 3D CMS Logo

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