CMS 3D CMS Logo

MC_JME_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltPFPuppiHT_cfi import *
4 from ..modules.hltPFPuppiMHT_cfi import *
5 from ..sequences.HLTJMESequence_cfi import *
7 
8 MC_JME = cms.Path(
9  HLTParticleFlowSequence +
10  HLTJMESequence +
11  hltPFPuppiHT +
12  hltPFPuppiMHT
13 )