1 #ifndef test_vertices_reconstruction_H
2 #define test_vertices_reconstruction_H
std::vector< float > * m_in_Qs
Charges of hits in a trigger.
bool Execute()
Executre function used to perform Tool perpose.
bool Initialise(std::string configfile, DataModel &data)
Initialise Function for setting up Tool resorces.
util::Stopwatch * m_stopwatch
The stopwatch, if we're using one.
bool Finalise()
Finalise funciton used to clean up resorces.
int m_verbose
Verbosity level, as defined in tool parameter file.
LogLevel
Log level enumerations.
std::vector< int > * m_in_PMTIDs
PMT IDs of hits in a trigger.
unsigned int m_nhits_max
Above this number of hits in a trigger, don't run BONSAI. Equality is run. Set in config file...
std::vector< float > * m_in_Ts
Times of hits in a trigger.
std::string m_stopwatch_file
Image filename to save the histogram to, if required.
int m_in_nhits
Number of hits in a trigger.
test_vertices_reconstruction()
Simple constructor.
void Log(const std::string &message, const int message_level)
Format messages in the same way as for tools.
std::stringstream m_ss
For easy formatting of Log messages.
void StreamToLog(int level)