library: libTree #include "TFriendElement.h" |
TFriendElement
class description - header file - source file - inheritance tree (.pdf)
protected:
TFriendElement(const TFriendElement&)
TFriendElement& operator=(const TFriendElement&)
public:
TFriendElement()
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)
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
TString fTreeName name of the friend TTree
Bool_t fOwnFile true if file is managed by this class
public:
static const enum TFriendElement:: kFromChain
TFriendElement()
*-*-*-*-*-*Default constructor for a friend element*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =======================================
TFriendElement(TTree *tree, const char *treename, const char *filename)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a friend element*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ======================
If treename is of the form "a=b", an alias called "a" is created for
treename = "b" by default the alias name is the name of the tree.
TFriendElement(TTree *tree, const char *treename, TFile *file)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a friend element*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ======================
If treename is of the form "a=b", an alias called "a" is created for
treename = "b" by default the alias name is the name of the tree.
The passed TFile is managed by the user (i.e. user must delete the TFile).
Author: Rene Brun 07/04/2001
Last update: root/tree:$Name: $:$Id: TFriendElement.cxx,v 1.13 2006/05/31 10:05:49 brun Exp $
Copyright (C) 1995-2001, 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.