#include <ICaloClusterMatchingTool.h>
|
| virtual StatusCode | fillClusterMap (const EventContext &ctx, TopoClusterMap &tcmap) const =0 |
| virtual float | getClusterSharedEfrac (const xAOD::CaloCluster &refCluster, const xAOD::CaloCluster &testCluster) const =0 |
| virtual bool | clustersAreMatched (const xAOD::CaloCluster &refCluster, const xAOD::CaloCluster &testCluster) const =0 |
| virtual bool | getMatchedClusters (const xAOD::CaloCluster &refCluster, const std::vector< const xAOD::CaloCluster * > &testClusters, std::vector< const xAOD::CaloCluster * > &matchedClusters) const =0 |
| virtual bool | getMatchedClusters (const xAOD::CaloCluster &refCluster, std::vector< const xAOD::CaloCluster * > &matchedClusters, const TopoClusterMap &tcmap, bool useLeadingCellEtaPhi=false) const =0 |
| virtual bool | getMatchedClusters (const xAOD::CaloCluster &refCluster, const std::vector< const xAOD::CaloCluster * > &testClusters, std::vector< std::pair< const xAOD::CaloCluster *, float > > &matchedClustersAndE) const =0 |
| virtual bool | getMatchedClusters (const xAOD::CaloCluster &refCluster, std::vector< std::pair< const xAOD::CaloCluster *, float > > &matchedClustersAndE, const TopoClusterMap &tcmap, bool useLeadingCellEtaPhi=false) const =0 |
| virtual StatusCode | linkMatchedClusters (elementLinkDecorHandle_t &elementLinkDec, const xAOD::CaloCluster &refCluster, const std::vector< const xAOD::CaloCluster * > &testClusters, bool(*gtrthan)(const std::pair< const xAOD::CaloCluster *, float > &pair1, const std::pair< const xAOD::CaloCluster *, float > &pair2)=ClusterMatching::gtrMatchedE) const =0 |
| virtual StatusCode | linkMatchedClusters (elementLinkDecorHandle_t &elementLinkDec, const xAOD::CaloCluster &refCluster, const TopoClusterMap &tcmap, bool useLeadingCellEtaPhi=false, bool(*gtrthan)(const std::pair< const xAOD::CaloCluster *, float > &pair1, const std::pair< const xAOD::CaloCluster *, float > &pair2)=ClusterMatching::gtrMatchedE) const =0 |
| virtual void | print () const =0 |
| | Print the state of the tool.
|
Definition at line 40 of file ICaloClusterMatchingTool.h.
◆ elementLinkDecorHandle_t
◆ clustersAreMatched()
◆ fillClusterMap()
| virtual StatusCode ICaloClusterMatchingTool::fillClusterMap |
( |
const EventContext & | ctx, |
|
|
TopoClusterMap & | tcmap ) const |
|
pure virtual |
◆ getClusterSharedEfrac()
◆ getMatchedClusters() [1/4]
◆ getMatchedClusters() [2/4]
◆ getMatchedClusters() [3/4]
◆ getMatchedClusters() [4/4]
| virtual bool ICaloClusterMatchingTool::getMatchedClusters |
( |
const xAOD::CaloCluster & | refCluster, |
|
|
std::vector< std::pair< const xAOD::CaloCluster *, float > > & | matchedClustersAndE, |
|
|
const TopoClusterMap & | tcmap, |
|
|
bool | useLeadingCellEtaPhi = false ) const |
|
pure virtual |
◆ linkMatchedClusters() [1/2]
◆ linkMatchedClusters() [2/2]
◆ 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: