![]() |
ATLAS Offline Software
|
#include <ICaloClusterMatchingTool.h>
Public Types | |
| using | elementLinkDecorHandle_t = SG::WriteDecorHandle<xAOD::CaloClusterContainer,std::vector<ElementLink<xAOD::CaloClusterContainer> > > |
Public Member Functions | |
| 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.
| using ICaloClusterMatchingTool::elementLinkDecorHandle_t = SG::WriteDecorHandle<xAOD::CaloClusterContainer,std::vector<ElementLink<xAOD::CaloClusterContainer> > > |
Definition at line 47 of file ICaloClusterMatchingTool.h.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
pure virtual |
Implemented in ClusterMatching::CaloClusterMatchingTool.
|
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, and KtDeltaRTool.