-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[15_0_X] Developing offline JetMET DQM for Scouting jets + applying JetID criteria #47935
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
base: CMSSW_15_0_X
Are you sure you want to change the base?
Conversation
…e to hltScoutingDqmOffline sequence
…sed to avoid crashes with datasets other than ScoutingPFMonitor)
…e DQM - from 'JetMET/Jet/' to 'HLT/ScoutingOffline/Jet/'- so that all the scouting objects are in the same directory
…lyzer for events passing scouting JetID citeria
…leaned' output directory and histogrms for events passing the scouting JetID criteria
…D criteria for scouting jets (in accordance with PFJetIDSelectionFunctor.h)
…after 'code-checks'
A new Pull Request was created by @etzovara for CMSSW_15_0_X. It involves the following packages:
@antoniovagnerini, @cmsbuild, @jfernan2, @mandrenguyen, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
backport of #47328 |
backport of #47721 |
test parameters:
|
@cmsbuild, please test |
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
You can have a look on how to deal with conflicts at https://cms-sw.github.io/tutorial-resolve-conflicts.html.
then, when you hit the conflict, edit the file '''
Scouting DQM sequences for offline DQM developed for 2025 pp data-taking
and used by DQM GUI (DQMOffline/Configuration):
currently running EGM and MUO monitoring modules.
'''
import FWCore.ParameterSet.Config as cms
from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
from HLTriggerOffline.Scouting.ScoutingMuonTriggerAnalyzer_cfi import *
from HLTriggerOffline.Scouting.ScoutingMuonTagProbeAnalyzer_cfi import *
from HLTriggerOffline.Scouting.ScoutingMuonMonitoring_Client_cff import *
from HLTriggerOffline.Scouting.HLTScoutingEGammaDqmOffline_cff import *
from HLTriggerOffline.Scouting.ScoutingCollectionMonitor_cfi import *
from DQMOffline.JetMET.jetMETDQMOfflineSource_cff import *
hltScoutingMuonDqmOffline = cms.Sequence(scoutingMonitoringTagProbeMuonNoVtx
* scoutingMonitoringTagProbeMuonVtx
* scoutingMonitoringTriggerMuon
)
hltScoutingCollectionMonitor = cms.Sequence(scoutingCollectionMonitor)
hltScoutingJetDqmOffline = cms.Sequence(jetMETDQMOfflineSourceScouting)
hltScoutingDqmOffline = cms.Sequence(hltScoutingMuonDqmOffline + hltScoutingEGammaDqmOffline + hltScoutingCollectionMonitor + hltScoutingJetDqmOffline) and then:
|
Pull request #47935 was updated. @antoniovagnerini, @cmsbuild, @jfernan2, @mandrenguyen, @rseidita can you please check and sign again. |
PR description:
This PR is a backport of PRs #47328 and #47721 . It adds the hltScoutingJetDqmOffline sequence to the @hltScouting DQM sequence and to connect the PR 47212 with the PR 47235. It also adds the JetID criteria for Scouting jets.
PR validation:
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
This PR is a backport of PRs #47328 and #47721 . This backport is meant for the CMSSW_15_0_X releases so that the Offline Scouting DQM developments are linked and complete in all these releases.