Skip to content

Commit

Permalink
Adding di-jet SD mass trigger DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
finnlabe committed Jul 5, 2022
1 parent 3596414 commit ec43a9e
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion DQMOffline/Trigger/python/B2GMonitoring_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
### B2G triggers:
# HLT_AK8PFHT*_TrimMass50
# HLT_AK8PFJet*_TrimMass30
# HLT_AK8PFJet*_MassSD30

# HLT_Mu37_Ele27_CaloIdL_MW
# HLT_Mu27_Ele37_CaloIdL_MW
# HLT_Mu37_TkMu27
Expand Down Expand Up @@ -117,6 +119,31 @@
)
)

# AK8DiPFJet250_250_MassSD30 monitoring

AK8DiPFJet250_250_MassSD30_PromptMonitoring = hltJetMETmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet250_250_MassSD30',
ptcut = 400,
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8DiPFJet250_250_MassSD30_v*"])
)

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

AK8DiPFJet250_250_MassSD30_Softdropmonitoring = hltSoftdropmonitoring.clone(
FolderName = 'HLT/B2G/AK8DiPFJet250_250_MassSD30',
jetSelection = "pt > 200 && eta < 2.4",
numGenericTriggerEventPSet = dict(hltPaths = ["HLT_AK8DiPFJet250_250_MassSD30_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)
)
)

# Lepton cross trigger monitoring

hltDQMonitorB2G_MuEle = hltTOPmonitoring.clone(
Expand Down Expand Up @@ -153,6 +180,9 @@
AK8PFJet400_MassSD30_PromptMonitoring +
AK8PFJet400_MassSD30_Mjjmonitoring +

AK8DiPFJet250_250_MassSD30_PromptMonitoring +
AK8DiPFJet250_250_MassSD30_Mjjmonitoring +

B2GegHLTDQMOfflineTnPSource

* hltDQMonitorB2G_MuEle
Expand All @@ -170,7 +200,8 @@
AK8PFJet500_Softdropmonitoring +
AK8PFHT800_TrimMass50_Softdropmonitoring +
AK8PFJet400_TrimMass30_Softdropmonitoring +
AK8PFJet400_MassSD30_Softdropmonitoring
AK8PFJet400_MassSD30_Softdropmonitoring +
AK8DiPFJet250_250_MassSD30_Softdropmonitoring
)

b2gHLTDQMSourceExtra = cms.Sequence(
Expand Down

0 comments on commit ec43a9e

Please sign in to comment.