NAIA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
HeaderFill.cpp
Go to the documentation of this file.
1 #include "Containers/Header.h"
2 
3 namespace NAIA {
4 void HeaderData::Fill(AMSEventR* evPtr){
5  Run = evPtr->Run();
6  RunTag = evPtr->fHeader.RunType;
7  EventNo = evPtr->fHeader.Event;
8  UTCTime = evPtr->UTime();
9 }
10 }
unsigned int Run
The current run.
Definition: Header.h:63
unsigned int RunTag
The current run tag.
Definition: Header.h:64
Header container class description.
unsigned int EventNo
The current event number.
Definition: Header.h:65
unsigned int UTCTime
UTC time (in seconds) of current event.
Definition: Header.h:66