Hall-D Software
alpha
|
File: DTOFHitMC.h Created: Wed Jan 19 14:22:41 EST 2011 Creator: B. Zihlmann Purpose: Container class to hold Monte Carlo track data, like track id number, particle type ect. More...
#include <DTOFHitMC.h>
Public Member Functions | |
JOBJECT_PUBLIC (DTOFHitMC) | |
void | toStrings (vector< pair< string, string > > &items) const |
Public Attributes | |
int | plane |
int | bar |
int | end |
int | ptype |
int | itrack |
float | dist |
float | x |
float | y |
float | z |
float | px |
float | py |
float | pz |
float | E |
File: DTOFHitMC.h Created: Wed Jan 19 14:22:41 EST 2011 Creator: B. Zihlmann Purpose: Container class to hold Monte Carlo track data, like track id number, particle type ect.
Definition at line 16 of file DTOFHitMC.h.
DTOFHitMC::JOBJECT_PUBLIC | ( | DTOFHitMC | ) |
int DTOFHitMC::bar |
Definition at line 22 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::dist |
Definition at line 26 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::E |
Definition at line 33 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
int DTOFHitMC::end |
Definition at line 23 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
int DTOFHitMC::itrack |
Definition at line 25 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
int DTOFHitMC::plane |
Definition at line 21 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
int DTOFHitMC::ptype |
Definition at line 24 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::px |
Definition at line 30 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::py |
Definition at line 31 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::pz |
Definition at line 32 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::x |
Definition at line 27 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::y |
Definition at line 28 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().
float DTOFHitMC::z |
Definition at line 29 of file DTOFHitMC.h.
Referenced by DEventSourceHDDM::Extract_DTOFHit(), and toStrings().