Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-03-30 07:57:05

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef ACTSPODIOEDM_BoundParametersDATA_H
0004 #define ACTSPODIOEDM_BoundParametersDATA_H
0005 
0006 #include "ActsPodioEdm/BoundParametersInfo.h"
0007 
0008 namespace ActsPodioEdm {
0009 
0010 /** @class BoundParametersData
0011  *  Local track parameters
0012  *  @author: Paul Gessinger, CERN
0013  */
0014 class BoundParametersData {
0015  public:
0016   ::ActsPodioEdm::BoundParametersInfo data{};  ///< parameter information
0017 };
0018 
0019 namespace v1 {
0020 using BoundParametersData = ActsPodioEdm::BoundParametersData;
0021 }  // namespace v1
0022 
0023 }  // namespace ActsPodioEdm
0024 
0025 #endif