|
||||
File indexing completed on 2025-01-18 09:28:06
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 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 /** @class TrackStateData 0012 * Local state on a track 0013 * @author: Paul Gessinger, CERN 0014 */ 0015 class TrackStateData { 0016 public: 0017 ::ActsPodioEdm::TrackStateInfo data{}; ///< local information 0018 ::ActsPodioEdm::Surface referenceSurface{}; ///< reference surface 0019 }; 0020 0021 } // namespace ActsPodioEdm 0022 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |