Commit bd1e2fd
feat: indexed table class can handle more than 4 indices (#756)
* 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]>1 parent 23d5c5a commit bd1e2fd
File tree
4 files changed
+304
-60
lines changed- common-tools
- clas-detector/src/main/java/org/jlab/detector
- base
- calib/utils
- clas-utils/src/main/java/org/jlab/utils/groups
4 files changed
+304
-60
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments