Reconstruction Coordinates at each time slot. More...
#include <CoordinateData.h>
Public Member Functions | |
CoordinateData () | |
double | GetCharge () const |
double | GetChargeError () const |
const utl::Vector & | GetDirection () const |
const utl::Vector & | GetDirectionError () const |
double | GetT_i () const |
double | GetT_iError () const |
void | SetCharge (const double q) |
void | SetChargeError (const double qErr) |
void | SetDirection (const utl::Vector &dir) |
void | SetDirectionError (const utl::Vector &dirErr) |
void | SetT_i (const double t_i) |
void | SetT_iError (const double t_i_err) |
Private Attributes | |
double | fCharge |
double | fChargeError |
utl::Vector | fDirection |
utl::Vector | fDirectionError |
double | fT_i |
double | fT_iError |
Reconstruction Coordinates at each time slot.
The class is used in the SDP gnomonic reconstruction and in the CLF data processing to produce the VAOD database based on the LaserSimulation analysis
Definition at line 23 of file CoordinateData.h.
|
inline |
Definition at line 26 of file CoordinateData.h.
|
inline |
Definition at line 32 of file CoordinateData.h.
References fCharge.
|
inline |
Definition at line 33 of file CoordinateData.h.
References fChargeError.
|
inline |
Definition at line 28 of file CoordinateData.h.
References fDirection.
|
inline |
Definition at line 29 of file CoordinateData.h.
References fDirectionError.
|
inline |
Definition at line 30 of file CoordinateData.h.
References fT_i.
|
inline |
Definition at line 31 of file CoordinateData.h.
References fT_iError.
|
inline |
Definition at line 39 of file CoordinateData.h.
References fCharge.
|
inline |
Definition at line 40 of file CoordinateData.h.
References fChargeError.
|
inline |
Definition at line 35 of file CoordinateData.h.
References fDirection.
|
inline |
Definition at line 36 of file CoordinateData.h.
References fDirectionError.
|
inline |
Definition at line 37 of file CoordinateData.h.
References fT_i.
|
inline |
Definition at line 38 of file CoordinateData.h.
References fT_iError.
|
private |
Definition at line 46 of file CoordinateData.h.
Referenced by GetCharge(), and SetCharge().
|
private |
Definition at line 48 of file CoordinateData.h.
Referenced by GetChargeError(), and SetChargeError().
|
private |
Definition at line 43 of file CoordinateData.h.
Referenced by GetDirection(), and SetDirection().
|
private |
Definition at line 47 of file CoordinateData.h.
Referenced by GetDirectionError(), and SetDirectionError().
|
private |
Definition at line 44 of file CoordinateData.h.
|
private |
Definition at line 45 of file CoordinateData.h.
Referenced by GetT_iError(), and SetT_iError().