HerdSoftware  0.1.1
Point.h
Go to the documentation of this file.
1 /*
2  * Point.h
3  *
4  * Created on: 19 Oct 2018
5  * Author: Nicola Mori
6  */
7 
10 #ifndef HERD_POINT_H_
11 #define HERD_POINT_H_
12 
13 #include "common/Vec3D.h"
14 
15 namespace Herd {
16 
23 using Point = Vec3D;
24 
25 } // namespace Herd
26 
27 #endif /* HERD_POINT_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
A class describing a vector in 3D space.
Definition: Vec3D.h:33