Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:50:39

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.hltL1TkSingleMuFiltered22_cfi import *
0004 from ..modules.hltL3fL1TkSingleMu22L3Filtered50Q_cfi import *
0005 from ..modules.hltCsc2DRecHits_cfi import *
0006 from ..modules.hltCscSegments_cfi import *
0007 from ..modules.hltDt1DRecHits_cfi import *
0008 from ..modules.hltDt4DSegments_cfi import *
0009 from ..modules.hltGemRecHits_cfi import *
0010 from ..modules.hltGemSegments_cfi import *
0011 from ..modules.hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import *
0012 from ..modules.hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import *
0013 from ..modules.hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi import *
0014 from ..modules.hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi import *
0015 from ..modules.hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import *
0016 from ..modules.hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import *
0017 from ..modules.hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi import *
0018 from ..modules.hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import *
0019 from ..modules.hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi import *
0020 from ..modules.hltIter2Phase2L3FromL1TkMuonMerged_cfi import *
0021 from ..modules.hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi import *
0022 from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi import *
0023 from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi import *
0024 from ..modules.hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi import *
0025 from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi import *
0026 from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi import *
0027 from ..modules.hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi import *
0028 from ..modules.hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import *
0029 from ..modules.hltL2MuonFromL1TkMuonCandidates_cfi import *
0030 from ..modules.hltL2MuonSeedsFromL1TkMuon_cfi import *
0031 from ..modules.hltL2MuonsFromL1TkMuon_cfi import *
0032 from ..modules.hltL2OfflineMuonSeeds_cfi import *
0033 from ..modules.hltL3MuonsPhase2L3Links_cfi import *
0034 from ..modules.hltL3MuonsPhase2L3OI_cfi import *
0035 from ..modules.hltMe0RecHits_cfi import *
0036 from ..modules.hltMe0Segments_cfi import *
0037 from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import *
0038 from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import *
0039 from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi import *
0040 from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi import *
0041 from ..modules.hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi import *
0042 from ..modules.hltPhase2L3FromL1TkMuonPixelVertices_cfi import *
0043 from ..modules.hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi import *
0044 from ..modules.hltPhase2L3GlbMuon_cfi import *
0045 from ..modules.hltPhase2L3MuonCandidates_cfi import *
0046 from ..modules.hltPhase2L3MuonMerged_cfi import *
0047 from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import *
0048 from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import *
0049 from ..modules.hltPhase2L3Muons_cfi import *
0050 from ..modules.hltPhase2L3MuonsNoID_cfi import *
0051 from ..modules.hltPhase2L3MuonTracks_cfi import *
0052 from ..modules.hltPhase2L3OIL3MuonCandidates_cfi import *
0053 from ..modules.hltPhase2L3OIL3Muons_cfi import *
0054 from ..modules.hltPhase2L3OIL3MuonsLinksCombination_cfi import *
0055 from ..modules.hltPhase2L3OIMuCtfWithMaterialTracks_cfi import *
0056 from ..modules.hltPhase2L3OIMuonTrackCutClassifier_cfi import *
0057 from ..modules.hltPhase2L3OIMuonTrackSelectionHighPurity_cfi import *
0058 from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import *
0059 from ..modules.hltPhase2L3OITrackCandidates_cfi import *
0060 from ..modules.hltRpcRecHits_cfi import *
0061 from ..modules.MeasurementTrackerEvent_cfi import *
0062 from ..modules.siPhase2Clusters_cfi import *
0063 from ..modules.siPixelClusters_cfi import *
0064 from ..modules.siPixelClusterShapeCache_cfi import *
0065 from ..modules.siPixelRecHits_cfi import *
0066 from ..sequences.HLTBeginSequence_cfi import *
0067 from ..sequences.HLTEndSequence_cfi import *
0068 
0069 HLT_Mu50_FromL1TkMuon = cms.Path(
0070     HLTBeginSequence +
0071     hltL1TkSingleMuFiltered22 +
0072     hltL3fL1TkSingleMu22L3Filtered50Q +
0073     HLTEndSequence,
0074     cms.Task(
0075         MeasurementTrackerEvent,
0076         hltCsc2DRecHits,
0077         hltCscSegments,
0078         hltDt1DRecHits,
0079         hltDt4DSegments,
0080         hltGemRecHits,
0081         hltGemSegments,
0082         hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates,
0083         hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks,
0084         hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks,
0085         hltIter0Phase2L3FromL1TkMuonTrackCutClassifier,
0086         hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity,
0087         hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates,
0088         hltIter2Phase2L3FromL1TkMuonClustersRefRemoval,
0089         hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks,
0090         hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent,
0091         hltIter2Phase2L3FromL1TkMuonMerged,
0092         hltIter2Phase2L3FromL1TkMuonPixelClusterCheck,
0093         hltIter2Phase2L3FromL1TkMuonPixelHitDoublets,
0094         hltIter2Phase2L3FromL1TkMuonPixelHitTriplets,
0095         hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets,
0096         hltIter2Phase2L3FromL1TkMuonPixelSeeds,
0097         hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered,
0098         hltIter2Phase2L3FromL1TkMuonTrackCutClassifier,
0099         hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity,
0100         hltL2MuonFromL1TkMuonCandidates,
0101         hltL2MuonSeedsFromL1TkMuon,
0102         hltL2MuonsFromL1TkMuon,
0103         hltL2OfflineMuonSeeds,
0104         hltL3MuonsPhase2L3Links,
0105         hltL3MuonsPhase2L3OI,
0106         hltMe0RecHits,
0107         hltMe0Segments,
0108         hltPhase2L3FromL1TkMuonPixelLayerQuadruplets,
0109         hltPhase2L3FromL1TkMuonPixelTracks,
0110         hltPhase2L3FromL1TkMuonPixelTracksHitDoublets,
0111         hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets,
0112         hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions,
0113         hltPhase2L3FromL1TkMuonPixelVertices,
0114         hltPhase2L3FromL1TkMuonTrimmedPixelVertices,
0115         hltPhase2L3GlbMuon,
0116         hltPhase2L3MuonCandidates,
0117         hltPhase2L3MuonMerged,
0118         hltPhase2PixelTrackFilterByKinematics,
0119         hltPhase2PixelFitterByHelixProjections,
0120         hltPhase2L3MuonTracks,
0121         hltPhase2L3Muons,
0122         hltPhase2L3MuonsNoID,
0123         hltPhase2L3OIL3MuonCandidates,
0124         hltPhase2L3OIL3Muons,
0125         hltPhase2L3OIL3MuonsLinksCombination,
0126         hltPhase2L3OIMuCtfWithMaterialTracks,
0127         hltPhase2L3OIMuonTrackCutClassifier,
0128         hltPhase2L3OIMuonTrackSelectionHighPurity,
0129         hltPhase2L3OISeedsFromL2Muons,
0130         hltPhase2L3OITrackCandidates,
0131         hltRpcRecHits,
0132         siPhase2Clusters,
0133         siPixelClusterShapeCache,
0134         siPixelClusters,
0135         siPixelRecHits
0136     )
0137 )