HerdSoftware  0.4.0
FitHits.h
Go to the documentation of this file.
1 /*
2  * FitHits.h
3  *
4  * Created on: 20 Feb 2020
5  * Author: Valerio Formato
6  */
7 
8 #ifndef HERD_FITHITS_H_
9 #define HERD_FITHITS_H_
10 
12 #include <vector>
13 
14 namespace Herd {
23 using FitHits = std::vector<std::vector<Hit>>;
24 
25 } // namespace Herd
26 
27 #endif /* HERD_FITHITS_H_ */
FitHits
Container for the hits of a single FIT detector.
Hit.h
Herd
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22