From b4c3034fc650c9fc9eccff1ac7d598bb70af03b3 Mon Sep 17 00:00:00 2001 From: Juliette Alimena Date: Wed, 15 Mar 2023 15:14:34 +0100 Subject: [PATCH] updated for new displaced photon + HT path for 2023, cleaned up monitoring of paths that have been dropped --- .../Trigger/python/PhotonMonitor_cff.py | 26 ++++--------------- .../analyses/hltExoticaHighPtPhoton_cff.py | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/DQMOffline/Trigger/python/PhotonMonitor_cff.py b/DQMOffline/Trigger/python/PhotonMonitor_cff.py index e5a3ad2be2a57..9d3ccdf44c41d 100644 --- a/DQMOffline/Trigger/python/PhotonMonitor_cff.py +++ b/DQMOffline/Trigger/python/PhotonMonitor_cff.py @@ -43,26 +43,12 @@ numGenericTriggerEventPSet = dict(hltPaths = ["HLT_Photon165_R9Id90_HE10_IsoM_v*"]) ) -Photon60_monitoring = hltPhotonmonitoring.clone( - FolderName = 'HLT/EGM/Photon/Photon60/', +Photon60_DisplacedIdL_PFHT350_monitoring = hltPhotonmonitoring.clone( + FolderName = 'HLT/EXO/DisplacedPhoton/Photon60_DisplacedIdL_PFHT350/', photonSelection = "pt > 20 && r9() < 0.1 && ((eta<1.4442 && hadTowOverEm<0.0597 && full5x5_sigmaIetaIeta()<0.01031 && chargedHadronIso<1.295) || (eta<2.5 && eta>1.566 && hadTowOverEm<0.0481 && full5x5_sigmaIetaIeta()<0.03013 && chargedHadronIso<1.011))", - denGenericTriggerEventPSet = dict(hltPaths = []), - numGenericTriggerEventPSet = dict(hltPaths = ["HLT_Photon60_R9Id90_CaloIdL_IsoL_v*"]) -) - - -Photon60_DisplacedIdL_monitoring = Photon60_monitoring.clone( - FolderName = 'HLT/EXO/DisplacedPhoton/Photon60_DisplacedIdL/', - denGenericTriggerEventPSet = dict(hltPaths = ["HLT_Photon60_R9Id90_CaloIdL_IsoL_v*"]), - numGenericTriggerEventPSet = dict(hltPaths = ["HLT_Photon60_R9Id90_CaloIdL_IsoL_DisplacedIdL_v*"]) -) - - -Photon60_DisplacedIdL_PFJet350MinPFJet15_monitoring = Photon60_DisplacedIdL_monitoring.clone( - FolderName = 'HLT/EXO/DisplacedPhoton/Photon60_DisplacedIdL_PFJet350MinPFJet15/', denGenericTriggerEventPSet = dict(andOrHlt = False, - hltPaths = ["HLT_Photon60_R9Id90_CaloIdL_IsoL_v*","HLT_PFHT350MinPFJet15_v*"]), - numGenericTriggerEventPSet = dict(hltPaths = ["HLT_Photon60_R9Id90_CaloIdL_IsoL_DisplacedIdL_PFHT350MinPFJet15_v*"]) + hltPaths = ["HLT_Photon50_R9Id90_HE10_IsoM_v*","HLT_PFHT350_v*"]), + numGenericTriggerEventPSet = dict(hltPaths = ["HLT_Photon60_R9Id90_CaloIdL_IsoL_DisplacedIdL_PFHT350_v*"]) ) @@ -114,9 +100,7 @@ exoHLTPhotonmonitoring = cms.Sequence( SinglePhoton300_monitoring + SinglePhoton200_monitoring - + Photon60_monitoring - + Photon60_DisplacedIdL_monitoring - + Photon60_DisplacedIdL_PFJet350MinPFJet15_monitoring + + Photon60_DisplacedIdL_PFHT350_monitoring + SinglePhoton50_R9Id90_HE10_IsoM_monitoring + SinglePhoton75_R9Id90_HE10_IsoM_monitoring + SinglePhoton90_R9Id90_HE10_IsoM_monitoring diff --git a/HLTriggerOffline/Exotica/python/analyses/hltExoticaHighPtPhoton_cff.py b/HLTriggerOffline/Exotica/python/analyses/hltExoticaHighPtPhoton_cff.py index f9d52fece45f9..3ffa26ca8b061 100644 --- a/HLTriggerOffline/Exotica/python/analyses/hltExoticaHighPtPhoton_cff.py +++ b/HLTriggerOffline/Exotica/python/analyses/hltExoticaHighPtPhoton_cff.py @@ -3,7 +3,7 @@ HighPtPhotonPSet = cms.PSet( hltPathsToCheck = cms.vstring( "HLT_Photon175_v", # Run2 proposal # Claimed path for Run3 - "HLT_Photon60_R9Id90_CaloIdL_IsoL_DisplacedIdL_PFHT350MinPFJet15_v", # 2017 # Claimed path for Run3 + "HLT_Photon60_R9Id90_CaloIdL_IsoL_DisplacedIdL_PFHT350_v", # Path updated for 2023 "HLT_Photon110EB_TightID_TightIso_v", # Claimed path for Run3 "HLT_Photon200_v" # Claimed path for Run3 ),