LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "VertexFitMinuitStruct.h"
Public Attributes | |
unsigned short | TPC |
unsigned short | Cstat |
unsigned short | NPlanes |
double | WirePitch |
std::array< double, 3 > | XFactor |
std::array< double, 3 > | TickOff |
std::array< double, 3 > | OrthY |
std::array< double, 3 > | OrthZ |
std::array< double, 3 > | FirstWire |
TVector3 | VtxPos |
std::vector< std::vector< double > > | HitX |
std::vector< std::vector< double > > | HitXErr |
std::vector< std::vector< unsigned short > > | Plane |
std::vector< std::vector< unsigned short > > | Wire |
std::vector< TVector3 > | Dir |
std::vector< TVector3 > | DirErr |
double | DoF |
float | ChiDoF |
Definition at line 16 of file VertexFitMinuitStruct.h.
float VertexFitMinuitStruct::ChiDoF |
Definition at line 38 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
unsigned short VertexFitMinuitStruct::Cstat |
Definition at line 19 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::VertexFit().
std::vector<TVector3> VertexFitMinuitStruct::Dir |
Definition at line 35 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::VertexFit().
std::vector<TVector3> VertexFitMinuitStruct::DirErr |
Definition at line 36 of file VertexFitMinuitStruct.h.
double VertexFitMinuitStruct::DoF |
Definition at line 37 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::array<double, 3> VertexFitMinuitStruct::FirstWire |
Definition at line 26 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::vector<std::vector<double> > VertexFitMinuitStruct::HitX |
Definition at line 29 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::vector<std::vector<double> > VertexFitMinuitStruct::HitXErr |
Definition at line 31 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
unsigned short VertexFitMinuitStruct::NPlanes |
Definition at line 20 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::VertexFit().
std::array<double, 3> VertexFitMinuitStruct::OrthY |
Definition at line 24 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::array<double, 3> VertexFitMinuitStruct::OrthZ |
Definition at line 25 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::vector<std::vector<unsigned short> > VertexFitMinuitStruct::Plane |
Definition at line 32 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::array<double, 3> VertexFitMinuitStruct::TickOff |
Definition at line 23 of file VertexFitMinuitStruct.h.
unsigned short VertexFitMinuitStruct::TPC |
Definition at line 18 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::VertexFit().
TVector3 VertexFitMinuitStruct::VtxPos |
Definition at line 27 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::VertexFit().
std::vector<std::vector<unsigned short> > VertexFitMinuitStruct::Wire |
Definition at line 33 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
double VertexFitMinuitStruct::WirePitch |
Definition at line 21 of file VertexFitMinuitStruct.h.
Referenced by trkf::VertexFitAlg::fcnVtxPos(), and trkf::VertexFitAlg::VertexFit().
std::array<double, 3> VertexFitMinuitStruct::XFactor |
Definition at line 22 of file VertexFitMinuitStruct.h.