#include "hrichhitcandidate.h"

HRichHitCandidate


class description - source file - inheritance tree (.pdf)

class HRichHitCandidate : public TObject

Inheritance Chart:
TObject
<-
HRichHitCandidate

    public:
HRichHitCandidate() HRichHitCandidate(const Int_t x, const Int_t y, const Int_t a, const Int_t p, const Int_t l) HRichHitCandidate(const HRichHitCandidate&) virtual ~HRichHitCandidate() static TClass* Class() virtual Int_t Compare(const TObject* obj) const Int_t getA() Int_t getMaxLabel() Int_t getPadLabel() Int_t getX() Int_t getY() virtual TClass* IsA() const virtual Bool_t IsSortable() const HRichHitCandidate& operator=(const HRichHitCandidate&) void Reset() void setA(const Int_t a) void setMaxLabel(const Int_t l) void setPadLabel(const Int_t p) void setX(const Int_t x) void setY(const Int_t y) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fX Int_t fY Int_t fA Int_t fPadLabel Int_t fMaxLabel

Class Description


HRichHitCandidate()

HRichHitCandidate(const Int_t x, const Int_t y, const Int_t a, const Int_t p, const Int_t l)

~HRichHitCandidate()

void Reset()



Inline Functions


                     Int_t getX()
                     Int_t getY()
                     Int_t getA()
                     Int_t getPadLabel()
                     Int_t getMaxLabel()
                      void setX(const Int_t x)
                      void setY(const Int_t y)
                      void setA(const Int_t a)
                      void setPadLabel(const Int_t p)
                      void setMaxLabel(const Int_t l)
                    Bool_t IsSortable() const
                     Int_t Compare(const TObject* obj) const
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
         HRichHitCandidate HRichHitCandidate(const HRichHitCandidate&)
        HRichHitCandidate& operator=(const HRichHitCandidate&)


Last update: Fri Jan 26 12:27:46 2007


ROOT page - Class index - Class Hierarchy - 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.