![]() |
ATLAS Offline Software
|
the interface for UnitTestTool2 More...
#include <IUnitTestTool2.h>
Public Member Functions | |
| virtual bool | toolHandleEmpty (const std::string &handleName) const =0 |
| whether the given ToolHandle is empty | |
| virtual const IUnitTestTool1 * | getToolHandle (const std::string &handleName) const =0 |
| get the tool from the regular ToolHandle | |
| virtual StatusCode | retrieveToolHandle (const std::string &handleName) const =0 |
| call retrieve on the regular ToolHandle | |
| virtual bool | wasUserConfigured (const std::string &handleName) const =0 |
| whether the AnaToolHandle was user configured | |
| virtual const ToolHandleArray< IUnitTestTool1 > & | getArray () const =0 |
| get the tool handle array | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
the interface for UnitTestTool2
Definition at line 21 of file IUnitTestTool2.h.
|
pure virtual |
get the tool handle array
Implemented in asg::UnitTestTool2.
|
pure virtual |
get the tool from the regular ToolHandle
Implemented in asg::UnitTestTool2.
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
|
pure virtual |
call retrieve on the regular ToolHandle
Implemented in asg::UnitTestTool2.
|
pure virtual |
whether the given ToolHandle is empty
Implemented in asg::UnitTestTool2.
|
pure virtual |
whether the AnaToolHandle was user configured
Implemented in asg::UnitTestTool2.