This repository has been archived by the owner on May 18, 2023. It is now read-only.
COATJAVA 8.4.0
raffaelladevita
released this
05 Dec 23:12
·
162 commits
to development
since this release
- CND:
- clustering algorithm now creates only intra-layer clusters
- CVT:
- trajectory information now includes distance-to-detector-edge
- fixed inconsistency in dependence of helix curvature on solenoid polarity, i.e., support reversed field
- fixed bug in PID assignment for energy-loss correction
- DC:
- trajectory information now includes dx and distance-to-detector edge
- added trajectory bank for hit-based tracks
- fixed bug resulting in duplicated tracks in straight-track finder
- refactored Runge-Kutta-4 transport for processing speed increase
- EB:
- now performs CND inter-layer clustering and preserves layer information in
REC::Scintillator
- for FT trigger, reassign vertex and corresponding momentum direction for neutrals in
RECFT::Particle
REC::UTrack
now really contains unconstrained tracks- new
REC::CaloExtras
bank with all info fromECAL::calib
- use trajectory information for track-hit matching at all levels, e.g., hit-based tracking
- new interface for particle-hit matching for the future, currently unused except for CND
- now performs CND inter-layer clustering and preserves layer information in
- ECAL:
- added fADC time information to reconstructed peaks
- in
ECAL::clusters
, fADC time now used instead of TDC for PCAL, or when TDC unavailable
- in
ECAL::calib
bank now includes fADC and TDC based peak times and various other info- cluster status variable now encodes CCDB status
- added fADC time information to reconstructed peaks
- Common-tools:
- added check on maximum path-length in all swim-tools init methods
- modified clas-reco detector classes to support EB changes
- ignore events with run numbers less than 1 for all services by default
- add printout of raw exception strings from CCDB library in ConstantsManager
- Dependencies:
- switched to new hipo 4.3 library to address issue with
MC::true
- bump Apache commons-text dependency to 1.10.0 to address security alert
- switched to new hipo 4.3 library to address issue with