|
enum class | EInitFlag { kSUCCESS
, kERROR
, kFATAL
} |
|
void | GoToDir (TString name) |
|
Definition at line 20 of file DbgTask.h.
◆ Task()
◆ ~Task()
virtual HalDbg::Task::~Task |
( |
| ) |
|
|
inlinevirtual |
◆ Exec()
void HalDbg::Task::Exec |
( |
Option_t * | option | ) |
|
|
virtual |
◆ FinishTask()
void HalDbg::Task::FinishTask |
( |
| ) |
|
|
virtual |
called at the end of analysis, writes data
Reimplemented from Hal::Task.
Definition at line 46 of file DbgTask.cxx.
◆ Init()
Task::EInitFlag HalDbg::Task::Init |
( |
| ) |
|
|
virtual |
initialize task
- Returns
- flag of initization, if equal to ERROR task will not be executed, if FATAL analysis will be stopped
Reimplemented from Hal::Task.
Definition at line 18 of file DbgTask.cxx.
◆ SetLogFile()
void HalDbg::Task::SetLogFile |
( |
TString | name | ) |
|
◆ SetReportStep()
void HalDbg::Task::SetReportStep |
( |
Int_t | step | ) |
|
|
inline |
◆ fCounter
Int_t HalDbg::Task::fCounter = {0} |
|
protected |
◆ fModulo
Int_t HalDbg::Task::fModulo = {1000} |
|
protected |
◆ fOutLog
std::ofstream HalDbg::Task::fOutLog |
|
protected |
◆ fOutName
TString HalDbg::Task::fOutName |
|
protected |
◆ fPrevTime
Double_t HalDbg::Task::fPrevTime = {0} |
|
protected |
◆ fProcInfo
ProcInfo_t HalDbg::Task::fProcInfo |
|
protected |
◆ fTimer
TStopwatch HalDbg::Task::fTimer |
|
protected |
◆ fUseLog
Bool_t HalDbg::Task::fUseLog = {kFALSE} |
|
protected |
The documentation for this class was generated from the following files: