1 |
dgele |
1.1 |
#ifndef __TOP_TREE_VEC_H__
|
2 |
|
|
#define __TOP_TREE_VEC_H__
|
3 |
|
|
|
4 |
|
|
#include "Math/Point3D.h"
|
5 |
|
|
#include "Math/GenVector/CoordinateSystemTags.h"
|
6 |
|
|
typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double> > Point3;
|
7 |
|
|
|
8 |
|
|
/* #include "Math/DisplacementVector2D.h" */
|
9 |
|
|
/* typedef ROOT::Math::XYVector<ROOT::Math::Cartesian2D<double> > Vector2; */
|
10 |
|
|
|
11 |
|
|
#include "Math/PxPyPzE4D.h"
|
12 |
|
|
#include "Math/LorentzVector.h"
|
13 |
|
|
typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > LorentzVector;
|
14 |
|
|
|
15 |
|
|
#endif
|