ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
ReconReset Class Reference

#include <ReconReset.h>

Inheritance diagram for ReconReset:

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::Stopwatchm_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
 

Detailed Description

Definition at line 10 of file ReconReset.h.

Member Enumeration Documentation

enum ReconReset::LogLevel
private
Enumerator
FATAL 
ERROR 
WARN 
INFO 
DEBUG1 
DEBUG2 
DEBUG3 

Definition at line 38 of file ReconReset.h.

Constructor & Destructor Documentation

ReconReset::ReconReset ( )

Definition at line 3 of file ReconReset.cpp.

Member Function Documentation

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.

void ReconReset::StreamToLog ( int  level)
inlineprivate

Definition at line 33 of file ReconReset.h.

Member Data Documentation

util::Stopwatch* ReconReset::m_stopwatch
private

The stopwatch, if we're using one.

Definition at line 25 of file ReconReset.h.

std::string ReconReset::m_stopwatch_file
private

Image filename to save the histogram to, if required.

Definition at line 27 of file ReconReset.h.

int ReconReset::m_verbose
private

Definition at line 29 of file ReconReset.h.

std::stringstream ReconReset::ss
private

Definition at line 31 of file ReconReset.h.


The documentation for this class was generated from the following files: