ANLPair


class description - source file - inheritance tree

class ANLPair : public ANL4DVector


    public:
ANLPair() ANLPair(TObject* q1p, TObject* q2p, Double_t quality = 0.) ANLPair(const ANLPair& p) virtual ~ANLPair() static TClass* Class() virtual Int_t Compare(const TObject* obj) const virtual void DebugPrint(const Char_t* opt = "Brief") const virtual void Delete(const Option_t* opt) Double_t GetQuality() const virtual TClass* IsA() const virtual Bool_t IsLocked() const virtual Bool_t IsSortable() const void LockChildren() ANL4DVector operator()(Int_t i) const ANL4DVector operator()() const TObject* operator[](Int_t i) const void SetQuality(Double_t q) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void UnlockChildren()

Data Members

    private:
TObject* fP[2] pointers to 4-vectors in the pair Double_t fQuality quality

Class Description

  -------------
  ANLPair Class
  -------------

  In this implementaion the oder does not matter.
  stack1 and stack2 are Stack's of lockable.





Inline Functions


            ANLPair ANLPair()
            ANLPair ANLPair(TObject* q1p, TObject* q2p, Double_t quality = 0.)
            ANLPair ANLPair(const ANLPair& p)
           TObject* operator[](Int_t i) const
        ANL4DVector operator()(Int_t i) const
        ANL4DVector operator()() const
               void LockChildren()
               void UnlockChildren()
             Bool_t IsLocked() const
               void SetQuality(Double_t q)
           Double_t GetQuality() const
             Bool_t IsSortable() const
              Int_t Compare(const TObject* obj) const
               void Delete(const Option_t* opt)
               void DebugPrint(const Char_t* opt = "Brief") const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
               void ~ANLPair()


Last update: Tue Jan 20 15:56:09 2004


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.