ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <online_distribution/blob/master/newbasic/oncsEvtStructures.h>
Public Attributes | |
unsigned int | evt_length |
int | evt_type |
int | evt_sequence |
int | run_number |
int | date |
int | time |
int | reserved [2] |
int | data [] |
Definition at line 6 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 6 of file oncsEvtStructures.h
int oncsevt_data::data[] |
Definition at line 15 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 15 of file oncsEvtStructures.h
Referenced by ospEvent::addPacket(), ospEvent::addUnstructPacketData(), oncsBuffer::buffer_swap(), oncsEvent::Copy(), oncsEvent::createMap(), and oncsEvent::existPacket().
int oncsevt_data::date |
Definition at line 12 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 12 of file oncsEvtStructures.h
Referenced by ospEvent::prepare_next().
unsigned int oncsevt_data::evt_length |
Definition at line 8 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 8 of file oncsEvtStructures.h
Referenced by ospEvent::addPacket(), ospEvent::addUnstructPacketData(), oncsBuffer::buffer_swap(), oncsEvent::createMap(), oncsEvent::existPacket(), oncsEvent::getEvtLength(), oncsEvent::identify(), and ospEvent::prepare_next().
int oncsevt_data::evt_sequence |
Definition at line 10 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 10 of file oncsEvtStructures.h
Referenced by oncsEvent::getEvtSequence(), oncsEvent::identify(), and ospEvent::prepare_next().
int oncsevt_data::evt_type |
Definition at line 9 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 9 of file oncsEvtStructures.h
Referenced by oncsBuffer::buffer_swap(), oncsEvent::getEvtType(), oncsEvent::identify(), ospEvent::ospEvent(), and ospEvent::set_event_type().
int oncsevt_data::reserved[2] |
Definition at line 14 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 14 of file oncsEvtStructures.h
int oncsevt_data::run_number |
Definition at line 11 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 11 of file oncsEvtStructures.h
Referenced by oncsEvent::getRunNumber(), oncsEvent::identify(), and ospEvent::prepare_next().
int oncsevt_data::time |
Definition at line 13 of file oncsEvtStructures.h.
View newest version in sPHENIX GitHub at line 13 of file oncsEvtStructures.h
Referenced by oncsEvent::getTime(), and ospEvent::prepare_next().