#include "horasimrunstorage.h"

HOraSimRunStorage


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

class HOraSimRunStorage : public TObject

Inheritance Chart:
TObject
<-
HOraSimRunStorage
    private:
Int_t readConfig(HOraSimRunConfig*) Bool_t readRunFromFile(const char* s, TString&, TString&, TString&, TString&, TString&, TString&, TString&) Int_t readSimRefRunId() Int_t storeConfig(HOraSimRunConfig*) Bool_t storeRun(HOraSimRun*) public:
HOraSimRunStorage(HOraSimUtil* p = 0) HOraSimRunStorage(const HOraSimRunStorage&) ~HOraSimRunStorage() static TClass* Class() Int_t getGeneration() const char* getProjectName() const Int_t getSimRefRunId() const char* getSubProjectName() const virtual TClass* IsA() const HOraSimRunStorage& operator=(const HOraSimRunStorage&) void print() Bool_t readAllFromFile(const char*) void setGeneration(const Int_t n) void setProjectName(const char* s) void setSubProjectName(const char* s) virtual void ShowMembers(TMemberInspector& insp, char* parent) Bool_t store() virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
HOraSimUtil* pUtil pointer to the utility class TList* runs list of simulation runs TString project name of simulation project TString subProject name of simulation sub-project Int_t generation generation of simulation Int_t simRefRunId simulation reference run

Class Description



Last update: Mon Feb 5 16:51:42 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.