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