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