HerdSoftware  0.1.1
PsdHits.h
Go to the documentation of this file.
1 /*
2  * PsdHits.h
3  *
4  * Created on: 14 Nov 2018
5  * Author: Nicola Mori
6  */
7 
8 #ifndef HERD_PSDHITS_H_
9 #define HERD_PSDHITS_H_
10 
11 #include <vector>
12 #include "dataobjects/Hit.h"
13 
14 namespace Herd {
23 using PsdHits = std::vector<std::vector<Hit>>;
24 
25 }
26 
27 #endif /* HERD_PSDHITS_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Container for the hits of a single PSD detector.