rivet is hosted by Hepforge, IPPP Durham
Rivet  2.7.0
Vectors.hh
1 #ifndef RIVET_MATH_VECTORS
2 #define RIVET_MATH_VECTORS
3 
4 #include "Rivet/Math/MathHeader.hh"
5 #include "Rivet/Math/VectorN.hh"
6 #include "Rivet/Math/Vector3.hh"
7 #include "Rivet/Math/Vector4.hh"
8 
9 // typedef std::vector<FourMomentum> FourMomenta;
10 // typedef std::vector<FourVector> FourVectors;
11 // typedef std::vector<Vector3> Vector3s;
12 
13 #endif