#include <TGo4BranchStatus.h>
Public Member Functions | |
TGo4BranchStatus () | |
TGo4BranchStatus (TBranch *branch) | |
Create status information from given TBranch object. | |
virtual | ~TGo4BranchStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass |
Definition at line 21 of file TGo4BranchStatus.h.
TGo4BranchStatus::TGo4BranchStatus | ( | ) |
Definition at line 23 of file TGo4BranchStatus.cxx.
TGo4BranchStatus::TGo4BranchStatus | ( | TBranch * | branch | ) |
Create status information from given TBranch object.
For reconstruction of TTree structure for display in remote browser.
Definition at line 28 of file TGo4BranchStatus.cxx.
TGo4BranchStatus::~TGo4BranchStatus | ( | ) | [virtual] |
Definition at line 42 of file TGo4BranchStatus.cxx.
Int_t TGo4BranchStatus::PrintStatus | ( | Text_t * | buffer = 0 , |
|
Int_t | buflen = 0 | |||
) | [virtual] |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4ObjectStatus.
Definition at line 46 of file TGo4BranchStatus.cxx.