| #include "KanFriendElement.hh" |
KanFriendElement
class description - source file - inheritance tree (.pdf)
public:
KanFriendElement(KanChain& parent, KanChain& tree, const char* alias)
KanFriendElement(const KanFriendElement&)
virtual ~KanFriendElement()
virtual TTree* Connect()
virtual TTree* DisConnect()
KanChain* getChain() const
virtual TFile* GetFile()
virtual TTree* GetTree()
KanFriendElement& operator=(const KanFriendElement&)
void setCurrent(TTree* t)
private:
KanChain* _chain !
KanFriendElement(KanChain& parent, KanChain& tree, const char* alias)
:TFriendElement(&parent,&tree,alias),_chain(&tree)
~KanFriendElement()
Inline Functions
TTree* Connect()
TTree* DisConnect()
TFile* GetFile()
TTree* GetTree()
KanChain* getChain() const
void setCurrent(TTree* t)
KanFriendElement KanFriendElement(const KanFriendElement&)
KanFriendElement& operator=(const KanFriendElement&)
Author: Eric A Charles
Last update: Mon Nov 22 19:31:01 2004
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.
|