CMS 3D CMS Logo

hltExoticaHighPtPhoton_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HighPtPhotonPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Photon175_v", # Run2 proposal # Claimed path for Run3
6  "HLT_Photon60_R9Id90_CaloIdL_IsoL_DisplacedIdL_PFHT350_v", # Path updated for 2023
7  "HLT_Photon110EB_TightID_TightIso_v", # Claimed path for Run3
8  "HLT_Photon200_v" # Claimed path for Run3
9  ),
10  recPhotonLabel = cms.InputTag("gedPhotons"),
11  # -- Analysis specific cuts
12  minCandidates = cms.uint32(1),
13  # -- Analysis specific binnings
14  parametersTurnOn = cms.vdouble( 0, 25, 50, 75, 100, 125, 150, 175, 200, 225,
15  250, 275, 300, 400, 500, 600, 700, 800, 900, 1000
16  ),
17  dropPt2 = cms.bool(True),
18  dropPt3 = cms.bool(True),
19  )