Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
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:
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
GetAmountFormula::m_formula
TFormula m_formula
Definition: egammaLayerRecalibTool.h:120