HerdSoftware  0.2.3
CaloAxes.h
Go to the documentation of this file.
1 /*
2  * CaloAxes.h
3  *
4  * Created on: 27 April 2020
5  * Author: Valerio Vagelli
6  */
7 
8 #ifndef HERD_CALOAXES_H_
9 #define HERD_CALOAXES_H_
10 
11 #include "dataobjects/CaloAxis.h"
12 
13 // C/C++ standard headers
14 #include <vector>
15 
16 namespace Herd {
23 using CaloAxes = std::vector<CaloAxis>;
24 
25 } // namespace Herd
26 
27 #endif /* HERD_CALOAXES_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Container for the CaloAxis objects of Calorimeter Shower Axis reconstruction.