#include <MVAAlg.h>
Definition at line 48 of file MVAAlg.h.
mvapid::MVAAlg::SumDistance2::SumDistance2 |
( |
TGraph2D * |
g | ) |
|
|
inline |
double mvapid::MVAAlg::SumDistance2::operator() |
( |
const double * |
p | ) |
|
|
inline |
Definition at line 56 of file MVAAlg.h.
59 ROOT::Math::XYZVector x0(
p[0],
p[2],
p[4]);
60 ROOT::Math::XYZVector u(
p[1],
p[3],
p[5]);
66 int npoints =
fGraph->GetN();
68 for (
int i = 0; i < npoints; ++i) {
69 ROOT::Math::XYZVector xp(x[i], y[i], z[i]);
70 sum += ((xp - x0).Cross(u)).Mag2();
process_name opflash particleana ie ie ie z
process_name opflash particleana ie x
process_name opflash particleana ie ie y
TGraph2D* mvapid::MVAAlg::SumDistance2::fGraph |
The documentation for this struct was generated from the following file: