CMS 3D CMS Logo

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

Variables

tuple LowPtDimuonPSet
 

Variable Documentation

tuple hltExoticaLowPtDimuon_cff.LowPtDimuonPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_Mu30_TkMu11_v", # Run2
4  "HLT_Mu17_TkMu8_DZ_v",# Run2
5  "HLT_Mu17_Mu8_DZ_v" # Run2
6  #"HLT_Mu17_Mu8_v", # Run1
7  #"HLT_Mu17_TkMu8_v", # Run1
8  #"HLT_Mu22_TkMu8_v" # Run1
9  ),
10  recMuonLabel = cms.InputTag("muons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(2),
13  # -- Analysis specific binnings
14 
15  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
16  60, 70, 80, 100
17  ),
18  )

Definition at line 3 of file hltExoticaLowPtDimuon_cff.py.