Skip to content

Releases: rest-for-physics/tracklib

v2.1

12 Dec 12:46
b00afd2
Compare
Choose a tag to compare

What's Changed

  • Adressing compilator warning on gcc 12.2 by @juanangp in #36
  • Attempt to clean hit class (just a little bit) by @lobis in #38
  • Removal of custom typedef any since it is misleading with std::any by @juanangp in #37

Full Changelog: v1.5...v2.1

v1.5

16 Jun 13:01
59e023f
Compare
Choose a tag to compare

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

29 Sep 19:50
04e0678
Compare
Choose a tag to compare

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

25 Apr 11:34
Compare
Choose a tag to compare

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

16 Sep 10:01
Compare
Choose a tag to compare
  • Solved null pointer issue in TRestTrackAnalysisProcess.

v1.1

12 Jul 14:38
Compare
Choose a tag to compare
  • TRestTrackAnalysisProcess. New sigma, skewness observables for the main and second most energetic tracks.

  • TRestTrackAnalysisProcess. Few observables have been renamed.

  • TRestTrackAnalysisProcess. New gaussian observables added.

  • Pipeline has been fixed.

v1.0

09 Feb 22:51
Compare
Choose a tag to compare

This is the very first release of the track library.

This library was extracted from the main framework development repository.