11 #include "WCSimRootEvent.hh"
12 #include "WCSimBonsai.hh"
WCSimBonsai * m_bonsai
This is the class that runs the BONSAI low-energy reconstruction algorithm.
int m_verbose
Verbosity level, as defined in tool parameter file.
util::Stopwatch * m_stopwatch
The stopwatch, if we're using one.
std::vector< float > * m_in_Ts
Times of hits in a trigger.
void StreamToLog(int level)
int m_in_nhits
Number of hits in a trigger.
std::vector< int > * m_in_PMTIDs
PMT IDs of hits in a trigger.
unsigned int m_nhits_min
Below this number of hits in a trigger, don't run BONSAI. Equality is run. Set in config file...
std::stringstream m_ss
For easy formatting of Log messages.
std::vector< float > * m_in_Qs
Charges of hits in a trigger.
LogLevel
Log level enumerations.
void Log(const std::string &message, const int message_level)
Format messages in the same way as for tools.
std::string m_stopwatch_file
Image filename to save the histogram to, if required.
unsigned int m_nhits_max
Above this number of hits in a trigger, don't run BONSAI. Equality is run. Set in config file...
bool Initialise(std::string configfile, DataModel &data)