Go to the documentation of this file.    1 #ifndef __JAANET__JTRK_T__ 
    2 #define __JAANET__JTRK_T__ 
 
double E
Energy (either MC truth or reconstructed)
 
The Trk class represents a Monte Carlo (MC) particle as well as a reconstructed track/shower.
 
double t
track time (when the particle is at pos )
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
JTrk_t(const int id, const int type, const int origin, const Vec &pos, const Vec &dir, const double t, const double E)
Constructor.
 
Auxiliary class to set-up Trk.
 
int type
MC: particle type in PDG encoding.
 
Vec pos
postion of the track at time t
 
Extensions to AAnet data format.
 
The Vec class is a straightforward 3-d vector, which also works in pyroot.