1 #ifndef TRIGGEROUTPUT_H
2 #define TRIGGEROUTPUT_H
TriggerType_t the_type
The type of Trigger.
std::string m_output_filename
Output ROOT filename that this tool RECREATE's.
double the_trigger_time
The actual time of the trigger.
double the_mask_end_time
The ending time of the hit mask.
double the_mask_start_time
The starting time of the hit mask.
bool Initialise(std::string configfile, DataModel &data)
std::vector< float > the_trigger_info
extra info from the trigger
double absolute_time(TimeDelta d)
TTree * m_triggers_tree
Tree containing triggers.
void StreamToLog(int level)
float m_interpose_interval
TTree * m_header_tree
header
TFile * m_output_file
Output ROOT file.
std::string m_stopwatch_file
Image filename to save the histogram to, if required.
double the_readout_end_time
The ending time of the trigger window.
void Log(const std::string &message, const int message_level)
Format messages in the same way as for tools.
bool m_trigger_OD
Trigger on OD digits, rather than ID digits?
double the_readout_start_time
The starting time of the trigger window.
util::Stopwatch * m_stopwatch
The stopwatch, if we're using one.