ATLAS Offline Software
|
#include <IJetConsumer.h>
Public Member Functions | |
virtual | ~IJetConsumer () |
Destructor. More... | |
virtual int | process (const xAOD::JetContainer &srcjets) const =0 |
Copy the pseudojets from srcjets to dstjets. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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 JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
|
pure virtual |
Copy the pseudojets from srcjets to dstjets.
Return 0 for success.
Implemented in JetPseudojetCopier.