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_GsfTrkIdVL_MW_v", # Run2
6  "HLT_DoubleEle33_CaloIdL_GsfTrkIdVL_v", # Run1 & Run2
7  "HLT_DoubleEle33_CaloIdL_MW_v", # 2016 menu
8  "HLT_DoubleEle33_CaloIdL_v" # 2016 menu
9  ),
10  recElecLabel = cms.InputTag("gedGsfElectrons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(2),
13  # -- Analysis specific binnings
14 
15  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
16  60, 70, 80, 100
17  ),
18  dropPt3 = cms.bool(True),
19  )