-
Notifications
You must be signed in to change notification settings - Fork 484
Adding cluster size to track extra #12044
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4e17997
Add ITS cluster size to the AO2D
mpuccio 32e23d2
Add TracksExtra_001
fmazzasc 91def84
Update readerhelper
fmazzasc 37ad278
Add cluster sizes to AB
fmazzasc 3480484
Remove its cluster map
fmazzasc 05b7979
Please consider the following formatting changes
alibuild 1b4d607
Merge pull request #18 from alibuild/alibot-cleanup-12044
fmazzasc c50641a
Add table versioning
fmazzasc a5199b5
Fix comments
fmazzasc df1d5ba
Fix comments (2)
fmazzasc ee83f5a
Set old TrackExtra as default
fmazzasc 1385702
Fix data descriptor for trackextra
fmazzasc e76dc5e
Please consider the following formatting changes
alibuild c3fef7c
Merge pull request #19 from alibuild/alibot-cleanup-12044
fmazzasc 6282035
Fix test
fmazzasc 0e74a5c
Clean commented code
fmazzasc be79370
Fix comment (3)
fmazzasc dfe5933
Move dyn columns to versioning namespace
fmazzasc 036a51a
Merge branch 'dev' into cl_size_ao2d
fmazzasc db63b19
Update Framework/Core/include/Framework/AnalysisDataModel.h
jgrosseo e7f129a
Add braces + unsigned shorts
fmazzasc cf3b8fa
Move cluster sizes to uint8_t
fmazzasc 2be5a53
Swap pattern and clsizes order
fmazzasc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we swap the order of
patternandclsizesto avoid wasting 16 bits in padding per ref?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, thanks for spotting!