Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:28:06

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef ACTSPODIOEDM_TrackDATA_H
0004 #define ACTSPODIOEDM_TrackDATA_H
0005 
0006 #include "ActsPodioEdm/ParticleHypothesis.h"
0007 #include "ActsPodioEdm/Surface.h"
0008 #include "ActsPodioEdm/TrackInfo.h"
0009 
0010 namespace ActsPodioEdm {
0011 
0012 /** @class TrackData
0013  *  Reconstructed track
0014  *  @author: Paul Gessinger, CERN
0015  */
0016 class TrackData {
0017  public:
0018   ::ActsPodioEdm::TrackInfo data{};  ///< local parameters and covariance
0019   ::ActsPodioEdm::Surface referenceSurface{};  ///< reference surface
0020   ::ActsPodioEdm::ParticleHypothesis
0021       particleHypothesis{};  ///< particle hypothesis
0022 };
0023 
0024 }  // namespace ActsPodioEdm
0025 
0026 #endif