test
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.
1 import FWCore.ParameterSet.Config as cms
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  parametersDxy = cms.vdouble(50, -50, 50),
16  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
17  25, 30, 35, 40,
18  45, 50, 55, 60,
19  65, 70, 75, 80,
20  85, 90, 95, 100,
21  105, 110, 115, 120,
22  125, 130, 135, 140,
23  145, 150, 155, 160,
24  165, 170, 175, 180,
25  185, 190, 195, 200),
26  dropPt2 = cms.bool(True),
27  dropPt3 = cms.bool(True),
28  )