![]() |
ATLAS Offline Software
|
Interface class for scoring pairs of particles for matching. More...
#include <IMatchScoringTool.h>
Public Member Functions | |
| virtual float | score (const xAOD::IParticle &online, const xAOD::IParticle &offline) const =0 |
| Calculate the matching score for a pair of particles. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Interface class for scoring pairs of particles for matching.
Definition at line 16 of file IMatchScoringTool.h.
|
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 |
Calculate the matching score for a pair of particles.
| online | The online particle |
| offline | The offline particle |
Implemented in Trig::DRScoringTool, Trig::EgammaDRScoringTool, and Trig::TypedScoringTool.