Objective function for the plane wave fit. More...
#include <Chi2ForPlaneWaveFit.h>
Public Member Functions | |
Chi2ForPlaneWaveFit () | |
double | DoEval (const double *x) const |
unsigned int | NDim () const |
void | Set (const std::vector< utl::Vector > &_AntennaPositions, const std::vector< double > &_AntennaTimes, const std::vector< double > &_AntennaTimesError, const utl::CoordinateSystemPtr &_fgLocalCS) |
foo | Set (AntennaPositions, AntennaTimes, AntennaTimesError, fgLocalCS) |
~Chi2ForPlaneWaveFit () | |
Public Attributes | |
virtual ROOT::Math::IBaseFunctionMultiDim * | const |
return | foo |
Private Attributes | |
std::vector< utl::Vector > | AntennaPositions |
std::vector< double > | AntennaTimes |
std::vector< double > | AntennaTimesError |
utl::CoordinateSystemPtr | fgLocalCS |
Objective function for the plane wave fit.
Definition at line 22 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
Chi2ForPlaneWaveFit::Chi2ForPlaneWaveFit | ( | ) |
Definition at line 7 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.cc.
Chi2ForPlaneWaveFit::~Chi2ForPlaneWaveFit | ( | ) |
Definition at line 8 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.cc.
double Chi2ForPlaneWaveFit::DoEval | ( | const double * | x | ) | const |
Definition at line 31 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.cc.
References RdGeoCeLDFFitter::c, utl::kSpeedOfLight, utl::BasicVector< HepVector >::kSpherical, utl::m, un2::Mean(), and std::pow().
|
inline |
Definition at line 43 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
void Chi2ForPlaneWaveFit::Set | ( | const std::vector< utl::Vector > & | _AntennaPositions, |
const std::vector< double > & | _AntennaTimes, | ||
const std::vector< double > & | _AntennaTimesError, | ||
const utl::CoordinateSystemPtr & | _fgLocalCS | ||
) |
Definition at line 11 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.cc.
References un2::Mean().
Referenced by RdWaveFit::RdWaveFit::PlaneWaveFit().
foo Chi2ForPlaneWaveFit::Set | ( | AntennaPositions | , |
AntennaTimes | , | ||
AntennaTimesError | , | ||
fgLocalCS | |||
) |
|
private |
Definition at line 49 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
|
private |
Definition at line 50 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
|
private |
Definition at line 51 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
virtual ROOT::Math::IBaseFunctionMultiDim* Chi2ForPlaneWaveFit::const |
Definition at line 38 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
|
private |
Definition at line 52 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.
return Chi2ForPlaneWaveFit::foo |
Definition at line 41 of file Deprecated/RdWaveFit/Chi2ForPlaneWaveFit.h.