Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:01

0001 #ifndef DataFormats_PortableTestObjects_interface_TestStruct_h
0002 #define DataFormats_PortableTestObjects_interface_TestStruct_h
0003 
0004 #include <cstdint>
0005 
0006 namespace portabletest {
0007 
0008   // struct with x, y, z, id fields
0009   struct TestStruct {
0010     double x;
0011     double y;
0012     double z;
0013     int32_t id;
0014   };
0015 
0016 }  // namespace portabletest
0017 
0018 #endif  // DataFormats_PortableTestObjects_interface_TestStruct_h