Header for an fevt::FEvent. More...
#include <Header.h>
Public Member Functions | |
int | GetId () const |
int | GetNEyes () const |
Number of eyes in the event. More... | |
const utl::TimeStamp & | GetTime () const |
Time of the event. More... | |
Header () | |
void | SetId (const int id) |
void | SetNEyes (const int n) |
void | SetTime (const utl::TimeStamp &time) |
Private Attributes | |
int | fId |
int | fNEyes |
utl::TimeStamp | fTime |
Header for an fevt::FEvent.
Definition at line 16 of file FEvent/Header.h.
|
inline |
Definition at line 19 of file FEvent/Header.h.
|
inline |
Definition at line 21 of file FEvent/Header.h.
References fId.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::AddEyeEvent(), FdTriggerSimulatorOG::FdTriggerSimulator::MakeMirrorEvent(), FdEventLoggerGS::FdEventLogger::Run(), and FdTriggerSimulatorOG::FdTriggerSimulator::Run().
|
inline |
Number of eyes in the event.
Definition at line 23 of file FEvent/Header.h.
References fNEyes.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::AddEyeEvent(), and io::operator<<().
|
inline |
Time of the event.
Definition at line 25 of file FEvent/Header.h.
References fTime.
Referenced by FdCalibratorOG::FdCalibrator::FillTriggerData().
|
inline |
Definition at line 27 of file FEvent/Header.h.
References fId.
Referenced by io::operator<<(), io::fevtHeader_ROOT::operator>>(), and EventGeneratorOG::EventGenerator::Run().
|
inline |
Definition at line 28 of file FEvent/Header.h.
References fNEyes.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::AddEyeEvent(), io::operator<<(), and io::fevtHeader_ROOT::operator>>().
|
inline |
Definition at line 29 of file FEvent/Header.h.
References fTime.
Referenced by FdCalibratorOG::FdCalibrator::AdjustMirrorTimes(), FdCalibratorOG::FdCalibrator::ApplyTimeCorrections(), io::operator<<(), io::fevtHeader_ROOT::operator>>(), EventGeneratorOG::EventGenerator::Run(), TelescopeSimulatorLX::TelescopeSimulator::Run(), SpotPhotonGeneratorOG::SpotPhotonGenerator::Run(), and DrumPhotonGeneratorOG::DrumPhotonGenerator::Run().
|
private |
Definition at line 32 of file FEvent/Header.h.
|
private |
Definition at line 33 of file FEvent/Header.h.
Referenced by GetNEyes(), and SetNEyes().
|
private |
Definition at line 34 of file FEvent/Header.h.