#include <PlaneFrontRecData.h>
Public Member Functions | |
const utl::Vector & | GetAxis () const |
double | GetAxisChi2 () const |
double | GetAxisNdof () const |
const utl::Point & | GetBarycenter () const |
const utl::TimeStamp & | GetBarycenterTime () const |
double | GetCorrelationThetaPhi () const |
double | GetPhiError () const |
utl::TimeStamp | GetPredictedTime (const utl::Point &p) |
double | GetThetaError () const |
double | GetTimeResidualMean () const |
double | GetTimeResidualSpread () const |
void | SetAngleChi2Ndof (const double chi2, const int ndof) |
void | SetAngleErrors (const utl::Vector::Triple &u_v_w, const utl::Vector::Triple &sigma_u2_uv_v2) |
void | SetAxis (const utl::Vector &a) |
void | SetBarycenter (const utl::Point &p) |
void | SetBarycenterTime (const utl::TimeStamp &t) |
void | SetTimeResidualMean (const double mean, const double spread) |
Private Member Functions | |
PlaneFrontRecData () | |
~PlaneFrontRecData () | |
Private Attributes | |
double | fAngleChi2 |
int | fAngleNdof |
utl::Vector | fAxis |
utl::Point | fBarycenter |
utl::TimeStamp | fBarycenterTime |
double | fCorrelationThetaPhi |
double | fPhiError |
double | fThetaError |
double | fTimeResidualMean |
double | fTimeResidualSpread |
Friends | |
class | evt::ShowerMRecData |
class | evt::ShowerSRecData |
class | utl::ShadowPtr< PlaneFrontRecData > |
Definition at line 17 of file PlaneFrontRecData.h.
|
inlineprivate |
Definition at line 50 of file PlaneFrontRecData.h.
|
inlineprivate |
Definition at line 60 of file PlaneFrontRecData.h.
|
inline |
Definition at line 22 of file PlaneFrontRecData.h.
References fAxis.
|
inline |
Definition at line 26 of file PlaneFrontRecData.h.
References fAngleChi2.
|
inline |
Definition at line 27 of file PlaneFrontRecData.h.
References fAngleNdof.
|
inline |
Definition at line 20 of file PlaneFrontRecData.h.
References fBarycenter.
|
inline |
Definition at line 21 of file PlaneFrontRecData.h.
References fBarycenterTime.
|
inline |
Definition at line 25 of file PlaneFrontRecData.h.
References fCorrelationThetaPhi.
|
inline |
Definition at line 24 of file PlaneFrontRecData.h.
References fPhiError.
|
inline |
Definition at line 32 of file PlaneFrontRecData.h.
References fAxis, fBarycenter, fBarycenterTime, and utl::kSpeedOfLight.
|
inline |
Definition at line 23 of file PlaneFrontRecData.h.
References fThetaError.
|
inline |
Definition at line 28 of file PlaneFrontRecData.h.
References fTimeResidualMean.
|
inline |
Definition at line 29 of file PlaneFrontRecData.h.
References fTimeResidualSpread.
|
inline |
Definition at line 44 of file PlaneFrontRecData.h.
References fAngleChi2, and fAngleNdof.
|
inline |
Definition at line 41 of file PlaneFrontRecData.h.
References fCorrelationThetaPhi, fPhiError, fThetaError, and utl::PropagateAxisErrors().
|
inline |
Definition at line 40 of file PlaneFrontRecData.h.
References RdGeoCeLDFFitter::a, and fAxis.
|
inline |
Definition at line 38 of file PlaneFrontRecData.h.
References fBarycenter, and G4StationSimulatorOG::p.
|
inline |
Definition at line 39 of file PlaneFrontRecData.h.
References fBarycenterTime.
|
inline |
Definition at line 46 of file PlaneFrontRecData.h.
References fTimeResidualMean, and fTimeResidualSpread.
|
friend |
Definition at line 74 of file PlaneFrontRecData.h.
|
friend |
Definition at line 73 of file PlaneFrontRecData.h.
|
friend |
Definition at line 75 of file PlaneFrontRecData.h.
|
private |
Definition at line 68 of file PlaneFrontRecData.h.
Referenced by GetAxisChi2(), and SetAngleChi2Ndof().
|
private |
Definition at line 69 of file PlaneFrontRecData.h.
Referenced by GetAxisNdof(), and SetAngleChi2Ndof().
|
private |
Definition at line 64 of file PlaneFrontRecData.h.
Referenced by GetAxis(), GetPredictedTime(), and SetAxis().
|
private |
Definition at line 62 of file PlaneFrontRecData.h.
Referenced by GetBarycenter(), GetPredictedTime(), and SetBarycenter().
|
private |
Definition at line 63 of file PlaneFrontRecData.h.
Referenced by GetBarycenterTime(), GetPredictedTime(), and SetBarycenterTime().
|
private |
Definition at line 67 of file PlaneFrontRecData.h.
Referenced by GetCorrelationThetaPhi(), and SetAngleErrors().
|
private |
Definition at line 66 of file PlaneFrontRecData.h.
Referenced by GetPhiError(), and SetAngleErrors().
|
private |
Definition at line 65 of file PlaneFrontRecData.h.
Referenced by GetThetaError(), and SetAngleErrors().
|
private |
Definition at line 70 of file PlaneFrontRecData.h.
Referenced by GetTimeResidualMean(), and SetTimeResidualMean().
|
private |
Definition at line 71 of file PlaneFrontRecData.h.
Referenced by GetTimeResidualSpread(), and SetTimeResidualMean().