forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 3
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
updates to tracklet emulation #2
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
skinnari
pushed a commit
that referenced
this pull request
May 12, 2017
CMSSW GCC 7.0.1 builds now follows jemalloc (dev branch) and also has a new TCMalloc. Both of these have C++14 sized deallocation feature enabled. This means that if possible operator delete will be called with size argument, which will help allocator to reduce the time to free the object. E.g. this is not possible for incomplete types which size is unknown at a time. GCC 7.0.1 builds contain an additional build of jemalloc (jemalloc-debug) which contains extra asserts and checks for developers. This seems to be undefined behavior in C++14. From [expr.delete] (5.3.5 Delete): In the first alternative (delete object), if the static type of the object to be deleted is different from its dynamic type, the static type shall be a base class of the dynamic type of the object to be deleted and the static type shall have a virtual destructor or the behavior is undefined. Signed-off-by: David Abdurachmanov <[email protected]>
skinnari
pushed a commit
that referenced
this pull request
May 12, 2017
Add missing virtual dtors #2
skinnari
pushed a commit
that referenced
this pull request
May 23, 2017
CSC aging integration for 90X
skinnari
pushed a commit
that referenced
this pull request
May 23, 2017
Revert "remove customization function for redigi"
skinnari
pushed a commit
that referenced
this pull request
May 23, 2017
…2-9_2_X CTPPS: bug fix #2 in run ranges for FEDs channels mapping (9_2_X)
skinnari
pushed a commit
that referenced
this pull request
Feb 2, 2020
Add SiPixelCalCosmics on top of PR cms-sw#28574
skinnari
added a commit
that referenced
this pull request
Mar 24, 2020
port recent changes from gitlab
skinnari
pushed a commit
that referenced
this pull request
Apr 7, 2020
address remaining stylistic comments from code review
Jingyan95
pushed a commit
to Jingyan95/cmssw
that referenced
this pull request
Oct 29, 2021
* initial commit. * renamed KFout producer to TT producer * KFout producer and analyzer added. Producer is so far only a skeleton. * small includings fix. * quick TTTypes fix * comments for ian * initial commit. * renamed KFout producer to TT producer * KFout producer and analyzer added. Producer is so far only a skeleton. * small includings fix. * quick TTTypes fix * comments for ian * small script modifications * little ntuple maker mod. * readding fake fit config interface. * track tigger association added, not in the best way. * tttrack associator added as it should be. * option to use TTStubAssMap to associate TTTracks with TPs removed and output module cleaned up. * Added Hybrid_NewKF * Added comment * Update L1TrackNtupleMaker_cfg.py fix typo made by Ian * added tmtt costumization and fakefit option to tracklet config * data format fix * README filled and Configuration.StandardSequences.L1TrackTrigger_cff removed from run scripts. * associateFinal added to StubAssociation. * Update README.md English corrections * minor changes in various comments. * KF 7 layer tracking debugged and defaulted. * turned supported geometry white list into a black list. * Cbrown kfout (cms-sw#93) * Initial Commit for Kfout emulator * with ttTrackRefMap back in * Correct link structure and eta routing * No more print statements * Remove print statements * Merge changes in kfout producer * Thomas' comments skinnari#1 * Thomas' comments skinnari#2 * Change dphi/dz LUT scaling to num of bits * Fix bug to phi sector correction * sync with FW fix * Commit of distribution server for clock accuracy * Fix to undefined operation on numLinkTracks * Fix to numLinkTracks skinnari#2 Co-authored-by: Ian Tomalin <[email protected]> Co-authored-by: Chriisbrown <[email protected]>
Jingyan95
pushed a commit
to Jingyan95/cmssw
that referenced
this pull request
May 7, 2022
Adding jetPtRel to DQM
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.
No description provided.