EICd
EIC data model
|
#include <EventInfoData.h>
Public Attributes | |
std::uint64_t | run {} |
Run number. More... | |
std::uint64_t | number {} |
Event number. More... | |
std::int32_t | type {} |
event type identifier (TBD). More... | |
std::int32_t | proc {} |
Process identifier (TBD). More... | |
std::int32_t | source {} |
Source/identifier (TBD) More... | |
::eic::Weight | weight {} |
Optional event weight (useful for MC) More... | |
Event Info
std::uint64_t eic::EventInfoData::number {} |
Event number.
std::int32_t eic::EventInfoData::proc {} |
Process identifier (TBD).
std::uint64_t eic::EventInfoData::run {} |
Run number.
std::int32_t eic::EventInfoData::source {} |
Source/identifier (TBD)
std::int32_t eic::EventInfoData::type {} |
event type identifier (TBD).
::eic::Weight eic::EventInfoData::weight {} |
Optional event weight (useful for MC)