|
||||
File indexing completed on 2025-01-18 09:55:35
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: F.Gaede 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 float weight{}; ///< event weight 0020 }; 0021 0022 } // namespace edm4hep 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |