library: libTreeViewer
#include "TTVSession.h"

TTVSession


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

class TTVSession : public TObject

Inheritance Chart:
TObject
<-
TTVSession

    public:
TTVSession(TTreeViewer* tv) TTVSession(const TTVSession&) ~TTVSession() TTVRecord* AddRecord(Bool_t fromFile = kFALSE) static TClass* Class() TTVRecord* First() TTVRecord* GetCurrent() Int_t GetEntries() virtual const char* GetName() const TTVRecord* GetRecord(Int_t i) virtual TClass* IsA() const TTVRecord* Last() TTVRecord* Next() TTVSession& operator=(const TTVSession&) TTVRecord* Previous() void RemoveLastRecord() void SaveSource(ofstream& out) void SetName(const char* name) void SetRecordName(const char* name) void Show(TTVRecord* rec) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void UpdateRecord(const char* name)

Data Members

    private:
TClonesArray* fList list of TV records TString fName name of this session TTreeViewer* fViewer associated tree viewer Int_t fCurrent index of current record Int_t fRecords number of records

Class Description

______________________________________________________________________________
TTVSession(TTreeViewer *tv)
 constructor
~TTVSession()
 destructor
TTVRecord * AddRecord(Bool_t fromFile)
 add a record
TTVRecord * GetRecord(Int_t i)
 return record at index i
void SetRecordName(const char *name)
 Set record name
void RemoveLastRecord()
--- Remove current record from list
void Show(TTVRecord *rec)
 Display record rec
void SaveSource(ofstream &out)
 Save the TTVSession in a C++ macro file
void UpdateRecord(const char *name)
--- Updates current record according to new X, Y, Z settings
void SetName(const char* name = "")
TTVSession(TTreeViewer *tv)
Int_t GetEntries()

Last update: root/treeviewer:$Name: $:$Id: TTVSession.cxx,v 1.6 2005/11/11 16:10:02 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.