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

Classes | |
| struct | Result |
Public Member Functions | |
| KTAwesomeCut (const std::string &name="default-awesome-cut") | |
| virtual | ~KTAwesomeCut () |
| bool | Configure (const scarab::param_node &node) |
| Should perform parameter store and command-line configurations. More... | |
| bool | Apply (KTData &data, KTTestData &testData) |
Public Member Functions inherited from KTCutOneArg< KTTestData > | |
| KTCutOneArg (const std::string &name="default-cut-name") | |
| virtual | ~KTCutOneArg () |
| 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 () |
| 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 |
Definition at line 33 of file KTTestCuts.hh.
| KTAwesomeCut | ( | const std::string & | name = "default-awesome-cut" | ) |
Definition at line 34 of file KTTestCuts.cc.
|
virtual |
Definition at line 38 of file KTTestCuts.cc.
|
virtual |
Implements KTCutOneArg< KTTestData >.
Definition at line 46 of file KTTestCuts.cc.
|
virtual |
Should perform parameter store and command-line configurations.
Implements KTConfigurable.
Definition at line 41 of file KTTestCuts.cc.
1.8.13