ATLAS Offline Software
Loading...
Searching...
No Matches
RtResolutionFromPoints.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6// 11.04.2007, AUTHOR: OLIVER KORTNER
7//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
9#ifndef MuonCalib_ResolutionFromPointsH
10#define MuonCalib_ResolutionFromPointsH
11
12//::::::::::::::::::
13//:: HEADER FILES ::
14//::::::::::::::::::
15
16// STL //
17#include <vector>
18
19// MuonCalib //
23
27
28namespace MuonCalib {
29
31 public:
32 // Constructor //
35
36 // Methods //
37
43 static RtResolutionChebyshev getRtResolutionChebyshev(const std::vector<SamplePoint> &sample_points,
44 const unsigned int order);
45
52 static RtResolutionLookUp getRtResolutionLookUp(const std::vector<SamplePoint> &sample_points);
53
54 };
55
56} // namespace MuonCalib
57
58#endif
This class contains the implementation of a spatial resolution parametrized by a linear combination ...
static RtResolutionLookUp getRtResolutionLookUp(const std::vector< SamplePoint > &sample_points)
RtResolutionFromPoints()=default
Default constructor.
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 ...
Equidistant look up table for resolution tables with the time as key.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.