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", # Not claimed path for Run3
6 # "HLT_Ele200_CaloIdVT_GsfTrkIdT_v", # Not claimed path for Run3
7  "HLT_Ele115_CaloIdVT_GsfTrkIdT_v" # 50ns backup menu # Claimed path for Run3
8  ),
9  recElecLabel = cms.InputTag("gedGsfElectrons"),
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(1),
12  # -- Analysis specific binnings
13  parametersTurnOn = cms.vdouble( 0, 50, 80, 90, 100, 110, 120, 150, 200, 250,
14  300, 400, 500, 600, 700, 800, 900, 1000,
15  1100, 1200, 1500
16  ),
17  dropPt2 = cms.bool(True),
18  dropPt3 = cms.bool(True),
19  )