#include <IegammaMVASvc.h>
|
| | DeclareInterfaceID (IegammaMVASvc, 1, 0) |
| |
| virtual | ~IegammaMVASvc () override |
| |
| virtual StatusCode | getEnergy (const xAOD::CaloCluster &cluster, const xAOD::Egamma &eg, double &energy, const egammaMVACalib::GlobalEventInfo &gei=egammaMVACalib::GlobalEventInfo()) const =0 |
| | Compute the calibrated energy. More...
|
| |
| virtual StatusCode | getEnergy (const xAOD::CaloCluster &cluster, const xAOD::EgammaParameters::EgammaType egType, double &energy, const egammaMVACalib::GlobalEventInfo &gei=egammaMVACalib::GlobalEventInfo()) const =0 |
| | Compute the calibrated energy when the full egamma object is not available. More...
|
| |
| virtual StatusCode | execute (xAOD::CaloCluster &cluster, const xAOD::Egamma &eg, const egammaMVACalib::GlobalEventInfo &gei=egammaMVACalib::GlobalEventInfo()) const =0 |
| | Standard execute when you have both cluster and eg object. More...
|
| |
| virtual StatusCode | execute (xAOD::CaloCluster &cluster, const xAOD::EgammaParameters::EgammaType egType, const egammaMVACalib::GlobalEventInfo &gei=egammaMVACalib::GlobalEventInfo()) const =0 |
| | An execute that just has cluster and egType. More...
|
| |
| virtual void | print () const =0 |
| | Print the state of the service. More...
|
| |
Definition at line 21 of file IegammaMVASvc.h.
◆ ~IegammaMVASvc()
| virtual IegammaMVASvc::~IegammaMVASvc |
( |
| ) |
|
|
inlineoverridevirtual |
◆ DeclareInterfaceID()
◆ execute() [1/2]
Standard execute when you have both cluster and eg object.
◆ execute() [2/2]
An execute that just has cluster and egType.
A converted photon is treated like an unconverted photon since no access to vertex.
◆ getEnergy() [1/2]
Compute the calibrated energy.
◆ getEnergy() [2/2]
Compute the calibrated energy when the full egamma object is not available.
◆ print()
| virtual void asg::IAsgService::print |
( |
| ) |
const |
|
pure virtualinherited |
Print the state of the service.
The documentation for this class was generated from the following file: