CMS 3D CMS Logo

hltExoticaDisplacedDiPhoton_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DisplacedDiPhotonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_DiPhoton10Time1p4ns_v", # New for Run3 (introduced in HLT V1.3)
6  "HLT_DiPhoton10sminlt0p1_v", # New for Run3 (introduced in HLT V1.3)
7  ),
8  recElecLabel = cms.InputTag("gedGsfElectrons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 25, 50, 75, 100, 125, 150, 175, 200, 225,
13  250, 275, 300, 400, 500, 600, 700, 800, 900, 1000
14  ),
15  parametersDxy = cms.vdouble(50, -50, 50),
16  dropPt3 = cms.bool(True),
17  )