Skip to content

Implementation of a MCTrack object to be used in symbiosis with MCParticles

Tobias Bisanz requested to merge (removed):trackUpdate into master

The initial implementation for the MCTrack objects and a managing class to dispatch them

  • Proper implementation of MCTrack, also to be stored in ROOT files
  • Proper linking of MCTrack to parent MCTrack
  • Proper linking of MCParticle to parent MCTrack
  • Better dispatching routine
  • Updating the manual

The nice thing, this got rid of the TrackInfoG4s global state, all static members are entirely gone!

To start with the first point: I still get a Error in <TString::AssertElement>: out of bounds: i = -1, Length = 0 error. I'm pretty sure I'm not implementing/registering the MCTrack via all the ROOT macros correctly!

This fixes #121 (closed)

Edited by Tobias Bisanz

Merge request reports