1 #ifndef __JAANET__JTRK_T__ 
    2 #define __JAANET__JTRK_T__ 
   12 namespace JPP { 
using namespace JAANET; }
 
double t
track time [ns] (when the particle is at pos ) 
 
double E
Energy [GeV] (either MC truth or reconstructed) 
 
int mother_id
MC id of the parent particle. 
 
The Vec class is a straightforward 3-d vector, which also works in pyroot. 
 
int type
MC: particle type in PDG encoding. 
 
Vec pos
postion of the track at time t [m] 
 
The Trk class represents a Monte Carlo (MC) particle as well as a reconstructed track/shower. 
 
Auxiliary class to set-up Trk. 
 
JTrk_t(const int id, const int type, const int origin, const Vec &pos, const Vec &dir, const double t, const double E)
Constructor.