|
ToolDAQFramework
|
#include <ReconFilter.h>
Public Member Functions | |
| ReconFilter () | |
| 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 | |
| ReconInfo * | fInFilter |
| std::string | fInputFilterName |
| double | fMaxRPos_cm |
| double | fMaxZPos_cm |
| double | fMinReconLikelihood |
| double | fMinReconTimeLikelihood |
| ReconInfo * | fOutFilter |
| std::string | fOutputFilterName |
| Reconstructer_t | fReconstructionAlgorithm |
| 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 ReconFilter.h.
|
private |
| Enumerator | |
|---|---|
| FATAL | |
| ERROR | |
| WARN | |
| INFO | |
| DEBUG1 | |
| DEBUG2 | |
| DEBUG3 | |
Definition at line 48 of file ReconFilter.h.
| ReconFilter::ReconFilter | ( | ) |
Definition at line 3 of file ReconFilter.cpp.
| bool ReconFilter::Execute | ( | ) |
Definition at line 87 of file ReconFilter.cpp.
| bool ReconFilter::Finalise | ( | ) |
Definition at line 125 of file ReconFilter.cpp.
| bool ReconFilter::Initialise | ( | std::string | configfile, |
| DataModel & | data | ||
| ) |
Definition at line 6 of file ReconFilter.cpp.
|
inlineprivate |
Definition at line 43 of file ReconFilter.h.
|
private |
Definition at line 23 of file ReconFilter.h.
|
private |
Definition at line 25 of file ReconFilter.h.
|
private |
Definition at line 31 of file ReconFilter.h.
|
private |
Definition at line 32 of file ReconFilter.h.
|
private |
Definition at line 29 of file ReconFilter.h.
|
private |
Definition at line 30 of file ReconFilter.h.
|
private |
Definition at line 24 of file ReconFilter.h.
|
private |
Definition at line 26 of file ReconFilter.h.
|
private |
Definition at line 28 of file ReconFilter.h.
|
private |
The stopwatch, if we're using one.
Definition at line 35 of file ReconFilter.h.
|
private |
Image filename to save the histogram to, if required.
Definition at line 37 of file ReconFilter.h.
|
private |
Definition at line 39 of file ReconFilter.h.
|
private |
Definition at line 41 of file ReconFilter.h.
1.8.5