CMS 3D CMS Logo

hltExoticaEleMu_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 EleMuPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Mu12_TrkIsoVVL_Ele23_CaloIdL_TrackIdL_IsoVL_DZ_v", # Claimed path for Run3
6  "HLT_Mu12_TrkIsoVVL_Ele23_CaloIdL_TrackIdL_IsoVL_v", # Claimed path for Run3
7  "HLT_Mu23_TrkIsoVVL_Ele12_CaloIdL_TrackIdL_IsoVL_DZ_v", # Claimed path for Run3
8  "HLT_Mu23_TrkIsoVVL_Ele12_CaloIdL_TrackIdL_IsoVL_v" # Claimed path for Run3
9  ),
10  recElecLabel = cms.InputTag("gedGsfElectrons"),
11  recMuonLabel = cms.InputTag("muons"),
12  # -- Analysis specific cuts
13  minCandidates = cms.uint32(1),
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  dropPt2 = cms.bool(True),
26  dropPt3 = cms.bool(True),
27  )