ToolDAQFramework
|
#include <ReconReset.h>
Public Member Functions | |
ReconReset () | |
bool | Execute () |
bool | Finalise () |
bool | Initialise (std::string configfile, DataModel &data) |
Private Types | |
enum | LogLevel { FATAL =-1, ERROR =0, WARN =1, INFO =2, DEBUG1 =3, DEBUG2 =4, DEBUG3 =5 } |
Private Member Functions | |
void | StreamToLog (int level) |
Private Attributes | |
util::Stopwatch * | m_stopwatch |
The stopwatch, if we're using one. More... | |
std::string | m_stopwatch_file |
Image filename to save the histogram to, if required. More... | |
int | m_verbose |
std::stringstream | ss |
Definition at line 10 of file ReconReset.h.
|
private |
Enumerator | |
---|---|
FATAL | |
ERROR | |
WARN | |
INFO | |
DEBUG1 | |
DEBUG2 | |
DEBUG3 |
Definition at line 38 of file ReconReset.h.
ReconReset::ReconReset | ( | ) |
Definition at line 3 of file ReconReset.cpp.
bool ReconReset::Execute | ( | ) |
Definition at line 32 of file ReconReset.cpp.
bool ReconReset::Finalise | ( | ) |
Definition at line 53 of file ReconReset.cpp.
bool ReconReset::Initialise | ( | std::string | configfile, |
DataModel & | data | ||
) |
Definition at line 6 of file ReconReset.cpp.
|
inlineprivate |
Definition at line 33 of file ReconReset.h.
|
private |
The stopwatch, if we're using one.
Definition at line 25 of file ReconReset.h.
|
private |
Image filename to save the histogram to, if required.
Definition at line 27 of file ReconReset.h.
|
private |
Definition at line 29 of file ReconReset.h.
|
private |
Definition at line 31 of file ReconReset.h.