Skip to content

Tags: JeffersonLab/analyzer

Tags

Release-1719

Toggle Release-1719's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.19 dated 10-Mar-2026

- Fix undefined symbol errors with gcc 14+

Release-1718

Toggle Release-1718's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.18 dated 30-Nov-2025

Enhancements:
- Textvars translation map can be retrieved by external tools (Casey Morean)

Bugfixes in basic detector classes:
- FADC decoding failures due to checking wrong module information
- ReadDatabase crash if optional calibration constants not present
- Better handling of EVIO read errors (Casey Morean)

Release-1717

Toggle Release-1717's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.17 dated 13-Oct-2025

Enhancements:
* Add convenience methods to CodaDecoder for working with bank data

Bugfixes:
* CodaDecoder: Correctly decode run info in TI bank (Ryan Conaway)
* MultiFileRun: Fix init info search for filenames without stream numbers
  (Sanghwa Park)

Release-1716

Toggle Release-1716's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.16 dated 30-Sep-2025

Bugfixes:
- Fix issue with missing/completely absent physics events due to
  setting event_type to the TS event type
- Avoid possible memory misalignment issue on non-x86_64 platforms
Enhancements:
- Setting event_type to TS event type can be enabled/disabled
  with analyzer->EnableAltEvType(bool)
- Build: Auto-download ET client source code if not found on system
Changes:
- CODA3 physics events always report event_type == 1, as in analyzer
  1.7.13 and earlier. To switch to TS event type reporting, call
  analyzer->EnableAltEvType(true)

Release-1715

Toggle Release-1715's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.15 dated 23-Jul-2025

Bugfixes:
- Prevent data corruption with multiblock data decoding
- Set Fadc250Module firmware version to 2 ("modern") by default
- Prevent infinite loop in MultiFileRun if files disappear from disk
  (e.g. due to MSS copy/purge)
- Fix decoder breakage in THaShower due to missing module type
Enhancements:
- Get detector map module type from crate map if necessary
- Better error checking in decoding of PipeliningModule data
- Better error messages from EVIO in case of system errors ("file not found")
- Terminate analysis if decoder returns error for 10 consecutive events
Changes:
- MultiFileRun uses file ending in 0.0, not .N.0, for init info, if available
- CodaDecoder extracts all trigger bits, not just lowest six

Release-1712-sbs6

Toggle Release-1712-sbs6's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.12-sbs6 dated 16-Apr-2025

- MultiFileRun searches for init info (typically, a prestart event) first
  in (stream.segment) = (0.0), then, if not available, in (stream.0)

Release-1712-sbs5

Toggle Release-1712-sbs5's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.12-sbs5 dated 16-Apr-2025

- Decoder: Extract full trigger bit word, not just lowest 6 bits.

Release-1712-sbs4

Toggle Release-1712-sbs4's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.12-sbs4 dated 9-Apr-2025

- THaOutput: Support escaping comment character (\#)
  This allows us to put LaTeX commands in histogram titles

Release-1714

Toggle Release-1714's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Release 1.7.14 dated 29-Mar-2025

- Make bank tag (=ROC number) for DAQconfig events available
- For CODA3 physics events, set event_type to TS event type so they are available
  in the event headers in the output ROOT file
- Remove unmaintained broken GitHub Docker CI workflow

Release-1712-sbs3

Toggle Release-1712-sbs3's commit message

Verified

This tag was signed with the committer’s verified signature.
hansenjo Ole Hansen
Hotfix release 1.7.12-sbs2 dated 05-Mar-2025

- Add VETROC decoder module (Ed Brash), taken from Tritium library