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. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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 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 |
Calculate the matching score for a pair of particles.
online | The online particle |
offline | The offline particle |
Implemented in Trig::TypedScoringTool, Trig::DRScoringTool, and Trig::EgammaDRScoringTool.