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