CMS 3D CMS Logo

hltExoticaSingleMuon_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SingleMuonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Mu50_v", # Run 2 # Claimed path for Run3
6  "HLT_Mu55_v", # Claimed path for Run3
7  "HLT_IsoMu24_v" # Claimed path for Run3
8  ),
9  recMuonLabel = cms.InputTag("muons"),
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(1),
12  # -- Analysis specific binnings
13  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40,
14  42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
15  70, 80, 90, 100
16  ),
17  dropPt2 = cms.bool(True),
18  dropPt3 = cms.bool(True),
19  )