CMS 3D CMS Logo

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