ATLAS Offline Software
Public Member Functions | Private Member Functions | Private Attributes | List of all members
GetAmountHVEMECPS207 Struct Reference

#include <egammaLayerRecalibTool.h>

Inheritance diagram for GetAmountHVEMECPS207:
Collaboration diagram for GetAmountHVEMECPS207:

Public Member Functions

virtual float operator() (const StdCalibrationInputs &input) const
 

Private Member Functions

virtual GetAmountHVEMECPS207clone () const
 

Private Attributes

corr_HV_EMECPS m_toolEMECPS
 

Detailed Description

Definition at line 78 of file egammaLayerRecalibTool.h.

Member Function Documentation

◆ clone()

virtual GetAmountHVEMECPS207* GetAmountHVEMECPS207::clone ( ) const
inlineprivatevirtual

Implements GetAmountBase.

Definition at line 82 of file egammaLayerRecalibTool.h.

82 { return 0;};

◆ operator()()

float GetAmountHVEMECPS207::operator() ( const StdCalibrationInputs input) const
virtual

Implements GetAmountBase.

Definition at line 109 of file egammaLayerRecalibTool.cxx.

109  {
110  return m_toolEMECPS.getCorr(input.RunNumber, input.eta, input.phi);
111 }

Member Data Documentation

◆ m_toolEMECPS

corr_HV_EMECPS GetAmountHVEMECPS207::m_toolEMECPS
private

Definition at line 83 of file egammaLayerRecalibTool.h.


The documentation for this struct was generated from the following files:
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
corr_HV_EMECPS::getCorr
float getCorr(int run, float eta, float phi) const
get correction factor to apply to raw EMECPS energy : corrected raw EMECPS energy = correction factor...
Definition: corr_HV_EMECPS.cxx:41
GetAmountHVEMECPS207::m_toolEMECPS
corr_HV_EMECPS m_toolEMECPS
Definition: egammaLayerRecalibTool.h:82