![]() |
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 More... | |
| virtual const IUnitTestTool1 * | getToolHandle (const std::string &handleName) const =0 |
| get the tool from the regular ToolHandle More... | |
| virtual StatusCode | retrieveToolHandle (const std::string &handleName) const =0 |
| call retrieve on the regular ToolHandle More... | |
| virtual bool | wasUserConfigured (const std::string &handleName) const =0 |
| whether the AnaToolHandle was user configured More... | |
| virtual const ToolHandleArray< IUnitTestTool1 > & | getArray () const =0 |
| get the tool handle array More... | |
| virtual void | print () const =0 |
| Print the state of the tool. More... | |
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 JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, LundVariablesTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
|
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.
1.8.18