/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/PortableTestObjects/interface/TestStruct.h
18 строк
391 B
adriano
Implement PortableObject types
22 ноя 2023, 10:58
Не верифицирован
22 ноя 2023, 10:58
91235b5
Код
Авторство
О чём код?
#ifndef DataFormats_PortableTestObjects_interface_TestStruct_h #define DataFormats_PortableTestObjects_interface_TestStruct_h #include <cstdint> namespace portabletest { // struct with x, y, z, id fields struct TestStruct { double x; double y; double z; int32_t id; }; } // namespace portabletest #endif // DataFormats_PortableTestObjects_interface_TestStruct_h