ATLAS Offline Software
Loading...
Searching...
No Matches
GetAmountFormula Struct Reference

#include <egammaLayerRecalibTool.h>

Inheritance diagram for GetAmountFormula:
Collaboration diagram for GetAmountFormula:

Public Member Functions

 GetAmountFormula (const TFormula &formula)
virtual float operator() (const StdCalibrationInputs &input) const

Protected Attributes

TFormula m_formula

Detailed Description

Definition at line 115 of file egammaLayerRecalibTool.h.

Constructor & Destructor Documentation

◆ GetAmountFormula()

GetAmountFormula::GetAmountFormula ( const TFormula & formula)
inline

Definition at line 117 of file egammaLayerRecalibTool.h.

117: m_formula(formula) { };

Member Function Documentation

◆ operator()()

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

Implements GetAmountBase.

Definition at line 99 of file egammaLayerRecalibTool.cxx.

99 {
100 return m_formula.Eval(input.eta, input.phi, input.RunNumber);
101}

Member Data Documentation

◆ m_formula

TFormula GetAmountFormula::m_formula
protected

Definition at line 120 of file egammaLayerRecalibTool.h.


The documentation for this struct was generated from the following files: