EICd
EIC data model
TrackSegmentData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EICD_TrackSegmentDATA_H
4#define EICD_TrackSegmentDATA_H
5
6
7namespace eicd {
8
9
10/** @class TrackSegmentData
11 * A track segment defined by one or more points along a track.
12 * @author: S. Joosten
13 */
15public:
16 float length{}; ///< Pathlength from the first to the last point
17 float lengthError{}; ///< Error on the segment length
18
19 unsigned int points_begin{};
20 unsigned int points_end{};
21};
22
23} // namespace eicd
24
25
26#endif
Definition: TrackSegmentData.h:14
unsigned int points_end
Definition: TrackSegmentData.h:20
float length
Pathlength from the first to the last point.
Definition: TrackSegmentData.h:16
unsigned int points_begin
Definition: TrackSegmentData.h:19
float lengthError
Error on the segment length.
Definition: TrackSegmentData.h:17
Definition: CalorimeterHit.cc:13