![]() |
ATLAS Offline Software
|
IJetExecuteTool is a dual-use tool interface for generic tools, i.e. those that behave like algorithms. More...
#include <IJetExecuteTool.h>
Inherits asg::IAsgTool.
Inherited by CopyTruthJetParticles, CopyTruthParticles, HIClusterSubtraction [virtual], HIEventShapeJetIteration [virtual], JetConstituentModSequence [virtual], JetDumper [virtual], JetInputElRemovalTool [virtual], JetRecTool [virtual], JetReclusteringTool [virtual], JetToolRunner [virtual], JetUsedInFitTrackDecoratorTool [virtual], MissingCellListTool [virtual], TrackVertexAssociationTool [virtual], and Validator [virtual].
Public Member Functions | |
| virtual | ~IJetExecuteTool () |
| Destructor. | |
| virtual int | execute () const =0 |
| Method to be called for each event. | |
| virtual int | inputContainerNames (std::vector< std::string > &connames) |
| Method to return the list of input containers. | |
| virtual int | outputContainerNames (std::vector< std::string > &connames) |
| Method to return the list of output containers. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
IJetExecuteTool is a dual-use tool interface for generic tools, i.e. those that behave like algorithms.
Definition at line 19 of file IJetExecuteTool.h.
|
inlinevirtual |
|
pure virtual |
Method to be called for each event.
Returns 0 for success.
Implemented in CopyTruthJetParticles, CopyTruthParticles, HIClusterSubtraction, HIEventShapeJetIteration, JetConstituentModSequence, JetDumper, JetInputElRemovalTool, JetReclusteringTool, JetRecTool, JetToolRunner, JetUsedInFitTrackDecoratorTool, MissingCellListTool, TrackVertexAssociationTool, and Validator.
|
virtual |
Method to return the list of input containers.
The names of required input containers are appended to connames. Returns nonzero for error. Default returns 0 and adds no names.
Reimplemented in JetRecTool.
Definition at line 11 of file IJetExecuteTool.cxx.
|
virtual |
Method to return the list of output containers.
The names of produced output containers are appended to connames. Returns nonzero for error. Default returns 0 and adds no names.
Reimplemented in JetRecTool.
Definition at line 17 of file IJetExecuteTool.cxx.
|
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.