List of all members | Public Member Functions | Private Attributes
otoa::Status Class Reference

Represents the status of a single event conversion. More...

#include "RecDataWriterNG/Status.h"

Public Member Functions

const evt::EventGetEvent () 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::EventfEvent
 
bool fIsMCEvent
 

Detailed Description

Represents the status of a single event conversion.

Definition at line 17 of file Status.h.

Constructor & Destructor Documentation

Status::Status ( )

Definition at line 21 of file Status.cc.

Status::Status ( const evt::Event event)

Definition at line 29 of file Status.cc.

Status::~Status ( )

Definition at line 49 of file Status.cc.

Member Function Documentation

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().

bool otoa::Status::IsMCEvent ( ) const
inline

Remember whether the current event is a MC.

Definition at line 24 of file Status.h.

References fIsMCEvent.

Referenced by otoa::Offline2ADST::FinishDetectorAndFileInfo().

void otoa::Status::SetIsMCEvent ( bool  ismc)
inline

Definition at line 25 of file Status.h.

References fIsMCEvent.

Referenced by otoa::Offline2ADST::Convert().

Member Data Documentation

const evt::Event* otoa::Status::fEvent
private

Definition at line 31 of file Status.h.

Referenced by GetEvent().

bool otoa::Status::fIsMCEvent
private

Definition at line 30 of file Status.h.

Referenced by IsMCEvent(), and SetIsMCEvent().


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

, generated on Tue Sep 26 2023.