-
Notifications
You must be signed in to change notification settings - Fork 2
Output File Contents
CLHEP units used generally.
- Particle energies/momenta in MeV
- Distance in mm
- Time in s and/or ns
Currently when running ConvertToTMSTree.exe on some edep-sim input files two output files are produced:
Files named e.g. someFileName_TMS_RecoCandidates_Hough_Cluster1.root
The reconstruction output contains three trees:
- Truth_Info
- Line_Candidates
- Reco_Tree
Contains truth information for particles with trajectories crossing the detector, and much of the event information (e.g. Genie level truth). Of most relevance is the muon/lepton truth variables, including the interaction vertex, momentum, as well as birth and death positions and info regarding LAr.
Contains the Hough lines for each orientation, but does not combine them. May be deprecated in favour of Reco_Tree.
Contains information of the 3D tracks reconstructed within TMS, along with reconstructed quantities (charge, momentum, etc.) and the hits from which each track is formed. Currently the direction is evaluated by drawing a line from the track start to the end, this will be improved.
Files named e.g. someFileName_TMS_Readout.root
TODO