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  #50ns backup menu
8  "HLT_Mu55_v",
9  "HLT_Mu50_eta2p1_v"
10  ),
11  recMuonLabel = cms.InputTag("muons"),
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,
16  42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
17  70, 80, 90, 100
18  ),
19  dropPt2 = cms.bool(True),
20  dropPt3 = cms.bool(True),
21  )