CMS 3D CMS Logo

hltExoticaHighPtElectron_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HighPtElectronPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Ele145_CaloIdVT_GsfTrkIdT_v",
6  "HLT_Ele200_CaloIdVT_GsfTrkIdT_v",
7  "HLT_Ele105_CaloIdVT_GsfTrkIdT_v", # Run2 proposal
8  "HLT_Ele115_CaloIdVT_GsfTrkIdT_v" # 50ns backup menu
9  ),
10  recElecLabel = cms.InputTag("gedGsfElectrons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble( 0, 50, 80, 90, 100, 110, 120, 150, 200, 250,
15  300, 400, 500, 600, 700, 800, 900, 1000,
16  1100, 1200, 1500
17  ),
18  dropPt2 = cms.bool(True),
19  dropPt3 = cms.bool(True),
20  )