Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTCut.hh>
Public Member Functions | |
KTCutTwoArgs (const std::string &name="default-cut-name") | |
virtual | ~KTCutTwoArgs () |
virtual bool | Apply (KTData &data, XDataType1 &dataType1, XDataType2 &dataType2)=0 |
virtual bool | Apply (KTDataPtr dataPtr) |
![]() | |
KTCut (const std::string &name="default-cut-name") | |
virtual | ~KTCut () |
![]() | |
KTConfigurable (const std::string &name="default-name") | |
virtual | ~KTConfigurable () |
virtual bool | Configure (const scarab::param_node &node)=0 |
Should perform parameter store and command-line configurations. More... | |
bool | Configure (const std::string &config) |
Implement the option for calling Configure without passing a parameter store node. More... | |
const std::string & | GetConfigName () const |
void | SetConfigName (const std::string &name) |
Additional Inherited Members | |
![]() | |
KTCommandLineHandler * | fCLHandler |
std::string | fConfigName |
KTCutTwoArgs | ( | const std::string & | name = "default-cut-name" | ) |
|
virtual |
|
pure virtual |