Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HLT validation and DQM] update for new EXO displaced photon + HT path for 2023 (13_0_X) #41062

Merged
merged 1 commit into from Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 5 additions & 21 deletions DQMOffline/Trigger/python/PhotonMonitor_cff.py
Expand Up @@ -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*"])
)


Expand Down Expand Up @@ -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
Expand Down
Expand Up @@ -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
),
Expand Down