There is a newer version of the record available.

Published February 9, 2024 | Version v1.10.0
Software Open

eic/EICrecon: v1.10.0

  • 1. University of Manitoba
  • 2. Jefferson Lab
  • 3. @JeffersonLab @eic
  • 4. @JeffersonLab
  • 5. Broohaven National Laboratory
  • 6. Iowa State University
  • 7. University of Bari & INFN Bari, Italy
  • 8. Brookhaven National Laboratory
  • 9. INFN
  • 10. Temple University

Description

<!-- Release notes generated using configuration in .github/release.yml at v1.10 -->

What's Changed

🕸️ Tracking

  • fix: rm Acts detail header for stable interface by @wdconinc in https://github.com/eic/EICrecon/pull/1187
  • fix: forward compatibility with Acts-v31 by @wdconinc in https://github.com/eic/EICrecon/pull/1188
  • Updated track seeding globaltoLocal() conversion by @bschmookler in https://github.com/eic/EICrecon/pull/1185
  • feat: migrate PhotoMultiplierDigi_factory to JOmniFactory by @wdconinc in https://github.com/eic/EICrecon/pull/1177
  • fixed Seed charge calculation by @Jeet-bhai in https://github.com/eic/EICrecon/pull/1213
  • Fix: Small change to phi difference calculation in seed charge determination by @bschmookler in https://github.com/eic/EICrecon/pull/1214
  • fix: convert TrackParamTruthInit to use DD4hep units by @wdconinc in https://github.com/eic/EICrecon/pull/1198
  • fix: use track direction in localToGlobal in TrackProjector by @wdconinc in https://github.com/eic/EICrecon/pull/1242
  • feat: forward support edm4eic version 5 by @wdconinc in https://github.com/eic/EICrecon/pull/1241
  • fix: explicitly set off-diagonal elements in the covariance matrices by @wdconinc in https://github.com/eic/EICrecon/pull/1244
  • treewide: cleanup EDM4eic 2.x deprecation, require at least 3.0 by @veprbl in https://github.com/eic/EICrecon/pull/1256
  • fix: use jacobian to convert bound covariance to free 3d position error by @wdconinc in https://github.com/eic/EICrecon/pull/1252
  • refactor: update to edm4eic v5.0.0 by @osbornjd in https://github.com/eic/EICrecon/pull/1278
  • Issue warning if surface not planar in draw surfaces by @rahmans1 in https://github.com/eic/EICrecon/pull/1274

🪪 Particle identification

  • feat: convert MergeTracks to use algorithms:: interface (not yet omni) by @wdconinc in https://github.com/eic/EICrecon/pull/1234
  • MergeTracks.h: fix spelling by @veprbl in https://github.com/eic/EICrecon/pull/1236
  • feat: convert MergeParticleID to use algorithms:: interface by @wdconinc in https://github.com/eic/EICrecon/pull/1238
  • ParticlesWithPID: add associations from ReconstructedParticles to TrackParameters by @veprbl in https://github.com/eic/EICrecon/pull/1210
  • src/detectors: s/DigiHit/RawHit/g by @veprbl in https://github.com/eic/EICrecon/pull/1265

🚿 Calorimetry

  • fix: adopt algorithms:: interface in CalorimeterHitsMerger by @wdconinc in https://github.com/eic/EICrecon/pull/1182
  • fix: adopt algorithms:: interface in CalorimeterIslandCluster by @wdconinc in https://github.com/eic/EICrecon/pull/1183
  • fix: adopt algorithms:: interface in CalorimeterHitReco by @wdconinc in https://github.com/eic/EICrecon/pull/1181
  • fix: rm unused GeoSvc from CalorimeterClusterRecoCoG by @wdconinc in https://github.com/eic/EICrecon/pull/1194
  • fix: better support for downstream CMake consumers by @wdconinc in https://github.com/eic/EICrecon/pull/1193
  • fix: convert ImagingClusterReco to algorithms interface by @wdconinc in https://github.com/eic/EICrecon/pull/1201
  • fix: convert EnergyPositionClusterMerger to algorithms interface by @wdconinc in https://github.com/eic/EICrecon/pull/1200
  • feat: convert CalorimeterTruthClustering to algorithms interface by @wdconinc in https://github.com/eic/EICrecon/pull/1199
  • fix: convert ImagingTopoCluster to algorithms interface by @wdconinc in https://github.com/eic/EICrecon/pull/1202
  • fix: convert TruthEnergyPositionClusterMerger to algorithms interface by @wdconinc in https://github.com/eic/EICrecon/pull/1208
  • CalorimeterClusterRecoCoG: copy hits references from ProtoCluster by @veprbl in https://github.com/eic/EICrecon/pull/1224
  • ZDC: LYSO + SiPM-on-tile by @sebouh137 in https://github.com/eic/EICrecon/pull/1221
  • Fix hit merging and add thresholds for backward HCal by @lkosarz in https://github.com/eic/EICrecon/pull/1250
  • Update CalorimeterClusterRecoCoGConfig: specify units for default value logWeightBase_Eref by @veprbl in https://github.com/eic/EICrecon/pull/1266

⚙️ Infrastructure

  • feat: set default CMAKE_BUILD_TYPE in CMakeLists.txt by @wdconinc in https://github.com/eic/EICrecon/pull/1191
  • feat: install capybara only when not available by @wdconinc in https://github.com/eic/EICrecon/pull/1110
  • feat: rm print_functions.cmake with non-standard macros by @wdconinc in https://github.com/eic/EICrecon/pull/1192
  • feat(ci): trigger eicweb container build for benchmarks by @wdconinc in https://github.com/eic/EICrecon/pull/471
  • linux-eic-shell.yml: don't install Bokeh and PyGitHub via pip by @veprbl in https://github.com/eic/EICrecon/pull/1230
  • linux-eic-shell.yml: delay posting capybara comment until pages are deployed by @veprbl in https://github.com/eic/EICrecon/pull/1243
  • linux-eic-shell.yml: fix capybara comment regressions by @veprbl in https://github.com/eic/EICrecon/pull/1245
  • fix(ci): run regularly on main by @wdconinc in https://github.com/eic/EICrecon/pull/1253
  • fix: avoid CI warnings by upgrading actions; add dependabot by @wdconinc in https://github.com/eic/EICrecon/pull/1258
  • fix(ci): don't trigger eic_container in merge queue by @wdconinc in https://github.com/eic/EICrecon/pull/1233

New Contributors

  • @Jeet-bhai made their first contribution in https://github.com/eic/EICrecon/pull/1213
  • @sebouh137 made their first contribution in https://github.com/eic/EICrecon/pull/1221
  • @lkosarz made their first contribution in https://github.com/eic/EICrecon/pull/1250
  • @dependabot made their first contribution in https://github.com/eic/EICrecon/pull/1259

Full Changelog: https://github.com/eic/EICrecon/compare/v1.9.1...v1.10.0

Files

eic/EICrecon-v1.10.0.zip

Files (5.5 MB)

Name Size Download all
md5:caf68d03cb480ae2ef1589ced9c5ec37
5.5 MB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/eic/EICrecon/tree/v1.10.0 (URL)