-
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
Tagset 133281 + bugfix for non trivial multithread issue. #56
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
…remixed pileup that is stored as raw data. A new python configuration file is added to DataMixingModule to support this. The C++ changes in this tagset are also needed for this feature, but are much more general than that. What the C++ changes really do is to give the DataMixingModule the ability to run producers (or filters) on demand in the secondary event (the event read by the secondary input source). The (regular) MixingModule could be easily have given the same capability with trivial changes to the C++ code in SimGeneral/MixingModule. This is not done because it introduces an undesirable dependency on an unrelated feature (new TrackingParticle), which also touches SimGeneral/MixingModule. --- Tagset history --- 2013-06-14 21:59:44 - Queued by wmtan.
Closed
Doh, right... I cut & pasted from event_... Will fix this. |
The following categories have been signed by @civanch: Full Simulation @cms-git-simulation |
ktf
added a commit
that referenced
this pull request
Jul 8, 2013
Tagset 133281 + bugfix for non trivial multithread issue.
nclopezo
added a commit
to nclopezo/cmssw
that referenced
this pull request
May 5, 2014
It checks the list of the tags. If it is too short or seems that
gdimperi
pushed a commit
to gdimperi/cmssw
that referenced
this pull request
Jun 21, 2015
…ck_up_discrete_nuis Allow combineCards.py to pick up discrete nuisance parameters
gpetruc
pushed a commit
to gpetruc/cmssw
that referenced
this pull request
Jul 2, 2015
Fix to MT2 cfg for taus
arizzi
pushed a commit
to arizzi/cmssw
that referenced
this pull request
Sep 18, 2015
Add PU information in heppy
mverwe
pushed a commit
to mverwe/cmssw
that referenced
this pull request
Feb 3, 2016
fixing bug giving empty trigger objects at run boundaries
mariadalfonso
pushed a commit
to mariadalfonso/cmssw
that referenced
this pull request
May 6, 2017
moving TT sample
arizzi
pushed a commit
to rappoccio/cmssw
that referenced
this pull request
Oct 31, 2017
Fixes for 80X tests
vkhristenko
pushed a commit
to vkhristenko/cmssw
that referenced
this pull request
May 29, 2018
- implement copy constructor of `edmNew::DetSetVector` - fix the move constructor - use '=default' for `DetSetVector`
tahuang1991
pushed a commit
to tahuang1991/cmssw
that referenced
this pull request
Aug 27, 2018
…numbering_Tao hack into cSC unpacker and replace CLCT and LCT BX by matchWin(ALCT l…
felicepantaleo
pushed a commit
to felicepantaleo/cmssw
that referenced
this pull request
Mar 28, 2019
Add indices with simcluster hits and fractions
BrieucF
pushed a commit
to BrieucF/cmssw
that referenced
this pull request
Sep 19, 2019
Little change
tomalin
added a commit
to tomalin/cmssw
that referenced
this pull request
Dec 3, 2020
* Script to make it easier to run L1TrackNtuplePlot.C * Avoid need to edit Settings.h when running Tracklet algo * Updated comments * Updated comments
tomalin
added a commit
to tomalin/cmssw
that referenced
this pull request
Dec 7, 2020
* Script to make it easier to run L1TrackNtuplePlot.C * Avoid need to edit Settings.h when running Tracklet algo * Updated comments * Updated comments
tomalin
added a commit
to tomalin/cmssw
that referenced
this pull request
Jan 5, 2021
* Script to make it easier to run L1TrackNtuplePlot.C * Avoid need to edit Settings.h when running Tracklet algo * Updated comments * Updated comments
tomalin
added a commit
to tomalin/cmssw
that referenced
this pull request
Mar 3, 2021
* Script to make it easier to run L1TrackNtuplePlot.C * Avoid need to edit Settings.h when running Tracklet algo * Updated comments * Updated comments
dsrankin
pushed a commit
to dsrankin/cmssw
that referenced
this pull request
Mar 9, 2022
Update Ntuplizer for HGCalID inputs to CMSSW 11_1_6
hqucms
pushed a commit
to hqucms/cmssw
that referenced
this pull request
Sep 20, 2023
…GCalNANO-13_2_0_pre3__dqm Update DQM to run with different types of modules
jchismar
pushed a commit
to jchismar/cmssw
that referenced
this pull request
Jul 4, 2024
…T_X_LSTCore_realfiles_T3_rzhelix_chi2_Yanxi To T3 rz chi2 branch: add some initial variables to build T3 rz chi2
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.
@Dr15Jones modified in #17 the API of RunPrincipal and LumiPrincipal to take a StreamID... This broke the compilation of #38 which was developed in parallel and does not have the new API.
This pull request fixes the issue by passing an StreamID::invalidSteamID. @wmtan, @Dr15Jones, can you please confirm this is the correct thing to do?