HerdSoftware  0.4.0
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
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_ */
Herd
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
CaloShowers
Container for the CaloShower objects of Calorimeter Shower reconstruction.
CaloShower.h