ATLAS Offline Software
|
Interface class for tools classifying CaloCluster objects. More...
#include <IClusterClassificationTool.h>
Public Member Functions | |
virtual CaloRecoStatus::StatusIndicator | classify (xAOD::CaloCluster *thisCluster) const =0 |
method to return the classification status of a cluster. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Interface class for tools classifying CaloCluster objects.
Definition at line 25 of file IClusterClassificationTool.h.
|
pure virtual |
method to return the classification status of a cluster.
theCluster | the pointer to the CaloCluster to be classified |
this method is purely virtual because every derived class needs to implement it.
Implemented in CaloLCClassificationTool.
|
inlinestatic |
Definition at line 29 of file IClusterClassificationTool.h.