-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Properly handle TStreamerInfo object in dqm-access python script. #221
Merged
Conversation
This file contains 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
…s will allow the user to donwload locally any ROOT object from the DQM GUI servers, without bothering about which ROOT version was used to register the original ROOT files into the servers and which version he is currently using via CMSSW. This was tested in a real case of schema evolution of a TH1 object in going from ROOT 5.32 (used by DQMGUI) and ROOT 5.34, used by any recent CMSSW.
The following categories have been signed by @rovere: DQM @cms-git-dqm |
ktf
added a commit
that referenced
this pull request
Aug 2, 2013
Properly handle TStreamerInfo object in dqm-access python script.
parbol
pushed a commit
to parbol/cmssw
that referenced
this pull request
Mar 5, 2015
…_MVAMETCfg Include fully hadronic sequence in tau-tau miniAOD setup
makortel
pushed a commit
to makortel/cmssw
that referenced
this pull request
Apr 22, 2015
Adding JetMETCorrections/JetCorrector to analysis.
snwebb
pushed a commit
to snwebb/cmssw
that referenced
this pull request
Sep 28, 2018
Typo fix histo clustering
rappoccio
pushed a commit
to rappoccio/cmssw
that referenced
this pull request
Nov 9, 2018
Port PR 220 to master-94X
bi-ran
pushed a commit
to bi-ran/cmssw
that referenced
this pull request
Jun 26, 2019
jasonfan393
pushed a commit
to jasonfan393/cmssw
that referenced
this pull request
Jul 15, 2023
* Initial commit of TQ emulation + kfout updates * Code checks * Claire's Comments * Update BuildFile.xml Include hls types in build file * Create clf_GBDT_emulation_newKF_digitized.json * Ian's comments 1 from PR cms-sw#209 Update to comments in KFout producer and update to variable names as per CMS naming conventions * Fix Partial Track functions * fix code formatting --------- Co-authored-by: Christopher <[email protected]> Co-authored-by: Christopher Brown <[email protected]>
aehart
pushed a commit
to aehart/cmssw
that referenced
this pull request
Sep 17, 2023
* Initial commit of TQ emulation + kfout updates * Code checks * Claire's Comments * Update BuildFile.xml Include hls types in build file * Create clf_GBDT_emulation_newKF_digitized.json * Ian's comments 1 from PR cms-sw#209 Update to comments in KFout producer and update to variable names as per CMS naming conventions * Fix Partial Track functions * fix code formatting --------- Co-authored-by: Christopher <[email protected]> Co-authored-by: Christopher Brown <[email protected]>
cmsbuild
pushed a commit
that referenced
this pull request
Dec 11, 2023
* Initial commit of TQ emulation + kfout updates * Code checks * Claire's Comments * Update BuildFile.xml Include hls types in build file * Create clf_GBDT_emulation_newKF_digitized.json * Ian's comments 1 from PR #209 Update to comments in KFout producer and update to variable names as per CMS naming conventions * Fix Partial Track functions * fix code formatting --------- Co-authored-by: Christopher <[email protected]> Co-authored-by: Christopher Brown <[email protected]>
zhenbinwu
pushed a commit
to zhenbinwu/cmssw
that referenced
this pull request
Feb 14, 2024
* Initial commit of TQ emulation + kfout updates * Code checks * Claire's Comments * Update BuildFile.xml Include hls types in build file * Create clf_GBDT_emulation_newKF_digitized.json * Ian's comments 1 from PR cms-sw#209 Update to comments in KFout producer and update to variable names as per CMS naming conventions * Fix Partial Track functions * fix code formatting --------- Co-authored-by: Christopher <[email protected]> Co-authored-by: Christopher Brown <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This will allow the user to donwload locally any ROOT object from the DQM GUI servers,
without bothering about which ROOT version was used to register the original
ROOT files into the servers and which version he is currently using via CMSSW.
This was tested in a real case of schema evolution of a TH1 object in going
from ROOT 5.32 (used by DQMGUI) and ROOT 5.34, used by any recent CMSSW.