#include "TRandom2.h"#include "TStopwatch.h"#include <vector>#include <iostream>#include <iomanip>#include "Math/Vector4D.h"Go to the source code of this file.
Classes | |
| class | TestVector< Vector > |
Defines | |
| #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 |
Definition at line 91 of file vectorOperation.cxx.
Referenced by TestVector< Vector >::Add(), TestVector< Vector >::Add2(), TestVector< Vector >::Divide(), TestVector< Vector >::Divide2(), TestVector< Vector >::Scale(), TestVector< Vector >::Scale2(), TestVector< Vector >::Sub(), and TestVector< Vector >::Sub2().
| typedef ROOT::Math::XYZTVector VecType |
Definition at line 87 of file vectorOperation.cxx.
| int main | ( | void | ) |
| const int N = 1000000 |
Definition at line 99 of file vectorOperation.cxx.
1.5.1