test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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_Mu45_eta2p1_v", # Run 2
6  "HLT_Mu50_v", # Run 2
7  "HLT_TkMu50_v", # 2016 menu
8  #50ns backup menu
9  "HLT_Mu55_v",
10  "HLT_Mu50_eta2p1_v"
11  ),
12  recMuonLabel = cms.InputTag("muons"),
13  # -- Analysis specific cuts
14  minCandidates = cms.uint32(1),
15  # -- Analysis specific binnings
16  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40,
17  42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
18  70, 80, 90, 100
19  ),
20  dropPt2 = cms.bool(True),
21  dropPt3 = cms.bool(True),
22  )