|
||||
File indexing completed on 2025-01-18 10:01:27
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef PODIODATAMODEL_ExampleHitDATA_H 0004 #define PODIODATAMODEL_ExampleHitDATA_H 0005 0006 #include <cstdint> 0007 0008 0009 0010 /** @class ExampleHitData 0011 * Example Hit 0012 * @author: B. Hegner 0013 */ 0014 class ExampleHitData { 0015 public: 0016 std::uint64_t cellID{}; ///< cellID 0017 double x{}; ///< x-coordinate 0018 double y{}; ///< y-coordinate 0019 double z{}; ///< z-coordinate 0020 double energy{}; ///< measured energy deposit 0021 std::uint64_t time{}; ///< ticks since start of timeframe 0022 0023 }; 0024 0025 0026 0027 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |