#include "ZHistoDir.h"

ZHistoDir


class description - source file - inheritance tree (.pdf)

class ZHistoDir

Inheritance Chart:
ZHistoDir

    public:
ZHistoDir(ZHisto* n, const Text_t* name, const Text_t* title) ZHistoDir(const ZHistoDir&) virtual ~ZHistoDir() void AddGroup(const Text_t* name, const Text_t* title) void cd() static TClass* Class() TDirectory* GetDir() ZHistoGroup* GetGroup(const Text_t* name) ZHisto* GetHisto() virtual TClass* IsA() const ZHistoDir& operator=(const ZHistoDir&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TDirectory* mDir X{g} ZHisto* mHisto X{g}

Class Description


ZHistoDir(ZHisto* n, const Text_t* name, const Text_t* title) : mHisto(n)

~ZHistoDir()

void AddGroup(const Text_t* name, const Text_t* title)



Inline Functions


        ZHistoGroup* GetGroup(const Text_t* name)
                void cd()
         TDirectory* GetDir()
             ZHisto* GetHisto()
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
           ZHistoDir ZHistoDir(const ZHistoDir&)
          ZHistoDir& operator=(const ZHistoDir&)


Last update: Thu Jun 9 15:56:16 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.