#include <Shower.h>
|
| Shower () |
|
| Shower (float energy, float *vtx, float *vtxDir, double time) |
|
const float * | Vertex () const |
|
const float * | VtxDir () const |
|
float const & | Energy () const |
|
double | Time () const |
|
Definition at line 20 of file Shower.h.
gar::rec::Shower::Shower |
( |
| ) |
|
gar::rec::Shower::Shower |
( |
float |
energy, |
|
|
float * |
vtx, |
|
|
float * |
vtxDir, |
|
|
double |
time |
|
) |
| |
Definition at line 21 of file Shower.cxx.
float fVertex[3]
Shower vertex position.
float fVtxDir[3]
Shower vertex direction.
float fEnergy
energy of the shower
float const & gar::rec::Shower::Energy |
( |
| ) |
const |
|
inline |
Definition at line 54 of file Shower.h.
float fEnergy
energy of the shower
double gar::rec::Shower::Time |
( |
| ) |
const |
|
inline |
const float * gar::rec::Shower::Vertex |
( |
| ) |
const |
|
inline |
Definition at line 52 of file Shower.h.
float fVertex[3]
Shower vertex position.
const float * gar::rec::Shower::VtxDir |
( |
| ) |
const |
|
inline |
Definition at line 53 of file Shower.h.
float fVtxDir[3]
Shower vertex direction.
float gar::rec::Shower::fEnergy |
|
private |
energy of the shower
Definition at line 29 of file Shower.h.
double gar::rec::Shower::fTime |
|
private |
Timestamp.
Definition at line 32 of file Shower.h.
float gar::rec::Shower::fVertex[3] |
|
private |
float gar::rec::Shower::fVtxDir[3] |
|
private |
The documentation for this class was generated from the following files: