Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-20 10:08:42

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_TrackSeedDATA_H
0004 #define EDM4EIC_TrackSeedDATA_H
0005 
0006 #include "edm4hep/Vector3f.h"
0007 
0008 namespace edm4eic {
0009 
0010 
0011 /** @class TrackSeedData
0012  *  Seed info from the realistic seed finder
0013  *  @author: S. Li, B. Schmookler, J. Osborn
0014  */
0015 class TrackSeedData {
0016 public:
0017   ::edm4hep::Vector3f perigee{}; ///< Vector for the perigee (line surface)
0018 
0019   unsigned int hits_begin{};
0020   unsigned int hits_end{};
0021 };
0022 
0023 
0024 namespace v850 {
0025 using TrackSeedData = edm4eic::TrackSeedData;
0026 } // namespace v850
0027 
0028 
0029 } // namespace edm4eic
0030 
0031 
0032 #endif