Skip to content

Conversation

@N-Plx
Copy link
Collaborator

@N-Plx N-Plx commented Jul 31, 2025

No description provided.

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.
@N-Plx N-Plx merged commit 6c9ebc9 into 755-allow-more-than-four-indices-in-indexed-tables Jul 31, 2025
41 checks passed
@c-dilks
Copy link
Member

c-dilks commented Jul 31, 2025

FYI, you could have just clicked "Update Branch" at the bottom of #756, instead of making this "backmerge" PR. Less mouse clicks :)

N-Plx added a commit that referenced this pull request Aug 8, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
c-dilks added a commit that referenced this pull request Sep 15, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
tongtongcao pushed a commit that referenced this pull request Sep 22, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
tongtongcao pushed a commit that referenced this pull request Nov 18, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
tongtongcao pushed a commit that referenced this pull request Nov 21, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
tongtongcao pushed a commit that referenced this pull request Dec 5, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
tongtongcao pushed a commit that referenced this pull request Dec 5, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
tongtongcao pushed a commit that referenced this pull request Dec 31, 2025
* feat: indexed table class can handle more than 4 indices

* feat: default constructor for the IndexGenerator class

* restoring main class as it was

* update branch (#768)

* update to DC tracking to read and use the new TDC cuts ccdb table.

* use live database

* build: bump version number to 13.1.0 (#757)

* remove unused/defunct classes

* convert tabs to spaces

* remove unused/defunct classes

* remove long-defunct main methods

* cleanup

* switch example to hipo4

* remove hipo3 support

* remove unused/defunct classes

* cleanup, tabs/spaces, formatting, ide warnings

* cleanup, formatting, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* cleanup, formatting, tabs/spaces, ide warnings

* remove (newly) unused dependencies

* restore object creation

* convert tabs to spaces

* cleanup

* remove no-op

* build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#759)

* apply fine timestamp correction to leadingEdgeTime

* ahdc hit time corrected

* add modeAHDC in PulseExtractorEngine

* use wf type for hit selection

* take into account simulation

* replace string manipulation with bit operation

* comment unnecessary code lines

* use wfType 0 or 1

* fix: reduce the number of CODEOWNERS (#764)

* fix: remove unused `etc/` files (#765)

They are 7-8 years old, and it is not clear what they are; they are
apparently unused here.

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>

* feat: can parse any byte shifts array for indexed tables

* default byte shift array can only be used for less than 4 indices

* misc fixes to compute long key and checks for byte shifts and index format

* check bin width compatible with int

* fix retrieving index from key

---------

Co-authored-by: ziegler <[email protected]>
Co-authored-by: Nathan Baltzell <[email protected]>
Co-authored-by: raffaelladevita <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Touchte Codjo <[email protected]>
Co-authored-by: Christopher Dilks <[email protected]>
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.

6 participants