THaVertexModule Base class for a "vertex" processing module, which is a specialized physics module.
THaVertexModule(const THaVertexModule&) | |
virtual | ~THaVertexModule() |
static TClass* | Class() |
static const RVarDef* | GetRVarDef() |
virtual const TVector3& | GetVertex() const |
virtual const TVector3& | GetVertexError() const |
virtual Bool_t | HasVertex() const |
virtual TClass* | IsA() const |
THaVertexModule& | operator=(const THaVertexModule&) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
virtual void | VertexClear() |
THaVertexModule() |
TVector3 | fVertex | Vertex position (m) |
TVector3 | fVertexError | Uncertainties in fVertex coordinates |
Bool_t | fVertexOK |
Inheritance Chart: | |||||||||||||||||||||||||
|