| 
    ToolDAQFramework
    
   | 
 
#include <DummyTool.h>
  
 Public Member Functions | |
| DummyTool () | |
| Constructor.  More... | |
| bool | Execute () | 
| Creates a log message.  More... | |
| bool | Finalise () | 
| Does nothing.  More... | |
| bool | Initialise (std::string configfile, DataModel &data) | 
| Assigns verbosity from config file and creates a log message.  More... | |
This is a simple dummy Tool designed to show operation of a Tool. It also provides a default Tool for the Default ToolChain.
Contact: b.richards@qmul.ac.uk
Definition at line 18 of file DummyTool.h.
| DummyTool::DummyTool | ( | ) | 
Constructor.
Definition at line 3 of file DummyTool.cpp.
| bool DummyTool::Execute | ( | ) | 
Creates a log message.
Definition at line 22 of file DummyTool.cpp.
| bool DummyTool::Finalise | ( | ) | 
Does nothing.
Definition at line 38 of file DummyTool.cpp.
| bool DummyTool::Initialise | ( | std::string | configfile, | 
| DataModel & | data | ||
| ) | 
Assigns verbosity from config file and creates a log message.
Definition at line 6 of file DummyTool.cpp.
 1.8.5