|
ROOT 6.10/09 Reference Guide |
#include "TRandom2.h"#include "TStopwatch.h"#include <vector>#include <iostream>#include <iomanip>#include "Math/Vector4D.h"Macros | |
| #define | VSUM(v) v.x() + v.y() + v.z() + v.t() |
Typedefs | |
| typedef ROOT::Math::XYZTVector | VecType |
Functions | |
| int | main () |
Variables | |
| const int | N = 1000000 |
| typedef ROOT::Math::XYZTVector VecType |
Definition at line 87 of file vectorOperation.cxx.
| int main | ( | ) |
Definition at line 330 of file vectorOperation.cxx.
| const int N = 1000000 |
Definition at line 99 of file vectorOperation.cxx.