Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/edm4eic/TrackSegmentData.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_TrackSegmentDATA_H
0004 #define EDM4EIC_TrackSegmentDATA_H
0005 
0006 
0007 namespace edm4eic {
0008 
0009 
0010 /** @class TrackSegmentData
0011  *  A track segment defined by one or more points along a track.
0012  *  @author: S. Joosten
0013  */
0014 class TrackSegmentData {
0015 public:
0016   float length{}; ///< Pathlength from the first to the last point
0017   float lengthError{}; ///< Error on the segment length
0018 
0019   unsigned int points_begin{};
0020   unsigned int points_end{};
0021 };
0022 
0023 
0024 namespace v850 {
0025 using TrackSegmentData = edm4eic::TrackSegmentData;
0026 } // namespace v850
0027 
0028 
0029 } // namespace edm4eic
0030 
0031 
0032 #endif