![]() |
|
|||
File indexing completed on 2025-07-05 08:52:33
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef EDM4HEP_EventHeaderDATA_H 0004 #define EDM4HEP_EventHeaderDATA_H 0005 0006 #include <cstdint> 0007 0008 namespace edm4hep { 0009 0010 /** @class EventHeaderData 0011 * Event Header. Additional parameters are assumed to go into the metadata tree. 0012 * @author: EDM4hep authors 0013 */ 0014 class EventHeaderData { 0015 public: 0016 std::int32_t eventNumber{}; ///< event number 0017 std::int32_t runNumber{}; ///< run number 0018 std::uint64_t timeStamp{}; ///< time stamp 0019 double weight{}; ///< event weight 0020 0021 unsigned int weights_begin{}; 0022 unsigned int weights_end{}; 0023 }; 0024 0025 } // namespace edm4hep 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 |
![]() ![]() |