#include <algConditionalTask.h>
Inheritance diagram for algConditionalTask:
Public Methods | |
algConditionalTask (std::string name) | |
default contructor - set the name. | |
virtual | ~algConditionalTask () |
defualt destructor. | |
virtual void | writeOut () const |
writeOut information about this class. | |
Protected Methods | |
virtual void | defineOption () |
define the parameters options to set the algorithm and the cut. | |
virtual void | setOption (std::string par, std::string content) |
set the options: add the cut or the algorithm into the algorithmConditional. More... | |
Private Attributes | |
std::string | m_cutName |
dummy - to set the cut name. | |
std::string | m_algName |
dummy - to set the algorithm name. |
algorithmTask is an algorithm.
algorithmTask is a conditional algorithm run only if a cut condition is fulfill
algorithmTask uses the services of serviceI.
an external client (optionManager) can set dinamically the algorithm and the cut to be run by the algorithmConditional of this algorithmTask.
setName()
method. setOption()
method inherited from optionVI.
Definition at line 26 of file algConditionalTask.h.
|
|
|
define the parameters options to set the algorithm and the cut.
Reimplemented from optionVI.
Definition at line 8 of file algConditionalTask.cpp.
|
set the options: add the cut or the algorithm into the algorithmConditional.
"addAlgorithm" option ser the algorithm of the algorithmConditional
Reimplemented from optionVI.
Definition at line 17 of file algConditionalTask.cpp.
|
writeOut information about this class.
Reimplemented from messageVI.
Definition at line 32 of file algConditionalTask.cpp.
|
|