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

Synching ALERT fork with main branch #378

Closed
wants to merge 105 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
87011e4
Changed the data bank to process the hits in AHDCEngine:
efuchey Feb 16, 2024
3863e74
Merge branch 'JeffersonLab:development' into development
efuchey Feb 22, 2024
10559cd
reversed the change in AHDCEngine.
efuchey Feb 29, 2024
8ac4238
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Mar 1, 2024
e9377c4
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Mar 18, 2024
81b637e
Merge branch 'JeffersonLab:development' into development
efuchey Apr 12, 2024
4046143
Merge branch 'JeffersonLab:development' into development
efuchey Apr 22, 2024
08cd675
Reverted (again???) the hit type to be read in AHDC reconstruction fr…
efuchey Apr 22, 2024
10f0972
changed AHDC bank back to ADC only
mpaolone Apr 23, 2024
acde32e
Merge branch 'JeffersonLab:development' into development
efuchey May 14, 2024
9440e21
remove redundant checks
baltzell May 22, 2024
c95e068
remove unused objects
baltzell May 22, 2024
11d6954
cleanup
baltzell May 22, 2024
3420bb9
leave internal indexing at zero, output at 1
baltzell May 22, 2024
d6fd779
cleanup
baltzell May 22, 2024
46e33d0
remove redundant checks
baltzell May 22, 2024
268c239
leave internal indexing from zero, output from 1
baltzell May 22, 2024
4a9647f
simplicy logic
baltzell May 22, 2024
481795d
use s/l/c/o indexing starting from 1
baltzell May 23, 2024
04571a1
Merge pull request #1 from JeffersonLab/iss272-alert-indexing
mpaolone Jun 3, 2024
082ae77
merge post Nathan's indexing update
mpaolone Jun 4, 2024
f137c4f
Merge branch 'JeffersonLab:development' into development
efuchey Jun 14, 2024
7c6593a
Merge branch 'JeffersonLab:development' into development
efuchey Jun 17, 2024
f10c09e
Merge pull request #1 from mpaolone/development
efuchey Jun 18, 2024
2e86a66
fixed a merge error that slipped through the cracks.
efuchey Jun 18, 2024
7514d48
Merge branch 'JeffersonLab:development' into development
efuchey Jul 1, 2024
5ae48d4
Merge pull request #2 from efuchey/development
mpaolone Jul 2, 2024
85dbe45
Modified the reference layer index for the "OtherCluster" in the
efuchey Jul 9, 2024
e14c464
Modified the hardcoded lookup superlayer/layer indices to fill the pe…
efuchey Jul 9, 2024
4b3603b
Merge pull request #4 from efuchey/development
mpaolone Jul 9, 2024
06b8f90
Declared upfront the hardcoded variables for cluster z calculation in…
efuchey Jul 17, 2024
dad3cdd
Merge branch 'JeffersonLab:development' into development
efuchey Aug 19, 2024
230b1b1
Added printouts to debug kalman filter.
efuchey Sep 16, 2024
c8eeecf
Merge branch 'JeffersonLab:development' into development
efuchey Sep 16, 2024
5e4020e
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Sep 16, 2024
66afda9
Merge pull request #2 from mpaolone/development
efuchey Sep 17, 2024
62544e7
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Sep 17, 2024
abbb742
Revert "Merge branch 'development' of github.com:efuchey/coatjava int…
efuchey Sep 17, 2024
c9f73b0
Reapply "Merge branch 'development' of github.com:efuchey/coatjava in…
efuchey Sep 17, 2024
8a5ba10
Adjusted the AHDC gas parameters in alert KalmanFilter.java
efuchey Sep 17, 2024
e0559c1
Merge branch 'JeffersonLab:development' into development
efuchey Sep 18, 2024
fa4bd27
Merge branch 'JeffersonLab:development' into development
efuchey Oct 7, 2024
09cad74
Completed commit 3420bb9 by modifying output index of atof paddle sta…
efuchey Oct 7, 2024
fa23226
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Oct 7, 2024
906f0b4
Merge pull request #5 from efuchey/development
mpaolone Oct 8, 2024
a8e69c4
Added comments about units quantities.
efuchey Oct 8, 2024
3c1234c
Merge branch 'JeffersonLab:development' into development
efuchey Oct 8, 2024
e3486e4
Merge pull request #3 from mpaolone/development
efuchey Oct 8, 2024
130ad45
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Oct 8, 2024
d32a3b7
Merge branch 'JeffersonLab:development' into development
efuchey Oct 10, 2024
2b39ea9
export BMT waveform
baltzell Oct 21, 2024
fb5a235
cleanup
baltzell Oct 21, 2024
f8226e5
Fixed the calculation of the hit wire position in Hit/Hit.java and Ka…
efuchey Oct 21, 2024
ebea531
add NamedEntry
baltzell Oct 21, 2024
71d5584
Apparently, changing the wire indexing was not desirable, at least fo…
efuchey Oct 21, 2024
b2eff24
refactor
baltzell Oct 21, 2024
c4359cb
add bank link
baltzell Oct 21, 2024
27a4c21
refactor
baltzell Oct 21, 2024
d1e0e95
preserve index
baltzell Oct 24, 2024
89d0175
tested, cleaned up
baltzell Oct 24, 2024
05b2108
cleanup, add a mode-7
baltzell Oct 24, 2024
39a126e
docs, examples
baltzell Oct 24, 2024
4687e8c
Verified and updated the calculations of the wire ends positions.
efuchey Oct 28, 2024
be8c645
Merge branch 'JeffersonLab:development' into development
mpaolone Oct 28, 2024
bcb34f1
Merge pull request #6 from JeffersonLab/baltzell-wf
mpaolone Oct 28, 2024
2b4f081
Fixed B field direction in Kalman filter (anywhere else that it's wro…
efuchey Oct 28, 2024
2d513b9
Implementation of a new mode of extraction
Nov 6, 2024
65395cb
Update time calculations in ModeAHDC.java
Nov 8, 2024
544216d
Merge pull request #1 from ftouchte/test/extractor
ftouchte Nov 8, 2024
5f6d07c
Reduce indentation
Nov 18, 2024
cd0ba16
Merge pull request #21 from ftouchte/development
mpaolone Nov 25, 2024
4dd148f
* Fixed the magnetic field direction and the calculation of the wire …
efuchey Dec 2, 2024
9c7d06d
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Dec 2, 2024
4143a25
Added additional functions called "getMeasurementNoise_simple", "getV…
efuchey Dec 3, 2024
7fe0c41
Merge pull request #4 from mpaolone/development
efuchey Dec 3, 2024
f379279
Merge branch 'development' of github.com:efuchey/coatjava into develo…
efuchey Dec 3, 2024
5dd9fe4
Duplicated the measurement matrices functions: one in cylindrical sys…
efuchey Dec 9, 2024
0723c15
For pull request only: commented out the line in AHDCEngine that gath…
efuchey Dec 9, 2024
506e888
Merge pull request #22 from efuchey/development
mpaolone Dec 9, 2024
9abc31a
Merge branch 'development' into development
baltzell Dec 10, 2024
3867efe
fix bad merge conflict
baltzell Dec 10, 2024
baf1185
Updated atof geometry. The index for sector/layer/component matches t…
N-Plx Dec 11, 2024
8a16989
Merge pull request #389 from JeffersonLab/387-update-atof-geometry-se…
N-Plx Dec 11, 2024
a25a4d1
Merge pull request #23 from baltzell/development
mpaolone Dec 12, 2024
5636a1a
changed ModeAHDC to be dumber and threadsafe, changed PreClusterFinde…
mpaolone Dec 12, 2024
d6adcd8
AHDC::wf must be defined
baltzell Dec 13, 2024
0bd4108
actually use the new ahdc pulse extractor
baltzell Dec 13, 2024
48eaa66
Merge pull request #24 from baltzell/development
mpaolone Dec 16, 2024
3521313
Add AI for ALERT trackfinding
Dec 16, 2024
eb503d3
build(deps): bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
dependabot[bot] Dec 16, 2024
bd001db
Revert "leave internal indexing at zero, output at 1"
baltzell Dec 16, 2024
212f2bf
ci: test with latest `groovy` version (#394)
c-dilks Dec 17, 2024
e2acd07
Merge pull request #26 from baltzell/development
mpaolone Dec 18, 2024
88b1dd8
Merge pull request #25 from mathieuouillon/AI_for_ALERT
mpaolone Dec 18, 2024
128282c
added new AI-assisted networks for Spring28
raffaelladevita Dec 19, 2024
d6204d2
bg-merger: using true order to inialize DetectorDescriptor
raffaelladevita Nov 6, 2024
f117001
one more switch between labbeledOrder and true order
raffaelladevita Nov 7, 2024
f155c51
moved bg engine functionality to reuse bg events to common tools
raffaelladevita Nov 7, 2024
86dc443
added functionality to merge multiple bg events
raffaelladevita Nov 8, 2024
da9f4d8
added functionality to merge background for individual DC regions, pl…
raffaelladevita Nov 14, 2024
f770076
bug fixes
raffaelladevita Dec 6, 2024
3896b8f
changed bg-merger default for detector list to be ALL
raffaelladevita Dec 16, 2024
9fb1b2e
simple truth efficiency calculator (#396)
baltzell Jan 2, 2025
639cb66
Merge branch 'big_merge' into dumb_merge
Jan 2, 2025
c251ca3
Better names for constant fraction variables
Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
baltzell committed May 22, 2024
commit d6fd779cdd8702d72c3cc6a4e52a7564f45b35cf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.jlab.geom.detector.alert.AHDC;

import org.jlab.geom.base.ConstantProvider;