GRIFFINCollaboration / detectorSimulations

GEANT4 simulation code for the GRIFFIN array and it's suite of ancillary detection systems.
7 stars 13 forks source link

Update of the Steptracker #96

Closed moukaddam closed 10 years ago

moukaddam commented 10 years ago

Updated the Steptracker to store the primary event parameters (Energy, angles, Pdg etc..) in the tree instead of the vertex parameters.

bkatiemills commented 10 years ago

Cool - but can you explain a bit what information this is putting in what tree? Ultimately we need some better (any) docs about what chunks of code are writing what information where, but for now it's unclear how this fits into #90 - which is still an open discussion.

moukaddam commented 10 years ago

Everything regarding the structure of the Tree is the same. The vertex could be the primary event or a secondary event depending on the history of the event. I only changed the values that are stored in the tree. Instead of the vertex parameters, we now have the primary parameters exclusively.