Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-12-21 03:54:46

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.hltPhase2L3GlbMuon_cfi import *
0004 from ..modules.hltPhase2L3MuonMerged_cfi import *
0005 from ..modules.hltPhase2L3Muons_cfi import *
0006 from ..modules.hltPhase2L3MuonsNoID_cfi import *
0007 from ..modules.hltPhase2L3MuonCandidates_cfi import *
0008 
0009 HLTPhase2L3MuonsSequence = cms.Sequence(
0010     hltPhase2L3MuonMerged
0011     + hltPhase2L3GlbMuon
0012     + hltPhase2L3MuonsNoID
0013     + hltPhase2L3Muons
0014     + hltPhase2L3MuonCandidates
0015 )