ATLAS Offline Software
Namespaces | Functions
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

 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)