HerdSoftware  0.3.2
CaloShowers.h
Go to the documentation of this file.
1 /*
2  * CaloShowers.h
3  *
4  * Created on: 18 November 2021
5  * Author: Sergio Bottai
6  */
7 
8 #ifndef HERD_CALOSHOWERS_H_
9 #define HERD_CALOSHOWERS_H_
10 
11 // HerdSoftware headers
12 #include "dataobjects/CaloShower.h"
13 
14 // C/C++ headers
15 #include <vector>
16 
17 namespace Herd {
24 using CaloShowers = std::vector<CaloShower>;
25 
26 } // namespace Herd
27 
28 #endif /* HERD_CALOSHOWERS_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
std::vector< CaloShower > CaloShowers
Definition: CaloShowers.h:24