test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hltExoticaSingleMuon_cff Namespace Reference

Variables

tuple SingleMuonPSet
 

Variable Documentation

tuple hltExoticaSingleMuon_cff.SingleMuonPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_Mu45_eta2p1_v", # Run 2
4  "HLT_Mu50_v", # Run 2
5  "HLT_TkMu50_v", # 2016 menu
6  #50ns backup menu
7  "HLT_Mu55_v",
8  "HLT_Mu50_eta2p1_v"
9  ),
10  recMuonLabel = cms.InputTag("muons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40,
15  42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
16  70, 80, 90, 100
17  ),
18  dropPt2 = cms.bool(True),
19  dropPt3 = cms.bool(True),
20  )

Definition at line 3 of file hltExoticaSingleMuon_cff.py.