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
6  "HLT_L2Mu10_NoVertex_NoBPTX_v",
7  "HLT_L2Mu10_NoVertex_NoBPTX3BX_v",
8  "HLT_L2Mu40_NoVertex_3Sta_NoBPTX3BX_v"
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, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
16  # 1100, 1200, 1500
17  # ),
18  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
19  60, 70, 80, 100
20  ),
21  dropPt2 = cms.bool(True),
22  dropPt3 = cms.bool(True),
23  )