#include <eventTask.h>
Inheritance diagram for eventTask:
Public Methods | |
eventTask (std::string name) | |
constructor - set the name. | |
virtual | ~eventTask () |
default destructor. | |
virtual void | writeOut () const |
information of this class. | |
Protected Methods | |
virtual void | defineOption () |
define the options (operations) into optionVI. More... | |
virtual void | setOption (std::string task, std::string value) |
It performs the operations associated with the options. | |
Private Attributes | |
std::string | m_genName |
dummy strings for the option. More... | |
std::string | m_recName |
std::string | m_anaName |
std::string | m_eventTaskName |
the last eventTask name added to this eventTask. |
eventTask is an algorithmVI.
eventTask is an eventVI.
eventTask is an eventComposite.
optionManager can add dinamically: a) and eventVI to the composite b) algorithms to the generation, reconstruction, analysis tasks of the eventVI.
setName()
method of serviceI to get services for an object). setOption()
method of optionVI, and external user (optionManager) can:
Definition at line 32 of file eventTask.h.
|
|
|
define the options (operations) into optionVI.
add and algorithmVI into the algorithmComposite of the main eventVI of this eventComposite
Reimplemented from optionVI.
Definition at line 40 of file eventTask.cpp.
|
It performs the operations associated with the options.
Reimplemented from optionVI.
Definition at line 18 of file eventTask.cpp.
|
information of this class.
Reimplemented from messageVI.
Definition at line 52 of file eventTask.cpp.
|
Definition at line 58 of file eventTask.h.
|
|
dummy strings for the option.
The have the last algorithm name added in this object
Definition at line 56 of file eventTask.h.
|
Definition at line 57 of file eventTask.h.