EDM4eic
EIC data model
Loading...
Searching...
No Matches
TrackSegmentData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_TrackSegmentDATA_H
4#define EDM4EIC_TrackSegmentDATA_H
5
6
7namespace edm4eic {
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 edm4eic
24
25
26#endif
Definition TrackSegmentData.h:14
unsigned int points_end
Definition TrackSegmentData.h:20
unsigned int points_begin
Definition TrackSegmentData.h:19
float lengthError
Error on the segment length.
Definition TrackSegmentData.h:17
float length
Pathlength from the first to the last point.
Definition TrackSegmentData.h:16
Definition CalorimeterHit.cc:18