ToolDAQFramework
|
#include <ReconDataIn.h>
Public Member Functions | |
ReconDataIn () | |
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 | |
double | fRTCherenkovCone [2] |
double | fRTDirectionEuler [3] |
double | fRTDirectionLikelihood |
double | fRTEnergy |
double | fRTGoodnessOfFit |
double | fRTGoodnessOfTimeFit |
bool | fRTHasDirection |
int | fRTNHits |
int | fRTReconstructerInt |
double | fRTTime |
int | fRTTriggerNum |
double | fRTVertex [4] |
TChain * | fTreeRecon |
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 ReconDataIn.h.
|
private |
Enumerator | |
---|---|
FATAL | |
ERROR | |
WARN | |
INFO | |
DEBUG1 | |
DEBUG2 | |
DEBUG3 |
Definition at line 52 of file ReconDataIn.h.
ReconDataIn::ReconDataIn | ( | ) |
Definition at line 3 of file ReconDataIn.cpp.
bool ReconDataIn::Execute | ( | ) |
Definition at line 59 of file ReconDataIn.cpp.
bool ReconDataIn::Finalise | ( | ) |
Definition at line 88 of file ReconDataIn.cpp.
bool ReconDataIn::Initialise | ( | std::string | configfile, |
DataModel & | data | ||
) |
Definition at line 6 of file ReconDataIn.cpp.
|
inlineprivate |
Definition at line 47 of file ReconDataIn.h.
|
private |
Definition at line 33 of file ReconDataIn.h.
|
private |
Definition at line 32 of file ReconDataIn.h.
|
private |
Definition at line 34 of file ReconDataIn.h.
|
private |
Definition at line 27 of file ReconDataIn.h.
|
private |
Definition at line 35 of file ReconDataIn.h.
|
private |
Definition at line 36 of file ReconDataIn.h.
|
private |
Definition at line 31 of file ReconDataIn.h.
|
private |
Definition at line 26 of file ReconDataIn.h.
|
private |
Definition at line 28 of file ReconDataIn.h.
|
private |
Definition at line 29 of file ReconDataIn.h.
|
private |
Definition at line 25 of file ReconDataIn.h.
|
private |
Definition at line 30 of file ReconDataIn.h.
|
private |
Definition at line 23 of file ReconDataIn.h.
|
private |
The stopwatch, if we're using one.
Definition at line 39 of file ReconDataIn.h.
|
private |
Image filename to save the histogram to, if required.
Definition at line 41 of file ReconDataIn.h.
|
private |
Definition at line 43 of file ReconDataIn.h.
|
private |
Definition at line 45 of file ReconDataIn.h.