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