Skip to content

v1.16.0

Compare
Choose a tag to compare
@veprbl veprbl released this 07 Aug 16:20
· 51 commits to main since this release
134f1bf

What's Changed

🕸️ Tracking

  • feat: fix compilation for Acts versions from v33 up to v35 by @wdconinc in #1525
  • CalorimeterClusterRecoCoG: set intrinsic{Phi,Theta} by @veprbl in #1511
  • TracksToParticles: avoid initializing mass from truth by @veprbl in #1534
  • Added missing seed finder parameter by @bschmookler in #1544
  • fix: properly const_cast dynamic BField pointer by @wdconinc in #1555
  • Add one-to-one relation with raw tracker/calorimeter hit for reconstructed tracker/calorimeter hit by @rahmans1 in #1535

🪪 Particle identification

  • BTOF,DRICH,DIRC,PFRICH: unroll PID LUT factory initialization loops by @veprbl in #1536

🚿 Calorimetry

  • Fix: Correct ZDC LYSO Sampling Fraction by @bschmookler in #1529
  • ImagingTopoCluster: fix Init printouts by adding missing break statements by @sebouh137 in #1533
  • BHCAL: drop support for legacy sectors by @veprbl in #1540
  • CalorimeterIslandCluster: switch to use EvaluatorSvc by @veprbl in #1550
  • CalorimeterIslandCluster: peakNeighbourhoodMatrix to control how far peaks need to be to split by @veprbl in #1554
  • fix: rm repeated information logging line in CalorimeterIslandClustering by @wdconinc in #1556
  • fix: avoid integer wraparound in CalorimeterHitDigi by @wdconinc in #1557

⚙️ Infrastructure

  • fix: don't require Acts::{Identification,TGeo} component, but require Json by @wdconinc in #1520
  • linux-eic-shell.yml: don't trigger eic_container builds on schedule by @veprbl in #1527
  • fix: rm unneeded CMakeLists lines by @wdconinc in #1528
  • linux-eic-shell.yml: build against 24.05.2-stable container by @veprbl in #1471
  • fix(ci): split dot convert to svg into separate step by @wdconinc in #1546
  • fix(ci): suppress more UB false positives out of our scope by @wdconinc in #1547

🔩 Other Changes

  • InclusiveKinematicsML: avoid Ort::Env going out of scope by @veprbl in #1542
  • InclusiveKinematicsML: gracefully handle non-tensor types by @veprbl in #1543
  • fix: do not override log level to debug for JEventProcessorPODIO by @wdconinc in #1552
  • fix: no more JANA2 banner, since now JANA2 itself prints one for us by @wdconinc in #1549

Full Changelog: v1.15.0...v1.16.0