HerdSoftware  0.4.0
PsdTimeStamps.h
Go to the documentation of this file.
1 /*
2  * PsdTimeStamps.h
3  *
4  * Created on: 14 Nov 2018
5  * Author: Nicola Mori
6  */
7 
8 #ifndef HERD_PSDTIMESTAMPS_H_
9 #define HERD_PSDTIMESTAMPS_H_
10 
11 // BSB headers
13 
14 // C/C++ headers
15 #include <vector>
16 
17 namespace Herd {
26 using PsdTimeStamps = std::vector<std::vector<TimeStamp>>;
27 
28 } // namespace Herd
29 
30 #endif /* HERD_PSDTIMESTAMPS_H_ */
Herd
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
PsdTimeStamps
Container for the time stamps of a single PSD detector.
TimeStamp.h