#include <TFriendElement.h>
Inheritance diagram for TFriendElement:


Public Methods | |
| 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 () |
| virtual TTree * | Connect () |
| virtual TTree * | DisConnect () |
| virtual TFile * | GetFile () |
| virtual TTree * | GetParentTree () const |
| virtual TTree * | GetTree () |
| virtual const char * | GetTreeName () const |
| virtual void | ls (Option_t *option="") const |
Protected Attributes | |
| TTree * | fParentTree |
| TTree * | fTree |
| pointer to the parent TTree | |
| TFile * | fFile |
| pointer to the TTree described by this element | |
| Bool_t | fOwnTree |
| pointer to the file containing the friend TTree | |
| TString | fTreeName |
| true if tree is managed by this class | |
| Bool_t | fOwnFile |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 53 of file TFriendElement.h. |
|
|
|
|
|
Definition at line 55 of file TFriendElement.h. References TString::Data(). |
|
|
Reimplemented from TNamed. |
|
|
Definition at line 37 of file TFriendElement.h. |
|
|
pointer to the parent TTree
Definition at line 38 of file TFriendElement.h. |
|
|
pointer to the TTree described by this element
Definition at line 39 of file TFriendElement.h. |
|
|
pointer to the file containing the friend TTree
Definition at line 40 of file TFriendElement.h. |
|
|
true if tree is managed by this class
Definition at line 41 of file TFriendElement.h. |
|
|
Definition at line 42 of file TFriendElement.h. |
1.2.16