![]() |
ATLAS Offline Software
|
#include <CurrMap.h>
Public Member Functions | |
| CurrMap (const std::string &filename, double xnorm) | |
| ~CurrMap () | |
| int | GetNx () const |
| float | GetXmin () const |
| float | GetXmax () const |
| float | GetDx () const |
| int | GetNy () const |
| float | GetYmin () const |
| float | GetYmax () const |
| float | GetDy () const |
| float | GetGap (int ix, int iy) const |
| float | GetCurr0 (int ix, int iy) const |
| float | GetCurr1 (int ix, int iy) const |
| float | GetCurr2 (int ix, int iy) const |
| void | GetAll (double x, double y, double *gap, double *curr0, double *curr1, double *curr2) const |
Private Member Functions | |
| CurrMap (const CurrMap &)=delete | |
| CurrMap & | operator= (const CurrMap &)=delete |
Private Attributes | |
| int | m_nx |
| int | m_ny |
| float | m_xmin |
| float | m_xmax |
| float | m_dx |
| float | m_ymin |
| float | m_ymax |
| float | m_dy |
| float * | m_gap |
| float * | m_curr0 |
| float * | m_curr1 |
| float * | m_curr2 |
| float | m_norm |
| CurrMap::CurrMap | ( | const std::string & | filename, |
| double | xnorm ) |
Definition at line 10 of file CurrMap.cxx.
| CurrMap::~CurrMap | ( | ) |
| void CurrMap::GetAll | ( | double | x, |
| double | y, | ||
| double * | gap, | ||
| double * | curr0, | ||
| double * | curr1, | ||
| double * | curr2 ) const |
Definition at line 93 of file CurrMap.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |