#include <RunTimes.h>
Inherited by RunTimesAscii, and RunTimesPg.
Inheritance diagram for RunTimes:
Definition at line 13 of file RunTimes.h.
Public Member Functions | |
RunTimes () | |
virtual | ~RunTimes () |
void | MinRunNumber (int minrunnumber) |
int | MinRunNumber () const |
void | Output () |
void | Reset (void) |
const PHTimeStamp | RunEnd (int runNumber) |
void | RunList (const PHTimeStamp &t1, const PHTimeStamp &t2, std::vector< int > &runnumbers) |
int | RunNumber (const PHTimeStamp &ts) |
const PHTimeStamp | RunStart (int runNumber) |
Protected Member Functions | |
virtual bool | Init () |
Protected Attributes | |
std::map< int, RunLite * > | fTimes |
std::string | fFilename |
bool | fInit |
int | fMinRunNumber |
Classes | |
class | RunLite |
|
Definition at line 5 of file RunTimes.C. |
|
Definition at line 16 of file RunTimes.C. References fTimes. |
|
Reimplemented in RunTimesPg, and RunTimesAscii. Definition at line 38 of file RunTimes.h. Referenced by Output(), RunEnd(), RunList(), RunNumber(), and RunStart(). |
|
Definition at line 21 of file RunTimes.h. References fMinRunNumber. |
|
Definition at line 28 of file RunTimes.C. References fMinRunNumber. Referenced by emcDB::MakeRunTimes(). |
|
Definition at line 35 of file RunTimes.C. References fFilename, fInit, fTimes, and Init(). Referenced by emcDB::MakeRunTimes(). |
|
Definition at line 62 of file RunTimes.C. References fTimes. |
|
Definition at line 76 of file RunTimes.C. |
|
Definition at line 99 of file RunTimes.C. |
|
Definition at line 127 of file RunTimes.C. |
|
Definition at line 150 of file RunTimes.C. |
|
Definition at line 72 of file RunTimes.h. Referenced by RunTimesAscii::Init(), and Output(). |
|
Definition at line 73 of file RunTimes.h. Referenced by Output(), RunEnd(), RunList(), RunNumber(), and RunStart(). |
|
Definition at line 74 of file RunTimes.h. Referenced by RunTimesPg::Init(), and MinRunNumber(). |
|
Definition at line 71 of file RunTimes.h. Referenced by RunTimesPg::Init(), RunTimesAscii::Init(), Output(), Reset(), RunEnd(), RunList(), RunNumber(), RunStart(), and ~RunTimes(). |