#include <PndCAParameters.h>
|
template<typename T > |
static void | CALocalToGlobal (T x0, T x1, T angle, T &x, T &y) |
|
template<typename T > |
static void | GlobalToCALocal (T x, T y, T angle, T &x0, T &x1) |
|
template<typename T > |
static void | CALocalToGlobal (T x0, T x1, T x2, T angle, T &x, T &y, T &z) |
|
template<typename T > |
static void | GlobalToCALocal (T x, T y, T z, T angle, T &x0, T &x1, T &x2) |
|
Definition at line 22 of file PndCAParameters.h.
Global parameters.
Enumerator |
---|
MaxNStations |
|
NMVDStations |
|
MinimumHitsForRecoTrack |
|
MaxCellLength |
|
LastCellLength |
|
Definition at line 24 of file PndCAParameters.h.
template<typename T >
static void PndCAParameters::CALocalToGlobal |
( |
T |
x0, |
|
|
T |
x1, |
|
|
T |
angle, |
|
|
T & |
x, |
|
|
T & |
y |
|
) |
| |
|
static |
template<typename T >
static void PndCAParameters::CALocalToGlobal |
( |
T |
x0, |
|
|
T |
x1, |
|
|
T |
x2, |
|
|
T |
angle, |
|
|
T & |
x, |
|
|
T & |
y, |
|
|
T & |
z |
|
) |
| |
|
static |
template<typename T >
void PndCAParameters::GlobalToCALocal |
( |
T |
x, |
|
|
T |
y, |
|
|
T |
angle, |
|
|
T & |
x0, |
|
|
T & |
x1 |
|
) |
| |
|
static |
template<typename T >
void PndCAParameters::GlobalToCALocal |
( |
T |
x, |
|
|
T |
y, |
|
|
T |
z, |
|
|
T |
angle, |
|
|
T & |
x0, |
|
|
T & |
x1, |
|
|
T & |
x2 |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: