Releases: rest-for-physics/tracklib
Releases · rest-for-physics/tracklib
v2.1
v1.5
What's Changed
- Solving numerous compilation warnings by @jgalan in #26
- Implement pre-commit checks and format files by @lobis in #27
- Separating framework and tracklib pipelines in diferent workflows by @juanangp in #28
- Replacing custom branch pipeline by master by @juanangp in #30
- Adding new observables to TRestTrackAnalysisProcess and bug fix on TRestTrackLineAnalysisProcess by @juanangp in #31
- New methods added for track analysis by @juanangp in #33
- using library version macro by @lobis in #35
Full Changelog: v1.4...v1.5
v1.4
What's Changed
- Adding new analysis TRestTrackAlphaAnalysisProcess by @juanangp in #13
- Event Process Update by @lobis in #16
- Renaming endl to RESTendl and other logger functions by @juanangp in #17
- replaced dynamic length array initializaion by @nkx111 in #18
- Adding tracklib pipeline by @juanangp in #19
- Updated validation image tag to
rest-for-physics
by @lobis in #20 - Fix compilation problem after making TRestHits members protected by @lobis in #21
- Adding a new macro to center the maximum energy track by @cmargalejo in #22
- MaxTrack_YZ_SigmaZ now actually stores Z instead of Y by @cmargalejo in #23
- New observable for the energy balance of the maximum energy track by @cmargalejo in #24
- New observables for Z sigma balance by @cmargalejo in #25
New Contributors
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Fixing release 1.2 by @cmargalejo in #10
- Fixing pipeline by @jgalan in #11
- README.md adding new badges by @jgalan in #12
- Removed
using namespace std
from header files and fix errors by @lobis in #14 - Fixing bug on inheritance of DrawEvent from base class by @juanangp in #15
- New process TRestTrackLineAnalysisProcess (2123773)
- New class TRestTrackLinearizationProcess (4c1aeaa)
- New viewer process RestTrackViewerProcess for visualization of track events (7efae54)
New Contributors
Full Changelog: v1.2...v1.3
v1.2
- Solved null pointer issue in
TRestTrackAnalysisProcess
.