ATLAS Offline Software
|
a tool interface to classify particles into multiple categories based on their truth information More...
#include <ITruthClassificationTool.h>
Public Member Functions | |
virtual | ~ITruthClassificationTool ()=default |
virtual StatusCode | classify (const xAOD::IParticle &particle, unsigned int &classification) const =0 |
classify and return unsigned int re-declaration needed due to the same name used More... | |
virtual StatusCode | classify (const xAOD::IParticle &particle, Truth::Type &classification) const =0 |
classify and return Truth::Type More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
a tool interface to classify particles into multiple categories based on their truth information
The tools either assignes them an unsigned integer using the base CP::IClassificationTool interface or a Truth::Type enum representing possible truth classification classes.
Definition at line 54 of file ITruthClassificationTool.h.
|
virtualdefault |
|
pure virtual |
classify and return Truth::Type
Implemented in TruthClassificationTool.
|
pure virtual |
classify and return unsigned int re-declaration needed due to the same name used
Implements CP::IClassificationTool.
Implemented in TruthClassificationTool.
|
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.