CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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_DoubleEle25_CaloIdL_GsfTrkIdVL_v", # 0T only
6  "HLT_DoubleEle33_CaloIdL_GsfTrkIdVL_MW_v", # Run2
7  "HLT_DoubleEle33_CaloIdL_GsfTrkIdVL_v" # Run1 & Run2
8  ),
9  recElecLabel = cms.InputTag("gedGsfElectrons"),
10  # -- Analysis specific cuts
11  minCandidates = cms.uint32(2),
12  # -- Analysis specific binnings
13  parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
14  1100, 1200, 1500
15  ),
16  dropPt3 = cms.bool(True),
17  )