![]() |
eventAnalysis
7.0-49-g0ac7482
|
An object to describe a reconstructed vertex. More...
#include <TTrackerReconModule.hxx>
Public Member Functions | |
virtual | ~TTrackerVertex () |
ClassDef (TTrackerReconModule::TTrackerVertex, 1) | |
The position variance;. More... | |
Public Attributes | |
std::string | AlgorithmName |
The name of the algorithm that created this object. More... | |
int | NDOF |
The number of degrees of freedom. More... | |
TLorentzVector | Position |
The position of the vertex components [0]=x [1]=y [2]=z [3]=t x,y,z are in mm, t is in ns. More... | |
double | Quality |
The quality of the fit. Ie. the Prob(chi2,ndof) More... | |
int | Status |
The status for the fit. More... | |
TLorentzVector | Variance |
The position of the vertex. More... | |
An object to describe a reconstructed vertex.
Definition at line 56 of file TTrackerReconModule.hxx.
|
virtual |
Definition at line 33 of file TTrackerReconModule.cxx.
ND::TTrackerReconModule::TTrackerVertex::ClassDef | ( | TTrackerReconModule::TTrackerVertex | , |
1 | |||
) |
The position variance;.
std::string ND::TTrackerReconModule::TTrackerVertex::AlgorithmName |
The name of the algorithm that created this object.
Definition at line 61 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillVertex().
int ND::TTrackerReconModule::TTrackerVertex::NDOF |
The number of degrees of freedom.
Definition at line 67 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillVertex().
TLorentzVector ND::TTrackerReconModule::TTrackerVertex::Position |
The position of the vertex components [0]=x [1]=y [2]=z [3]=t x,y,z are in mm, t is in ns.
Definition at line 72 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillVertex().
double ND::TTrackerReconModule::TTrackerVertex::Quality |
The quality of the fit. Ie. the Prob(chi2,ndof)
Definition at line 65 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillVertex().
int ND::TTrackerReconModule::TTrackerVertex::Status |
The status for the fit.
Definition at line 63 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillVertex().
TLorentzVector ND::TTrackerReconModule::TTrackerVertex::Variance |
The position of the vertex.
The position variance; components [0]=var(x) [1]=var(y) [2]=var(z) [3]=var(t) x,y,z are in mm^2, t is in ns^2
Definition at line 77 of file TTrackerReconModule.hxx.
Referenced by ND::TTrackerReconModule::FillVertex().