HerdSoftware  0.4.0
CaloSpdHits.h
Go to the documentation of this file.
1 /*
2  * CaloSpdHits.h
3  *
4  * Created on: 25 June 2022
5  * Author: Pietro Betti
6  */
7 
8 #ifndef HERD_CALOSPDHITS_H_
9 #define HERD_CALOSPDHITS_H_
10 
12 #include <vector>
13 
14 namespace Herd {
21 using CaloSpdHits = std::vector<Hit>;
22 
23 } // namespace Herd
24 
25 #endif /* HERD_CALOSPDHITS_H_ */
Hit.h
Herd
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
CaloSpdHits
Container for the hits of a single SPD detector.