|
Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTCut.hh>

Public Member Functions | |
| KTCutOneArg (const std::string &name="default-cut-name") | |
| virtual | ~KTCutOneArg () |
| virtual bool | Apply (KTData &data, XDataType &dataType)=0 |
| virtual bool | Apply (KTDataPtr dataPtr) |
Public Member Functions inherited from KTCut | |
| KTCut (const std::string &name="default-cut-name") | |
| virtual | ~KTCut () |
Public Member Functions inherited from KTConfigurable | |
| 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 | |
Protected Attributes inherited from KTConfigurable | |
| KTCommandLineHandler * | fCLHandler |
| std::string | fConfigName |
| KTCutOneArg | ( | const std::string & | name = "default-cut-name" | ) |
|
virtual |
|
pure virtual |
Implemented in KTNotAwesomeCut, and KTAwesomeCut.
1.8.13