ATLAS Offline Software
|
#include <vector>
Go to the source code of this file.
Namespaces | |
TRT_PAI_utils | |
Utilities. | |
Functions | |
float | TRT_PAI_utils::Interpolate (const float &xval, const std::vector< float > &xtabulated, const std::vector< float > &ytabulated) |
Interpolation function. More... | |
float | TRT_PAI_utils::calculate_interpolation (const float &xval, const float &x1, const float &x2, const float &y1, const float &y2) |