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