File indexing completed on 2026-09-12 08:40:05
0001
0002
0003 #ifndef ACTSPODIOEDM_TrackStateDATA_H
0004 #define ACTSPODIOEDM_TrackStateDATA_H
0005
0006 #include "ActsPodioEdm/Surface.h"
0007 #include "ActsPodioEdm/TrackStateInfo.h"
0008
0009 namespace ActsPodioEdm {
0010
0011
0012
0013
0014
0015 class TrackStateData {
0016 public:
0017 ::ActsPodioEdm::TrackStateInfo data{};
0018 ::ActsPodioEdm::Surface referenceSurface{};
0019 };
0020
0021 namespace v1 {
0022 using TrackStateData = ActsPodioEdm::TrackStateData;
0023 }
0024
0025 }
0026
0027 #endif