ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
DummyTool Class Reference

#include <DummyTool.h>

Inheritance diagram for DummyTool:

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...
 

Detailed Description

This is a simple dummy Tool designed to show operation of a Tool. It also provides a default Tool for the Default ToolChain.

Author:
B.Richards
Date:
2019/05/28 10:44:00

Contact: b.ric.nosp@m.hard.nosp@m.s@qmu.nosp@m.l.ac.nosp@m..uk

Definition at line 18 of file DummyTool.h.

Constructor & Destructor Documentation

DummyTool::DummyTool ( )

Constructor.

Definition at line 3 of file DummyTool.cpp.

Member Function Documentation

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.


The documentation for this class was generated from the following files: