HerdSoftware  0.1.1
Momentum.h
Go to the documentation of this file.
1 /*
2  * Momentum.h
3  *
4  * Created on: 19 Mar 2019
5  * Author: Valerio Formato
6  */
7 
8 #ifndef HERD_MOMENTUM_H_
9 #define HERD_MOMENTUM_H_
10 
11 #include "common/Vec3D.h"
12 
13 namespace Herd {
20 using Momentum = Vec3D;
21 
22 }
23 
24 #endif /* HERD_MOMENTUM_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
A class describing a vector in 3D space.
Definition: Vec3D.h:33