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_Mu30_Ele30_CaloIdL_GsfTrkIdVL_v"
6  ),
7  recElecLabel = cms.InputTag("gedGsfElectrons"),
8  recMuonLabel = cms.InputTag("muons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(1),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
13  25, 30, 35, 40,
14  45, 50, 55, 60,
15  65, 70, 75, 80,
16  85, 90, 95, 100,
17  105, 110, 115, 120,
18  125, 130, 135, 140,
19  145, 150, 155, 160,
20  165, 170, 175, 180,
21  185, 190, 195, 200),
22  dropPt2 = cms.bool(True),
23  dropPt3 = cms.bool(True),
24  )