rivet is hosted by Hepforge, IPPP Durham
Vectors.hh
Go to the documentation of this file.
00001 #ifndef RIVET_MATH_VECTORS
00002 #define RIVET_MATH_VECTORS
00003 
00004 #include "Rivet/Math/MathHeader.hh"
00005 #include "Rivet/Math/VectorN.hh"
00006 #include "Rivet/Math/Vector3.hh"
00007 #include "Rivet/Math/Vector4.hh"
00008 
00009 // typedef std::vector<FourMomentum> FourMomenta;
00010 // typedef std::vector<FourVector> FourVectors;
00011 // typedef std::vector<Vector3> Vector3s;
00012 
00013 #endif