TTVRecord


class description - source file - inheritance tree

class TTVRecord : public TObject

    private:
protected:
public:
TTVRecord TTVRecord() TTVRecord TTVRecord(TTVRecord&) virtual void ~TTVRecord() static TClass* Class() void FormFrom(TTreeViewer* tv) virtual const char* GetName() const virtual TClass* IsA() const void PlugIn(TTreeViewer* tv) void SaveSource(ofstream& out) void SetCut(const char* cut, const char* cal = -empty-) void SetName(const char* name) void SetOption(const char* option) void SetRC(Bool_t redirect = kFALSE, Bool_t cut = kTRUE) void SetX(const char* x, const char* xal = -empty-) void SetY(const char* y, const char* yal = -empty-) void SetZ(const char* z, const char* zal = -empty-) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
protected:
public:
TString fName name of this record TString fX TString fXAlias X expression and alias TString fY TString fYAlias Y expression and alias TString fZ TString fZAlias Z expression and alias TString fCut TString fCutAlias cut expression and alias TString fOption graphic option Bool_t fScanRedirected redirect switch Bool_t fCutEnabled true if current cut is active

Class Description


TTVRecord()
 TTVRecord default constructor

void FormFrom(TTreeViewer *tv)

void PlugIn(TTreeViewer *tv)
 Change treeviewer status to this record

void SaveSource(ofstream &out)



Inline Functions


        const char* GetName() const
               void SetName(const char* name)
               void SetX(const char* x, const char* xal = -empty-)
               void SetY(const char* y, const char* yal = -empty-)
               void SetZ(const char* z, const char* zal = -empty-)
               void SetCut(const char* cut, const char* cal = -empty-)
               void SetOption(const char* option)
               void SetRC(Bool_t redirect = kFALSE, Bool_t cut = kTRUE)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
          TTVRecord TTVRecord(TTVRecord&)
               void ~TTVRecord()


Last update: root/treeviewer:$Name: $:$Id: TTVSession.cxx,v 1.1 2001/02/22 14:45:18 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT 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.