Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:52

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 MuonNoBptxPSet = cms.PSet(
0004     hltPathsToCheck = cms.vstring(
0005 #        "HLT_L2Mu45_NoVertex_3Sta_NoBPTX3BX_v", # 2017 proposal # Claimed path for Run3, but a backup so no need to monitor it closely here
0006 #        "HLT_L2Mu10_NoVertex_NoBPTX_v", # Claimed path for Run3, but a control path so no need to monitor it closely here
0007 #        "HLT_L2Mu10_NoVertex_NoBPTX3BX_v", # Claimed path for Run3, but a control path so no need to monitor it closely here
0008         "HLT_L2Mu40_NoVertex_3Sta_NoBPTX3BX_v" # Claimed path for Run3
0009         ),
0010     #recMuonLabel  = cms.InputTag("muons"),
0011     recMuonTrkLabel  = cms.InputTag("displacedStandAloneMuons"),
0012     # -- Analysis specific cuts
0013     minCandidates = cms.uint32(1),
0014     # -- Analysis specific binnings
0015     parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
0016                                     60, 70, 80, 100
0017                                    ),
0018     dropPt2 = cms.bool(True),
0019     dropPt3 = cms.bool(True),
0020     )