-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
New framework ids #17
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
…needed from the threaded framework.
…the appropriate index instance (RunIndex, LuminosityBlockIndex or StreamID). The index is needed for the threaded framework.
…he signature of the previous API. This avoids having to deal with porting changes to the EventPrincipal constructor calls outside of the framework (there are 2 such cases). When we move to the threaded processing those cases will have to be modified anyway to account for multiple Events running simultaneously.
…amID). These indexes are needed to access per transition data in the threaded framework.
The following categories have been signed by chrjones (a.k.a. @Dr15Jones on GitHub): Core @cms-git-visualization, @cms-git-core, @cms-git-geometry |
Closed
nclopezo
pushed a commit
to nclopezo/cmssw
that referenced
this pull request
May 5, 2014
added CMSSW_4_2_X milestone
davidlange6
pushed a commit
that referenced
this pull request
May 12, 2014
Merge cms-sw CMSSW_7_1_X into my CMSSW_7_1_X
Merged
ginnocen
pushed a commit
to ginnocenCMS/cmssw
that referenced
this pull request
Jul 12, 2014
New version of the q2 Trigger Algo
geonmo
pushed a commit
to geonmo/cmssw
that referenced
this pull request
Jul 23, 2014
arizzi
referenced
this pull request
in vhbb/cmssw
Feb 18, 2015
Hi Giovanni, Thank you very much. I'll merge faster next time.
jpata
referenced
this pull request
in jpata/cmssw
Mar 2, 2015
bainbrid
pushed a commit
to bainbrid/cmssw
that referenced
this pull request
Mar 4, 2019
WIP: Filter fakes
tomalin
added a commit
to tomalin/cmssw
that referenced
this pull request
May 21, 2020
silviodonato
pushed a commit
that referenced
this pull request
May 22, 2020
…ms (L1Trigger/TrackFindingTMTT) (#29381) * create separate PRs for the two L1TK packages * Improved KF efficiency at high eta * Moved MC data files to cms-data * Removed old file * Removed KF HLS to put instead in external library * Ran scram b code-format * Delete KF4ParamsComb.h.bak * Delete KF4ParamsCombIV.bak * Delete KF4ParamsCombV2.bak * Delete KF5ParamsComb.h.bak * Delete KF4ParamsComb.cc.bak * Delete KF4ParamsCombIV.bak * Delete KF4ParamsCombV2.bak * Delete KF5ParamsComb.cc.bak * L1 tk integration tmtt pre5 (#7) * Added CMS code style fixes * Removed old file * Reapplied stub b code-format * All code review changes (#13) * Fix clang errors (#14) * fixed clang error * directory for MC txt files * Fixed clang warnings + minor simplifications (#15) * tweak * tweak * Fixed clang warnings and small simplifications * Fixed clang warnings and small simplifications * All remaining review comments addressed (#16) * Replaced vector size with empty function * Simplified DegradeBend and StubWindowSuggest * Fixed more review comments * More review comments * code reformat * Ran exhaustive clang tidy * Added library to BuildFile.xml (#17) * Deleted TrackFindingTMT/data/README (#18) * Added library to BuildFile.xml (This was already done yesterday. Not sure why it appears again) * README file in data directory deleted * Fix review comments (#20) Co-authored-by: Louise Skinnari <[email protected]>
aperloff
pushed a commit
to aperloff/cmssw
that referenced
this pull request
Jun 3, 2020
[L1PF_10_6_X] Add dump and COE File Output
dteague
pushed a commit
to dteague/cmssw
that referenced
this pull request
Aug 3, 2020
Improved parsing
VourMa
pushed a commit
to VourMa/cmssw
that referenced
this pull request
Oct 14, 2021
Remove PF EM ID from hwQual of EG objects
dsrankin
pushed a commit
to dsrankin/cmssw
that referenced
this pull request
Mar 9, 2022
small fixes for metanalyzer.cc
dbruschi
pushed a commit
to dbruschi/cmssw
that referenced
this pull request
Jun 30, 2022
Add support for tag and probe nano in cmsDriver
missirol
pushed a commit
to missirol/cmssw
that referenced
this pull request
Mar 28, 2023
fllor
pushed a commit
to fllor/cmssw
that referenced
this pull request
Jun 26, 2023
…ction Implement CUDA Portable Collection for PF Clusters
kmohrman
pushed a commit
to kmohrman/cmssw
that referenced
this pull request
May 1, 2024
…T_X_LoadTwoSDLlibsFix GPU->CUDA renaming of LST library
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 RunIndex, LuminosityBlockIndex and StreamID to the system. Instances of these classes have been propagated throughout the framework via the Run, LuminosityBlock and Event specific classes. These indexes are to be used in the threaded framework to allow access to transition specific module data.