Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-04 08:36:06

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_Vector2i_H
0004 #define EDM4HEP_Vector2i_H
0005 
0006 #include <cstddef>
0007 #include <cstdint>
0008 
0009 namespace edm4hep {
0010 
0011 // Definitions for older versions
0012 namespace v2 {
0013 
0014   class Vector2i {
0015   public:
0016     std::int32_t a{};
0017     std::int32_t b{};
0018   };
0019 
0020 } // namespace v2
0021 
0022 } // namespace edm4hep
0023 
0024 #endif