Represents the status of a single event conversion. More...
#include "RecDataWriterNG/Status.h"
Public Member Functions | |
const evt::Event & | GetEvent () const |
Returns the current evt::Event. Use only in dire need (otherwise pass things as arguments) More... | |
bool | IsMCEvent () const |
Remember whether the current event is a MC. More... | |
void | SetIsMCEvent (bool ismc) |
Status () | |
Status (const evt::Event &event) | |
~Status () | |
Private Attributes | |
const evt::Event * | fEvent |
bool | fIsMCEvent |
Status::Status | ( | const evt::Event & | event | ) |
const evt::Event & Status::GetEvent | ( | ) | const |
Returns the current evt::Event. Use only in dire need (otherwise pass things as arguments)
Definition at line 38 of file Status.cc.
References fEvent.
Referenced by otoa::FD2ADST::FillEyeHeader(), and otoa::FD2ADST::FillFdCoreAxis().
|
inline |
Remember whether the current event is a MC.
Definition at line 24 of file Status.h.
References fIsMCEvent.
Referenced by otoa::Offline2ADST::FinishDetectorAndFileInfo().
|
inline |
Definition at line 25 of file Status.h.
References fIsMCEvent.
Referenced by otoa::Offline2ADST::Convert().
|
private |
Definition at line 31 of file Status.h.
Referenced by GetEvent().
|
private |
Definition at line 30 of file Status.h.
Referenced by IsMCEvent(), and SetIsMCEvent().