#include "hgo4onlineconfig.h"

HGo4OnlineConfig


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

class HGo4OnlineConfig : public HParCond

Inheritance Chart:
TObject
<-
TNamed
<-
HParSet
<-
HParCond
<-
HGo4OnlineConfig

    public:
HGo4OnlineConfig(const char* name = "Go4OnlineConfig", const char* title = "parameters for Go4 online configuration", const char* context = "Go4OnlineConfigProduction") HGo4OnlineConfig(const HGo4OnlineConfig&) ~HGo4OnlineConfig() static TClass* Class() virtual void clear() static HGo4OnlineConfig* getExObject() HGo4OnlineParam* getGo4OnlineParam() static HGo4OnlineConfig* getObject() virtual Bool_t getParams(HParamList*) virtual Bool_t init(HParIo*, Int_t*) Bool_t initStandAlone() virtual TClass* IsA() const HGo4OnlineConfig& operator=(const HGo4OnlineConfig&) void printParam() void printStatus() virtual void putParams(HParamList*) void setGo4ParIo(HRuntimeDb*) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual Int_t write(HParIo*)

Data Members


    protected:
HMdcDetector* fMdc ! static HGo4OnlineConfig* fGo4OnlineConfig ! pointer to own HGo4OnlineParam* param /< pointer to HGo4OnlineParam config object

Class Description

 HGo4OnlineConfig

 Container class for configuration of the the Hades Client

#include <stdlib.h>

HGo4OnlineConfig(const char* name,const char* title, const char* context) : HParCond(name,title,context)

void setGo4ParIo(HRuntimeDb *rtdb)
Adds HGo4OnlineConfigs's Parameter Io to the runtime database.

Bool_t initStandAlone()
 intitializes the container from an input

~HGo4OnlineConfig()
 destructor

HGo4OnlineConfig* getExObject()

HGo4OnlineConfig* getObject()

void clear()

void printParam(void)
 prints the parameters of HGo4OnlineConfig to the screen.
 The printParam() of the subobjects are called to print the
 parameters of the corresponding subobject.

void printStatus(void)
 prints the parameters of HGo4OnlineConfig to the screen.

Bool_t init(HParIo* inp,Int_t* set)
 intitializes the container from an input

Int_t write(HParIo* output)
 writes the container to an output

void putParams(HParamList* l)
 Puts all params of HGo4OnlineConfig to the parameter list of
 HParamList (which ist used by the io);

Bool_t getParams(HParamList* l)



Inline Functions


         HGo4OnlineParam* getGo4OnlineParam()
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
         HGo4OnlineConfig HGo4OnlineConfig(const HGo4OnlineConfig&)
        HGo4OnlineConfig& operator=(const HGo4OnlineConfig&)


Last update: Fri Jan 26 11:55:19 2007


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.