HerdSoftware  0.3.2
Tracks.h
Go to the documentation of this file.
1 /*
2  * Tracks.h
3  *
4  * Created on: 2 Mar 2022
5  * Author: Valerio Formato
6  */
7 
8 #ifndef HERD_TRACKS_H_
9 #define HERD_TRACKS_H_
10 
11 #include "dataobjects/Track.h"
12 #include <vector>
13 
14 namespace Herd {
21 using Tracks = std::vector<Track>;
22 
23 } // namespace Herd
24 
25 #endif /* HERD_TRACKS_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Container for a set of tracks.