CMS 3D CMS Logo

TestStruct.h
Go to the documentation of this file.
1 #ifndef DataFormats_PortableTestObjects_interface_TestStruct_h
2 #define DataFormats_PortableTestObjects_interface_TestStruct_h
3 
4 #include <cstdint>
5 
6 namespace portabletest {
7 
8  // struct with x, y, z, id fields
9  struct TestStruct {
10  double x;
11  double y;
12  double z;
13  int32_t id;
14  };
15 
16 } // namespace portabletest
17 
18 #endif // DataFormats_PortableTestObjects_interface_TestStruct_h