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

Updated AK8 path names for 2024 data-taking (Backport of #44614) #44617

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 37 additions & 36 deletions DQMOffline/Trigger/python/B2GMonitoring_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from DQMOffline.Trigger.TopMonitor_cfi import hltTOPmonitoring

### B2G triggers:
# HLT_AK8PFJet*_MassSD30
# HLT_AK8DiPFJet*_*_MassSD*
# HLT_AK8PFJet*_SoftDropMass*
# HLT_AK8DiPFJet*_*_SoftDropMass*
# HLT_Mu37_Ele27_CaloIdL_MW
# HLT_Mu27_Ele37_CaloIdL_MW
# HLT_Mu37_TkMu27
Expand All @@ -28,7 +28,7 @@
PFHT1050_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/PFHT1050',
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFHT1050_v*"])
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_PFHT1050_v*"])
)

AK8PFJet500_Mjjmonitoring = hltMjjmonitoring.clone(
Expand All @@ -38,6 +38,20 @@
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet500_v*"])
)

AK8PFJet380_SoftDropMass30_Mjjmonitoring = hltMjjmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet380_SoftDropMass30',
jets = "ak8PFJetsPuppi",
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet= dict(hltPaths = ["HLT_AK8PFJet380_SoftDropMass30_v*"])
)

AK8DiPFJet260_260_SoftDropMass30_Mjjmonitoring = hltMjjmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet260_260_SoftDropMass30',
jets = "ak8PFJetsPuppi",
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet= dict(hltPaths = ["HLT_AK8DiPFJet260_260_SoftDropMass30_v*"])
)

AK8PFJet500_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet500',
jetSelection = "pt > 200 && eta < 2.4",
Expand All @@ -48,51 +62,38 @@
)
)

# AK8PFJet380_SoftDropMass30 monitoring

# AK8PFJet420_MassSD30 monitoring

AK8PFJet420_MassSD30_PromptMonitoring = hltJetMETmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet420_MassSD30',
AK8PFJet380_SoftDropMass30_PromptMonitoring = hltJetMETmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet380_SoftDropMass30',
ptcut = 200,
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet420_MassSD30_v*"])
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet380_SoftDropMass30_v*"])
)

AK8PFJet420_MassSD30_Mjjmonitoring = hltMjjmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet420_MassSD30',
jets = "ak8PFJetsPuppi",
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet= dict(hltPaths = ["HLT_AK8PFJet420_MassSD30_v*"])
)

AK8PFJet420_MassSD30_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet420_MassSD30',
AK8PFJet380_SoftDropMass30_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/AK8PFJet380_SoftDropMass30',
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet420_MassSD30_v*"]),
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8PFJet380_SoftDropMass30_v*"]),
histoPSet = dict(
htBinning = [0., 10., 20., 30., 40., 50., 60., 70., 80., 90., 100., 110., 120., 130., 140., 150., 160., 170., 180., 190., 200., 210., 220., 230., 240., 250., 260., 270., 280., 290., 300., 310., 320., 330., 340., 350.],
htPSet = dict(nbins = 200, xmin = -0.5, xmax = 19999.5)
)
)

# AK8DiPFJet270_270_MassSD30 monitoring
# AK8DiPFJet260_260_SoftDropMass30 monitoring

AK8DiPFJet270_270_MassSD30_PromptMonitoring = hltJetMETmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet270_270_MassSD30',
AK8DiPFJet260_260_SoftDropMass30_PromptMonitoring = hltJetMETmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet260_260_SoftDropMass30',
ptcut = 200,
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8DiPFJet270_270_MassSD30_v*"])
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8DiPFJet260_260_SoftDropMass30_v*"])
)

AK8DiPFJet270_270_MassSD30_Mjjmonitoring = hltMjjmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet270_270_MassSD30',
jets = "ak8PFJetsPuppi",
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet= dict(hltPaths = ["HLT_AK8DiPFJet270_270_MassSD30_v*"])
)

AK8DiPFJet270_270_MassSD30_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet270_270_MassSD30',
AK8DiPFJet260_260_SoftDropMass30_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet260_260_SoftDropMass30',
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8DiPFJet270_270_MassSD30_v*"]),
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8DiPFJet260_260_SoftDropMass30_v*"]),
histoPSet = dict(
htBinning = [0., 10., 20., 30., 40., 50., 60., 70., 80., 90., 100., 110., 120., 130., 140., 150., 160., 170., 180., 190., 200., 210., 220., 230., 240., 250., 260., 270., 280., 290., 300., 310., 320., 330., 340., 350.],
htPSet = dict(nbins = 200, xmin = -0.5, xmax = 19999.5)
Expand Down Expand Up @@ -126,11 +127,11 @@

AK8PFJet500_Mjjmonitoring +

AK8PFJet420_MassSD30_PromptMonitoring +
AK8PFJet420_MassSD30_Mjjmonitoring +
AK8PFJet380_SoftDropMass30_Mjjmonitoring +
AK8DiPFJet260_260_SoftDropMass30_Mjjmonitoring +

AK8DiPFJet270_270_MassSD30_PromptMonitoring +
AK8DiPFJet270_270_MassSD30_Mjjmonitoring +
AK8PFJet380_SoftDropMass30_PromptMonitoring +
AK8DiPFJet260_260_SoftDropMass30_PromptMonitoring +

B2GegHLTDQMOfflineTnPSource

Expand All @@ -147,8 +148,8 @@
b2gHLTDQMSourceWithRECO = cms.Sequence(
PFHT1050_Softdropmonitoring +
AK8PFJet500_Softdropmonitoring +
AK8PFJet420_MassSD30_Softdropmonitoring +
AK8DiPFJet270_270_MassSD30_Softdropmonitoring
AK8PFJet380_SoftDropMass30_Softdropmonitoring +
AK8DiPFJet260_260_SoftDropMass30_Softdropmonitoring
)

b2gHLTDQMSourceExtra = cms.Sequence(
Expand Down