CMS 3D CMS Logo

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

Variables

tuple MuonNoBptxPSet
 

Variable Documentation

tuple hltExoticaMuonNoBptx_cff.MuonNoBptxPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_L2Mu45_NoVertex_3Sta_NoBPTX3BX_v", # 2016 proposal
4  "HLT_L2Mu10_NoVertex_NoBPTX_v",
5  "HLT_L2Mu10_NoVertex_NoBPTX3BX_v",
6  "HLT_L2Mu40_NoVertex_3Sta_NoBPTX3BX_v"
7  #"HLT_L2Mu20_NoVertex_2Cha_NoBPTX3BX_NoHalo_v" # Run1 frozenHLT
8  ),
9  #recMuonLabel = cms.InputTag("muons"),
10  recMuonTrkLabel = cms.InputTag("refittedStandAloneMuons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  #parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
15  # 1100, 1200, 1500
16  # ),
17  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
18  60, 70, 80, 100
19  ),
20  dropPt2 = cms.bool(True),
21  dropPt3 = cms.bool(True),
22  )

Definition at line 3 of file hltExoticaMuonNoBptx_cff.py.