ATLAS Offline Software
Public Member Functions | List of all members
IegammaMVACalibTool Class Referenceabstract

A tool used by the egammaMVASvc to help manage the MVAs. More...

#include <IegammaMVACalibTool.h>

Inheritance diagram for IegammaMVACalibTool:
Collaboration diagram for IegammaMVACalibTool:

Public Member Functions

virtual ~IegammaMVACalibTool () override
 
virtual float getEnergy (const xAOD::CaloCluster &clus, const xAOD::Egamma *eg) const =0
 Return MVA energy for the given cluster, an eg object is optional. More...
 
virtual void print () const =0
 Print the state of the tool. More...
 

Detailed Description

A tool used by the egammaMVASvc to help manage the MVAs.

Definition at line 17 of file IegammaMVACalibTool.h.

Constructor & Destructor Documentation

◆ ~IegammaMVACalibTool()

virtual IegammaMVACalibTool::~IegammaMVACalibTool ( )
inlineoverridevirtual

Definition at line 20 of file IegammaMVACalibTool.h.

20 {};

Member Function Documentation

◆ getEnergy()

virtual float IegammaMVACalibTool::getEnergy ( const xAOD::CaloCluster clus,
const xAOD::Egamma eg 
) const
pure virtual

Return MVA energy for the given cluster, an eg object is optional.

Implemented in egammaMVACalibTool.

◆ print()

virtual void asg::IAsgTool::print ( ) const
pure virtualinherited

The documentation for this class was generated from the following file: