CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaHighPtDimuon_cff.py
Go to the documentation of this file.
2 
3 HighPtDimuonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Mu17_Mu8_v",
6  "HLT_Mu17_TkMu8_v",
7  ),
8  recMuonLabel = cms.InputTag("muons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
13  60, 70, 80, 100, 120, 140, 160, 180, 200
14  ),
15  )