CMS 3D CMS Logo

L1T_PFPuppiMET220off_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..sequences.HLTBeginSequence_cfi import *
5 from ..sequences.HLTEndSequence_cfi import *
6 
7 L1T_PFPuppiMET220off = cms.Path(
8  HLTBeginSequence +
9  l1tPFPuppiMET220off +
10  HLTEndSequence
11 )