![]() |
ATLAS Offline Software
|
#include <IJetConsumer.h>
Public Member Functions | |
| virtual | ~IJetConsumer () |
| Destructor. | |
| virtual int | process (const xAOD::JetContainer &srcjets) const =0 |
| Copy the pseudojets from srcjets to dstjets. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Class interface for tools that make use of a jet container. One anticipated use is to transfer the jet pseudojets to another container.
Definition at line 21 of file IJetConsumer.h.
|
inlinevirtual |
|
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 |
Copy the pseudojets from srcjets to dstjets.
Return 0 for success.
Implemented in JetPseudojetCopier.