#include <IMatchingTool.h>
|
| virtual bool | match (const xAOD::IParticle &recoObject, const std::string &chain, double matchThreshold=0.1, bool rerun=false) const =0 |
| | single object trigger matching. matchThreshold is typically the deltaR requirement to obtain positive matching
|
| virtual bool | match (const std::vector< const xAOD::IParticle * > &recoObjects, const std::string &chain, double matchThreshold=0.1, bool rerun=false) const =0 |
| | multi-object trigger matching
|
| virtual void | print () const =0 |
| | Print the state of the tool.
|
Definition at line 24 of file IMatchingTool.h.
◆ impl()
◆ match() [1/2]
| virtual bool Trig::IMatchingTool::match |
( |
const std::vector< const xAOD::IParticle * > & | recoObjects, |
|
|
const std::string & | chain, |
|
|
double | matchThreshold = 0.1, |
|
|
bool | rerun = false ) const |
|
pure virtual |
◆ match() [2/2]
| virtual bool Trig::IMatchingTool::match |
( |
const xAOD::IParticle & | recoObject, |
|
|
const std::string & | chain, |
|
|
double | matchThreshold = 0.1, |
|
|
bool | rerun = false ) const |
|
pure virtual |
◆ print()
| virtual void asg::IAsgTool::print |
( |
| ) |
const |
|
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.
The documentation for this class was generated from the following file: