CMS 3D CMS Logo

hltExoticaLowPtElectron_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 LowPtElectronPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Ele28_WPTight_Gsf_v", # Claimed path for Run3
6  "HLT_Ele32_WPTight_Gsf_L1DoubleEG_v", # Claimed path for Run3
7  "HLT_Ele32_WPTight_Gsf_v", # Claimed path for Run3
8  "HLT_Ele35_WPTight_Gsf_v" # Claimed path for Run3
9  ),
10  recElecLabel = cms.InputTag("gedGsfElectrons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
15  60, 70, 80, 100
16  ),
17  dropPt2 = cms.bool(True),
18  dropPt3 = cms.bool(True),
19  )