Skip to content
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 1 commit into from
Nov 19, 2016
Merged

Conversation

skinnari
Copy link
Owner

No description provided.

@skinnari skinnari merged commit 4f7494e into L1TK_62X_SLHC28 Nov 19, 2016
@skinnari skinnari deleted the skinnari/L1TK_62X_SLHC28 branch November 19, 2016 12:07
skinnari pushed a commit that referenced this pull request Apr 26, 2017
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
skinnari pushed a commit that referenced this pull request May 23, 2017
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
skinnari added a commit that referenced this pull request Mar 24, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant