Skip to content

Commit

Permalink
Merge pull request #41061 from jalimena/dispPhotonHltDqm
Browse files Browse the repository at this point in the history
[HLT validation and DQM] update for new EXO displaced photon + HT path for 2023 (13_1_X)
  • Loading branch information
cmsbuild committed Mar 21, 2023
2 parents 0390a91 + 7a6d442 commit 43e2ecb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
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

0 comments on commit 43e2ecb

Please sign in to comment.