|
VGM Version 5.3.1
|
#include "BaseVGM/common/utilities.h"#include "RootGM/common/Units.h"#include "RootGM/common/transform.h"#include "TGeoBBox.h"#include "TGeoPatternFinder.h"#include "TMath.h"#include <float.h>#include <iostream>#include <math.h>Go to the source code of this file.
Macros | |
| #define | EPSILON 0.000001 |
| #define | CROSS(dest, v1, v2) |
| #define | DOT(v1, v2) |
| #define | SUB(dest, v1, v2) |
| #define EPSILON 0.000001 |
Definition at line 227 of file transform.cxx.
| #define CROSS | ( | dest, | |
| v1, | |||
| v2 ) |
Definition at line 229 of file transform.cxx.
| #define DOT | ( | v1, | |
| v2 ) |
Definition at line 236 of file transform.cxx.
| #define SUB | ( | dest, | |
| v1, | |||
| v2 ) |
Definition at line 238 of file transform.cxx.