Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JeffersonLab/coatjava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.7.0
Choose a base ref
...
head repository: JeffersonLab/coatjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.7.1
Choose a head ref
  • 16 commits
  • 79 files changed
  • 9 contributors

Commits on Feb 9, 2026

  1. Move Kalman Filter in ALERT engine (#1100)

    * set trackid before the kalman filter
    
    * define Niter and the particle type as attributes of the Kalman Filter, make propagation public
    
    * remove redundant attributes with _kf extension
    
    * move the Kalman Filter in ALERTEngine
    
    * add method to set Niter and the particle type
    
    * update the AHDC::hits bank, fill residuals
    
    * cleaning
    
    * uncomment atof part
    ftouchte authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    9825f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfca180 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Configuration menu
    Copy the full SHA
    1857d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cdc6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. fix cvmfs github CI issues with 5.4 (#1109)

    * try 5.4
    
    * missed one ...
    
    * disable validation tests
    baltzell authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    d87c559 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. add programs to use doca to refine positions of clusters, then use th…

    …em in helixfitting. (#1105)
    
    Co-authored-by: Zeyu Zhang <zyzhang@ifarm2401.jlab.org>
    Co-authored-by: Felix Touchte Codjo <119527892+ftouchte@users.noreply.github.com>
    3 people authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    0453f3c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    73e801c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. feat: honor/preserve user's option order (#1106)

    * options should preserve creation order
    
    * remove noise
    
    * remove extra lines
    baltzell authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    75902b8 View commit details
    Browse the repository at this point in the history
  2. ci!: remove clas12-validation trigger, in favor of orca (#1111)

    [`orca`](https://code.jlab.org/hallb/clas12/orca) is now running more
    smoothly, and is meant to replace [`clas12-validation`](https://github.com/JeffersonLab/clas12-validation).
    We've been running both for some time, now it's time to disable our
    `clas12-validation` trigger.
    c-dilks authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    718b719 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    5d50959 View commit details
    Browse the repository at this point in the history
  2. chore(submodule): bump etc/data/nnet from f43cee9 to efa89e4 (#1118)

    Bumps etc/data/nnet from `f43cee9` to `efa89e4`.
    
    ---
    updated-dependencies:
    - dependency-name: etc/data/nnet
      dependency-version: efa89e44d0c68e2107105cc39096b41d98bba590
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    82a4936 View commit details
    Browse the repository at this point in the history
  3. use maven enforcer plugin for Java version (#1113)

    Added Maven Enforcer Plugin to enforce Java version.
    baltzell authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    1184e97 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. feat: ALERT AI Pre PID (#1112)

    * modified recobankwriter with dummy functions
    
    * added a call for AI PID --currently in testing mode
    
    * commented lines out for testing
    
    * commented lines out for testing
    
    * modified to include PrePID similar to TrackMatching
    
    * modified to include PrePID similar to TrackMatching
    
    * created PrePIDResult.java
    
    * created ModelPrePID.java
    
    * added ALERT PID bank to bankdefs
    
    * added ALERT PrePID bank to bankdefs
    
    * cleaning up
    
    * cleaning up
    
    * fix: added probabilities for prepid
    
    * fixed a typo in alert.json
    
    * fix: changed all prints to logger + minor cleanup
    
    * fix: added info to alert.json for AI PID bank
    
    * major change: switched from ATOF::clusters to ATOF::hits
    
    ---------
    
    Co-authored-by: Uditha Weerasinghe <skuditha@jlab.org>
    skuditha and Uditha Weerasinghe authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    06e3e4d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    57de464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57bec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4427da7 View commit details
    Browse the repository at this point in the history
Loading