TFriendElement
class description - source file - inheritance tree
public:
TFriendElement(TTree* tree, const char* treename, const char* filename)
TFriendElement(TTree* tree, const char* treename, TFile* file)
TFriendElement(TTree* tree, TTree* friendtree, const char* alias)
TFriendElement(const TFriendElement&)
TFriendElement()
virtual ~TFriendElement()
static TClass* Class()
virtual TTree* Connect()
virtual TTree* DisConnect()
virtual TFile* GetFile()
virtual TTree* GetParentTree() const
virtual TTree* GetTree()
virtual const char* GetTreeName() const
virtual TClass* IsA() const
virtual void ls(Option_t* option) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TTree* fParentTree !pointer to the parent TTree
TTree* fTree !pointer to the TTree described by this element
TFile* fFile !pointer to the file containing the friend TTree
Bool_t fOwnTree !true if tree is managed by this class
TString fTreeName name of the friend TTree
Bool_t fOwnFile true if file is managed by this class
Last update: Fri May 14 13:32:38 2004
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.