#include <eventProcess.h>
Inheritance diagram for eventProcess:
Public Methods | |
eventProcess (std::string name) | |
constructor - set the name. | |
~eventProcess () | |
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_eventProcessName |
the last eventProcess name added to this eventProcess. |
eventProcess is an algorithmVI.
eventProcess is an eventVI.
eventProcess is an eventComposite.
Users 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 33 of file eventProcess.h.
|
|
default destructor.
|
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 eventProcess.cpp.
|
It performs the operations associated with the options.
Reimplemented from optionVI.
Definition at line 18 of file eventProcess.cpp.
|
information of this class.
Reimplemented from messageVI.
Definition at line 52 of file eventProcess.cpp.
|
Definition at line 59 of file eventProcess.h.
|
the last eventProcess name added to this eventProcess.
Definition at line 62 of file eventProcess.h.
|
dummy strings for the option.
The have the last algorithm name added in this object
Definition at line 57 of file eventProcess.h.
|
Definition at line 58 of file eventProcess.h.