StFtpcVertex


class description - source file - inheritance tree

class StFtpcVertex : public TObject


    public:
StFtpcVertex StFtpcVertex() StFtpcVertex StFtpcVertex(fcl_fppoint_st* thisFppoint, Int_t numFppoints) StFtpcVertex StFtpcVertex(TDataSet *const geant) StFtpcVertex StFtpcVertex(Double_t* pos) StFtpcVertex StFtpcVertex(Double_t x, Double_t y, Double_t z) StFtpcVertex StFtpcVertex(StFtpcVertex&) virtual void ~StFtpcVertex() static TClass* Class() StThreeVector<double> GetCoord() const StThreeVector<double> GetError() const Double_t GetX() const Double_t GetXerr() const Double_t GetY() const Double_t GetYerr() const Double_t GetZ() const Double_t GetZerr() const virtual TClass* IsA() const void SetX(Double_t f) void SetXerr(Double_t f) void SetY(Double_t f) void SetYerr(Double_t f) void SetZ(Double_t f) void SetZerr(Double_t f) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
StThreeVector<double> mCoord StThreeVector<double> mError

Class Description

                                                                        
 StFtpcVertex class - representation of the main vertex for the FTPC.   
                                                                        
 This class contains the coordinates of the main vertex plus the usual  
 getters and setter. It is just a wrapper of the Staf tables.           
                                                                        


StFtpcVertex()
 Deafult constructor.
 Sets all pointers to zero.

StFtpcVertex(fcl_fppoint_st *thisFppoint, Int_t numFppoints)
 constructor with ftpc points - fits vertex from points

StFtpcVertex(TDataSet *const geant)
 Obsolete constructor taking vertex from geant.

StFtpcVertex(Double_t pos[3])
 constructor from Doubles

StFtpcVertex(Double_t x, Double_t y, Double_t z)
 constructor from Doubles

~StFtpcVertex()
 Destructor.
 Does nothing except destruct.



Inline Functions


                     Double_t GetX() const
                     Double_t GetY() const
                     Double_t GetZ() const
                     Double_t GetXerr() const
                     Double_t GetYerr() const
                     Double_t GetZerr() const
        StThreeVector<double> GetCoord() const
        StThreeVector<double> GetError() const
                         void SetX(Double_t f)
                         void SetY(Double_t f)
                         void SetZ(Double_t f)
                         void SetXerr(Double_t f)
                         void SetYerr(Double_t f)
                         void SetZerr(Double_t f)
                      TClass* Class()
                      TClass* IsA() const
                         void ShowMembers(TMemberInspector& insp, char* parent)
                         void Streamer(TBuffer& b)
                 StFtpcVertex StFtpcVertex(StFtpcVertex&)


Author: Holm G. Hüummler, Markus D. Oldenburg
Last update: 08.05.2000
Copyright © MDO Production 1999


ROOT page - Home page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.