![]() |
ATLAS Offline Software
|
#include <RtResolutionFromPoints.h>
Public Member Functions | |
| RtResolutionFromPoints ()=default | |
| Default constructor. | |
Static Public Member Functions | |
| static RtResolutionChebyshev | getRtResolutionChebyshev (const std::vector< SamplePoint > &sample_points, const unsigned int order) |
| < get an RtResolutionChebyshev resembling the sigma(t) function as described by the sample points in the vector "sample_points"; use Chebyshev polynomials up to order "order"; x1 coordinate of the sample points contains the drift time, x2 the corresponding radius; the method takes the minimum and maximum x1 values in the set of sample points a lower and upper limits in RtResolutionChebyshev | |
| static RtResolutionLookUp | getRtResolutionLookUp (const std::vector< SamplePoint > &sample_points) |
Definition at line 30 of file RtResolutionFromPoints.h.
|
default |
Default constructor.
|
static |
< get an RtResolutionChebyshev resembling the sigma(t) function as described by the sample points in the vector "sample_points"; use Chebyshev polynomials up to order "order"; x1 coordinate of the sample points contains the drift time, x2 the corresponding radius; the method takes the minimum and maximum x1 values in the set of sample points a lower and upper limits in RtResolutionChebyshev
get an RtResolutionLookUp resembling the sigma(t) function as described by the sample points in the vector "sample_points"; x1 coordinate of the sample points contains the drift time, x2 the corresponding radius; the method takes the minimum and maximum x1 values in the set of sample points a lower and upper limits in RtResolutionLookUp
Definition at line 22 of file RtResolutionFromPoints.cxx.
|
static |
Definition at line 61 of file RtResolutionFromPoints.cxx.