-
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
Added one::OutputModule #209
Merged
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
…r and ignore them. This allows it to work with edm::one::OutputModule<> which needs pass an argument to all its inheriting classes
…e::OutputModule<>
The following categories have been signed by chrjones (a.k.a. @Dr15Jones on GitHub): Core @cms-git-visualization, @cms-git-core, @cms-git-geometry |
Hi, I took CMSSW_7_0_X_2013-08-01-0200, pulled these changes, and ran the unit tests and RelVals, all tests passed. |
makortel
pushed a commit
to makortel/cmssw
that referenced
this pull request
Apr 22, 2015
added CommonTools/PileupAlgos to reconstruction and analysis
bortigno
pushed a commit
to bortigno/cmssw
that referenced
this pull request
Oct 15, 2015
fix mcIdx description
mcepeda
pushed a commit
to mcepeda/cmssw
that referenced
this pull request
Nov 17, 2016
Gem cosmic muon
slava77
pushed a commit
to slava77/cmssw
that referenced
this pull request
Oct 9, 2021
fixup seed-to-reco tracks + seed-hit counting for quality-val
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 <cb719@ic.ac.uk> Co-authored-by: Christopher Brown <c.brown19@imperial.ac.uk>
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 <cb719@ic.ac.uk> Co-authored-by: Christopher Brown <c.brown19@imperial.ac.uk>
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 <cb719@ic.ac.uk> Co-authored-by: Christopher Brown <c.brown19@imperial.ac.uk>
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 <cb719@ic.ac.uk> Co-authored-by: Christopher Brown <c.brown19@imperial.ac.uk>
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.
Added the module type one::OutputModule into the framework, including unit tests.