CMS 3D CMS Logo

hltExoticaHighPtDielectron_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HighPtDielectronPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5 # "HLT_DoubleEle33_CaloIdL_MW_v", # 2016 menu # Not claimed path for Run3
6  ),
7  recElecLabel = cms.InputTag("gedGsfElectrons"),
8  # -- Analysis specific cuts
9  minCandidates = cms.uint32(2),
10  # -- Analysis specific binnings
11  parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
12  1100, 1200, 1500
13  ),
14  dropPt3 = cms.bool(True),
15  )