HRunInfo
class description - source file - inheritance tree (.pdf)
public:
HRunInfo(const char* filename)
HRunInfo(const HRunInfo&)
~HRunInfo()
static TClass* Class()
const char* getEndTime() const
Int_t getNumEvents()
Int_t getRunId()
const char* getStartTime() const
virtual TClass* IsA() const
HRunInfo& operator=(const HRunInfo&)
void print()
void setEndTime(const char* s)
void setNumEvents(Int_t n)
void setRunId(Int_t n)
void setStartTime(const char* s)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void write(fstream&)
private:
Int_t runId run identifier
TString startTime start time
TString endTime stop time
Int_t numEvents num of events
HRunInfo
Class for run information (filled by Oracle interface)
HRunInfo(const char* filename)
void print()
void write(fstream& fout)
Inline Functions
void ~HRunInfo()
void setRunId(Int_t n)
void setStartTime(const char* s)
void setEndTime(const char* s)
void setNumEvents(Int_t n)
Int_t getRunId()
const char* getStartTime() const
const char* getEndTime() const
Int_t getNumEvents()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HRunInfo HRunInfo(const HRunInfo&)
HRunInfo& operator=(const HRunInfo&)
Last update: Mon Feb 5 16:52:43 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.