-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Additions to scouting DQM with the ScoutingCollectionMonitor and a new ScoutingMuonPropertiesAnalyzer #49130
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d7b5954
add multiplicities for objects
mmusich 660f192
add plots for IP vs beamspot and supply online beamspot in the scouti…
mmusich c853895
Implement ScoutingMuonPropertiesAnalyzer to monitor peformance of sco…
mmusich 08f83cc
deploy ScoutingMuonPropertiesAnalyzer in online and offline DQM seque…
mmusich 7c60b2a
adapting ranges of multiplicity plots
jprendi eeca9eb
changing histogram ranges in ScoutingMuonPropertiesAnalyzer.cc
jprendi 09aee25
applying scram b code-format & scram b code-checks
jprendi fd9f495
disable calo rechits in ScoutingCollectionMonitor pre 2025
mmusich 2ac20cf
adding the option of fillAllHistograms or not for the ScoutingMuonPro…
jprendi 9306c52
add axes labels to ScoutingMuonPropertiesAnalyzer
mmusich fda4cd2
added mass plots to the scouting muon properties analyzer and removed…
jprendi 7d78c76
change bin sizing for multiplicity plots
jprendi 4689422
set onlyScouting back to false in ScoutingCollectionMonitor and remov…
jprendi d7e4781
added protections to ScoutingMuonPropertiesAnalyzer in case of invali…
jprendi ea5f0e5
fixing ranges for the muliplicity of tracks histogram and fixing the …
jprendi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,16 @@ | ||
| <use name="FWCore/Framework"/> | ||
| <use name="FWCore/PluginManager"/> | ||
| <use name="FWCore/ParameterSet"/> | ||
| <use name="DQMServices/Core"/> | ||
| <use name="CLHEP"/> | ||
| <use name="DQMServices/Core"/> | ||
| <use name="DataFormats/HLTReco"/> | ||
| <use name="DataFormats/L1TGlobal"/> | ||
| <use name="DataFormats/PatCandidates"/> | ||
| <use name="DataFormats/Scouting"/> | ||
| <use name="L1Trigger/L1TGlobal"/> | ||
| <use name="DataFormats/L1TGlobal"/> | ||
| <use name="FWCore/Framework"/> | ||
| <use name="FWCore/ParameterSet"/> | ||
| <use name="FWCore/PluginManager"/> | ||
| <use name="FWCore/Utilities"/> | ||
| <use name="TrackingTools/Records"/> | ||
| <use name="HLTrigger/HLTcore"/> | ||
| <use name="DataFormats/HLTReco"/> | ||
| <use name="L1Trigger/L1TGlobal"/> | ||
| <use name="TrackingTools/Records"/> | ||
| <use name="TrackingTools/TransientTrack"/> | ||
| <use name="RecoVertex/VertexTools"/> | ||
| <flags EDM_PLUGIN="1"/> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot for catching this, I updated it 👍