#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-07/NewEventDisplay/func/event.h"
Public Attributes | |
int16_t | startx |
int16_t | starty |
int16_t | stopx |
int16_t | stopy |
int32_t | startz |
int32_t | stopz |
int32_t | time |
float | tns |
std::vector< hit > | hits |
std::vector< cppoint > | traj [2] |
std::vector<hit> track::hits |
Definition at line 30 of file event.h.
Referenced by noe::noe::produce().
int16_t track::startx |
Definition at line 21 of file event.h.
Referenced by noe::noe::produce().
int16_t track::starty |
Definition at line 21 of file event.h.
Referenced by noe::noe::produce().
int32_t track::startz |
Definition at line 25 of file event.h.
Referenced by noe::noe::produce().
int16_t track::stopx |
Definition at line 21 of file event.h.
Referenced by noe::noe::produce().
int16_t track::stopy |
Definition at line 21 of file event.h.
Referenced by noe::noe::produce().
int32_t track::stopz |
Definition at line 25 of file event.h.
Referenced by noe::noe::produce().
int32_t track::time |
Definition at line 27 of file event.h.
Referenced by draw_tracks(), and noe::noe::produce().
float track::tns |
Definition at line 28 of file event.h.
Referenced by noe::noe::produce().
std::vector<cppoint> track::traj[2] |
Definition at line 31 of file event.h.
Referenced by draw_tracks(), and noe::noe::produce().