src
DataFormats
PortableTestObjects
interface
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
portabletest
Definition:
TestHostCollection.h:7
portabletest::TestStruct::x
double x
Definition:
TestStruct.h:10
portabletest::TestStruct::id
int32_t id
Definition:
TestStruct.h:13
portabletest::TestStruct::y
double y
Definition:
TestStruct.h:11
portabletest::TestStruct
Definition:
TestStruct.h:9
portabletest::TestStruct::z
double z
Definition:
TestStruct.h:12
Generated for CMSSW Reference Manual by
1.8.14