CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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", # 2017 proposal
4  "HLT_L2Mu10_NoVertex_NoBPTX_v",
5  "HLT_L2Mu10_NoVertex_NoBPTX3BX_v",
6  "HLT_L2Mu40_NoVertex_3Sta_NoBPTX3BX_v"
7  ),
8  #recMuonLabel = cms.InputTag("muons"),
9  recMuonTrkLabel = cms.InputTag("displacedStandAloneMuons"),
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(1),
12  # -- Analysis specific binnings
13  #parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
14  # 1100, 1200, 1500
15  # ),
16  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
17  60, 70, 80, 100
18  ),
19  dropPt2 = cms.bool(True),
20  dropPt3 = cms.bool(True),
21  )

Definition at line 3 of file hltExoticaMuonNoBptx_cff.py.