18#include "TBranchElement.h"
29 if (branch->InheritsFrom(TBranchElement::Class()))
30 fxObjectClass = (
dynamic_cast<TBranchElement*
>(branch))->GetTypeName();
35 fxObjectClass = branch ? branch->ClassName() :
"BranchElement";
45 PrintLine(
"G-OOOO-> TreeBranch Status Class Printout <-OOOO-G");
46 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
void Print(Option_t *opt="") const override
virtual ~TGo4BranchStatus()
TString fxObjectClass
Classname of the described object.
TGo4ObjectStatus()
default ctor for streamer.
void Print(Option_t *opt="") const override
static void PrintLine(const char *text,...)
Print single line of debug output with appropriate indent.