CMS 3D CMS Logo

hltExoticaMuonNoBptx_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MuonNoBptxPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5 # "HLT_L2Mu45_NoVertex_3Sta_NoBPTX3BX_v", # 2017 proposal # Claimed path for Run3, but a backup so no need to monitor it closely here
6 # "HLT_L2Mu10_NoVertex_NoBPTX_v", # Claimed path for Run3, but a control path so no need to monitor it closely here
7 # "HLT_L2Mu10_NoVertex_NoBPTX3BX_v", # Claimed path for Run3, but a control path so no need to monitor it closely here
8  "HLT_L2Mu40_NoVertex_3Sta_NoBPTX3BX_v" # Claimed path for Run3
9  ),
10  #recMuonLabel = cms.InputTag("muons"),
11  recMuonTrkLabel = cms.InputTag("displacedStandAloneMuons"),
12  # -- Analysis specific cuts
13  minCandidates = cms.uint32(1),
14  # -- Analysis specific binnings
15  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
16  60, 70, 80, 100
17  ),
18  dropPt2 = cms.bool(True),
19  dropPt3 = cms.bool(True),
20  )