ATLAS Offline Software
|
Go to the source code of this file.
Typedefs | |
typedef double | fp_t |
typedef std::array< fp_t, 2 > | pvec |
Functions | |
pvec | operator+ (const pvec &a, const pvec &b) |
pvec | operator- (const pvec &a, const pvec &b) |
pvec | operator* (const pvec &a, double scale) |
double | length (const pvec &v) |
pvec | rotate90 (const pvec &v) |
double | crossProduct (const pvec &a, const pvec &b) |
typedef double fp_t |
Definition at line 7 of file FPGATrackSimLLPDoubletHoughTransformTool.cxx.
Definition at line 9 of file FPGATrackSimLLPDoubletHoughTransformTool.cxx.
Definition at line 26 of file FPGATrackSimLLPDoubletHoughTransformTool.cxx.