EDM4eic
EIC data model
Toggle main menu visibility
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
7
namespace
edm4eic
{
8
9
10
/** @class TrackSegmentData
11
* A track segment defined by one or more points along a track.
12
* @author: S. Joosten
13
*/
14
class
TrackSegmentData
{
15
public
:
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
24
namespace
v890 {
25
using
TrackSegmentData
=
edm4eic::TrackSegmentData
;
26
}
// namespace v890
27
28
29
}
// namespace edm4eic
30
31
32
#endif
edm4eic::TrackSegmentData
Definition
TrackSegmentData.h:14
edm4eic::TrackSegmentData::points_end
unsigned int points_end
Definition
TrackSegmentData.h:20
edm4eic::TrackSegmentData::points_begin
unsigned int points_begin
Definition
TrackSegmentData.h:19
edm4eic::TrackSegmentData::lengthError
float lengthError
Error on the segment length.
Definition
TrackSegmentData.h:17
edm4eic::TrackSegmentData::length
float length
Pathlength from the first to the last point.
Definition
TrackSegmentData.h:16
edm4eic::v890::TrackSegmentData
edm4eic::TrackSegmentData TrackSegmentData
Definition
TrackSegmentData.h:25
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
TrackSegmentData.h
Generated by
1.17.0