CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaDisplacedEleMu_cff.py
Go to the documentation of this file.
2 
3 DisplacedEleMuPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Mu38NoFiltersNoVtx_Photon38_CaloIdL_v", # Run2 Displaced muons
6  "HLT_Mu42NoFiltersNoVtx_Photon42_CaloIdL_v", # Run2 Displaced muons
7  "HLT_Mu17_Ele8_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v", # Run1
8  "HLT_Mu8_Ele17_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v" # Run1
9  ),
10  recElecLabel = cms.InputTag("gedGsfElectrons"),
11  recMuonLabel = cms.InputTag("muons"),
12  # -- Analysis specific cuts
13  minCandidates = cms.uint32(2),
14  # -- Analysis specific binnings
15  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
16  25, 30, 35, 40,
17  45, 50, 55, 60,
18  65, 70, 75, 80,
19  85, 90, 95, 100,
20  105, 110, 115, 120,
21  125, 130, 135, 140,
22  145, 150, 155, 160,
23  165, 170, 175, 180,
24  185, 190, 195, 200),
25  )