HerdSoftware
0.3.2
include
analysis
dataobjects
Track2DColl.h
Go to the documentation of this file.
1
/*
2
* Track2DColl.h
3
*
4
* Created on: 08 Feb 2022
5
* Author: Valerio Formato
6
*/
7
8
#ifndef HERD_TRACK2DCOLL_H_
9
#define HERD_TRACK2DCOLL_H_
10
11
// HerdSoftware headers
12
#include "
common/ViewArray.h
"
13
#include "
dataobjects/Track2D.h
"
14
15
// c++ headers
16
#include <vector>
17
18
namespace
Herd
{
19
26
using
Track2DColl
=
ViewArray<std::vector<Track2D>
>;
27
28
}
// namespace Herd
29
30
#endif
/* HERD_TRACK2DCOLL_H_ */
Herd
CssGeoParams.h CssGeoParams class declaration.
Definition:
CaloPDCalibrationAlgo.h:24
Track2D.h
Herd::ViewArray< std::vector< Track2D > >
ViewArray.h
Generated by
1.8.13