ROOT
6.06/09
Reference Guide
|
#include "TRandom2.h"
#include "TStopwatch.h"
#include <vector>
#include <iostream>
#include <iomanip>
#include "Math/Vector4D.h"
Go to the source code of this file.
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 |
Definition at line 91 of file vectorOperation.cxx.
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.