CMS 3D CMS Logo

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