ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_PAI_utils.h File Reference
#include <vector>
Include dependency graph for TRT_PAI_utils.h:
This graph shows which files directly or indirectly include this file:

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)