LegsMaker
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
protected:
void cd()
void cd(const Text_t* dir)
public:
virtual ~LegsMaker()
static TClass* Class()
const Text_t* GetName() const
virtual void Init()
virtual TClass* IsA() const
virtual bool Make()
bool NeedsStandardMakers()
LegsMaker& operator=(const LegsMaker&)
virtual void RunEnd()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void WriteHist()
protected:
TDirectory* fDir
bool fNeedsStandardMakers
public:
bool fDo !
It is base class for all user classes.
The LegsMaker class provides for standard programming interface for
all users. Users don't change the class. Its' virtual functions
are overriden by user functions written in user child class.
______________________________________________________________________
void Init()
called only once at the beginning of data stream.
must be written by user if needed
void RunEnd()
called at the end of run
must be written by user if needed
Inline Functions
void ~LegsMaker()
bool Make()
void WriteHist()
const Text_t* GetName() const
bool NeedsStandardMakers()
void cd()
void cd(const Text_t* dir)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LegsMaker& operator=(const LegsMaker&)
Last update: Wed May 18 13:32:18 2005
ROOT page - Home 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.