HerdSoftware  0.1.1
ParticleHits.h
Go to the documentation of this file.
1 /*
2  * ParticleHits.h
3  *
4  * Created on: 22 Jan 2020
5  * Author: Nicola Mori
6  */
7 
8 #ifndef HERD_PARTICLEHITS_H_
9 #define HERD_PARTICLEHITS_H_
10 
12 #include <vector>
13 
14 namespace Herd {
23 using ParticleHits = std::vector<std::vector<std::vector<ParticleHit>>>;
24 
25 } // namespace Herd
26 
27 #endif /* HERD_PARTICLEHITS_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Container for the particle hits of a detector.