EICd
EIC data model
eic::EventInfoData Class Reference

#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...
 

Detailed Description

Event Info

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ number

std::uint64_t eic::EventInfoData::number {}

Event number.

◆ proc

std::int32_t eic::EventInfoData::proc {}

Process identifier (TBD).

◆ run

std::uint64_t eic::EventInfoData::run {}

Run number.

◆ source

std::int32_t eic::EventInfoData::source {}

Source/identifier (TBD)

◆ type

std::int32_t eic::EventInfoData::type {}

event type identifier (TBD).

◆ weight

::eic::Weight eic::EventInfoData::weight {}

Optional event weight (useful for MC)


The documentation for this class was generated from the following file: