Logo ROOT   6.10/09
Reference Guide
Macros | Typedefs | Functions | Variables
vectorOperation.cxx File Reference
#include "TRandom2.h"
#include "TStopwatch.h"
#include <vector>
#include <iostream>
#include <iomanip>
#include "Math/Vector4D.h"
Include dependency graph for vectorOperation.cxx:

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
 

Macro Definition Documentation

◆ VSUM

#define VSUM (   v)    v.x() + v.y() + v.z() + v.t()

Definition at line 91 of file vectorOperation.cxx.

Typedef Documentation

◆ VecType

Definition at line 87 of file vectorOperation.cxx.

Function Documentation

◆ main()

int main ( )

Definition at line 330 of file vectorOperation.cxx.

Variable Documentation

◆ N

const int N = 1000000

Definition at line 99 of file vectorOperation.cxx.