ATLAS Offline Software
|
a tool interface to classify particles into multiple categories by assigning them an unsigned integer More...
#include <IClassificationTool.h>
Public Member Functions | |
virtual | ~IClassificationTool ()=default |
virtual StatusCode | classify (const xAOD::IParticle &particle, unsigned int &classification) const =0 |
classify a particle and pass the classification as an integer More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
a tool interface to classify particles into multiple categories by assigning them an unsigned integer
Definition at line 19 of file IClassificationTool.h.
|
virtualdefault |
|
pure virtual |
classify a particle and pass the classification as an integer
Implemented in TruthClassificationTool, and ITruthClassificationTool.
|
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.