v1.4.0
What's Changed
- fix: missing comma in tracking.cc by @wdconinc in #748
- fix(richgeo): DD4hep CellID type by @c-dilks in #749
- ci: run clang-tidy on PR diff and post suggestions by @wdconinc in #752
- linux-eic-shell.yml: fix llvm-cov for PRs from fork by @veprbl in #756
- Add reconstructed electron factory, algorithm utilizing E/p cut by @jdbrice in #751
- fix: OffMomentumReconstruction_factory should use JFactoryPodioT by @wdconinc in #759
- fix:
#include <string>
in CalorimeterClusterRecoCoGConfig by @wdconinc in #760 - fix: clang-tidy modernize-use-emplace by @wdconinc in #764
- fix: clang-tidy readability-container-size-empty by @wdconinc in #763
- linux-eic-shell.yml: fix the apt-get failures by @veprbl in #769
- README.md: add CI status badge by @veprbl in #768
- feat: more modern CMake by using targets instead of include_directories by @wdconinc in #720
- fix: rewrite TrackParamTruthInit to create edm4eic::TrackParameters by @wdconinc in #766
- TrackParamTruthInit: revert accidental swap of theta and phi error values by @veprbl in #779
- feat: use -gz if supported in Debug and RelWithDebInfo by @wdconinc in #777
- ci: collect all jana.dot and jana.svg into single artifact, and publish by @wdconinc in #776
- feat: make the factory-factory a variadic template (more evil things) by @wdconinc in #784
- fix: rm unused podio_access code by @wdconinc in #787
- fix: rm unused trk_chain_example code by @wdconinc in #788
- fix: place truth vertex on perigee surface in truth seeding by @wdconinc in #783
- ci: default to brycecanyon, craterlake by @wdconinc in #789
- Added CKF tracking with real seeds. by @bschmookler in #711
- ci: (not quite so) basic diff with target branch by @wdconinc in #773
- fix: disable default inclusion of realistic seeder by @wdconinc in #790
- feat: convert calorimetry JFactoryT to JChainFactoryT by @wdconinc in #785
- fix: GeneratedParticles: ignore MCParticles with generatorStatus != 1 by @wdconinc in #772
- algorithms/calorimetry: pass PODIO collections instead of std::vector by @veprbl in #741
- feat: rewrite MC2SmearedParticle to operate on collections by @wdconinc in #778
- feat: rewrite InclusiveKinematics algorithms to operate on podio collections by @wdconinc in #780
- feat(PID): merge Cherenkov Particle ID results by @c-dilks in #730
- fix: rm failing MC2SmearedParticleConfig include by @wdconinc in #792
- fix: use proper local header quoting by @wdconinc in #801
- fix: rm unused TruthCluster_factory_B0ECalTruthProtoClusters (duplicate) by @wdconinc in #805
- fix: pre-commit codespell, avoid common spelling mistakes by @wdconinc in #802
- fix: typo in JChainFactoryGeneratorT type by @wdconinc in #793
- feat: Calorimeter hit digi simplification by @wdconinc in #794
- feat: Calorimeter hit reco simplification by @wdconinc in #797
- fix: rm unused/non-functional run_examples/full_flags_run.py by @wdconinc in #811
- fix: rm unmaintained log_example (should go in docs, or user shoudn't need) by @wdconinc in #812
- fix: remove
using namespace std
(only in cc files) by @wdconinc in #810 - drop SciGlass by @veprbl in #809
- feat: CalorimeterHitsMerger factory simplification by @wdconinc in #803
- feat: CalorimeterTruthClustering simplification by @wdconinc in #806
- fix: rm unused and unmaintained pyjano by @wdconinc in #813
- fix: rm CRTP on SpdlogMixin, variadic template factory, unnecessary
using
in factories by @wdconinc in #808 - fix: rm unused and empty podio test since #578 by @wdconinc in #814
- fix: rm unimplemented csh support by @wdconinc in #816
- feat: rm utility
StringHelpers.h
from which only one function ever used by @wdconinc in #818 - fix: rm README with dead AWS S3 links by @wdconinc in #819
- fix: restore LGPL license for algorithms by @wdconinc in #820
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #823
- Reverted default Silicon Tracker Digi threshold to 0 by @kkauder in #825
- algorithms/calorimetry/CalorimeterIslandCluster: pass PODIO collections instead of std::vector by @veprbl in #791
- fix: read
materials-map
string constant in ACTSGeo_service by @wdconinc in #826 - feat: migrate the imaging calorimeter algorithms to collections and modern factories by @wdconinc in #807
- fix: convert ImagingPixelReco to use CalorimeterHitReco by @wdconinc in #830
- feat: convert ProtoCluster factories to single CalorimeterIslandCluster_factoryT by @wdconinc in #828
- fix: clang-tidy modernize-loop-convert by @wdconinc in #765
- CalorimeterIslandCluster: compile adjacencyMatrix expressions using cling by @veprbl in #824
- fix: rename imaging/scfi module to sector by @wdconinc in #836
- rename EcalBarrelImagingMergedClusters -> EcalBarrelClusters by @veprbl in #835
- fix: Simplified track seeder findPCA (was: findROOT) function and guard against returning NaN values by @bschmookler in #804
- update max eta forward limit in truth seeder to 6 by @rahmans1 in #834
New Contributors
- @jdbrice made their first contribution in #751
- @pre-commit-ci made their first contribution in #823
- @kkauder made their first contribution in #825
Full Changelog: v1.3.0...v1.4.0