20 template <
class value_t,
unsigned int value_n>
class QwInterpolator;
24 #ifndef __QWMATRIXLOOKUP_H__
25 #define __QWMATRIXLOOKUP_H__
59 #endif // __QWMATRIXLOOKUP_H__
std::vector< double > fStep
bool WriteTrajMatrix(const std::string filename)
Write the trajectory matrix to disk.
QwInterpolator< float, 4 > * fMatrix
Look-up table.
Interface to the various bridging methods.
Contains the complete track as a concatenation of partial tracks.
std::vector< double > fMax
std::vector< double > fMin
Look-up table minimum, maximum and step size.
An options class which parses command line, config file and environment.
virtual ~QwMatrixLookup()
Destructor.
Definition of the bridging method interface.
bool LoadTrajMatrix(const std::string filename)
Load the trajectory matrix from disk.
QwMatrixLookup(QwOptions &options)
Default constructor.
double fFrontRefPlane
Front and back reference planes.
Contains the straight part of a track in one region only.
const QwTrack * Bridge(const QwPartialTrack *front, const QwPartialTrack *back)
Bridge from the front to back partial track.
A multi-dimensional grid of values with interpolation methods.