BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DigiEvent Class Reference

#include <DigiEvent.h>

Inheritance diagram for DigiEvent:

Public Member Functions

 DigiEvent ()
virtual ~DigiEvent ()
void initialize (bool fromMc)
virtual const CLID & clID () const
 Retrieve reference to class definition structure.
bool fromMc () const
 Retrieve flag of origin.
 DigiEvent ()
virtual ~DigiEvent ()
void initialize (bool fromMc)
virtual const CLID & clID () const
 Retrieve reference to class definition structure.
bool fromMc () const
 Retrieve flag of origin.
 DigiEvent ()
virtual ~DigiEvent ()
void initialize (bool fromMc)
virtual const CLID & clID () const
 Retrieve reference to class definition structure.
bool fromMc () const
 Retrieve flag of origin.

Static Public Member Functions

static const CLID & classID ()
static const CLID & classID ()
static const CLID & classID ()

Detailed Description

class DigiEvent brief Defines the top level object for digitization data. It can be identified by "/Event/Digi" on the TDS

It contains:

  • m_fromMc, if coming from Monte Carlo

based GLAST DigiEvent

Definition at line 20 of file Event/RawEvent/include/RawEvent/DigiEvent.h.

Constructor & Destructor Documentation

◆ DigiEvent() [1/3]

DigiEvent::DigiEvent ( )
inline

Definition at line 23 of file Event/RawEvent/include/RawEvent/DigiEvent.h.

23: DataObject(), m_fromMc( true ) {}

◆ ~DigiEvent() [1/3]

virtual DigiEvent::~DigiEvent ( )
inlinevirtual

Definition at line 25 of file Event/RawEvent/include/RawEvent/DigiEvent.h.

25{}

◆ DigiEvent() [2/3]

DigiEvent::DigiEvent ( )
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/RawEvent/DigiEvent.h.

23: DataObject(), m_fromMc( true ) {}

◆ ~DigiEvent() [2/3]

virtual DigiEvent::~DigiEvent ( )
inlinevirtual

◆ DigiEvent() [3/3]

DigiEvent::DigiEvent ( )
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/RawEvent/DigiEvent.h.

23: DataObject(), m_fromMc( true ) {}

◆ ~DigiEvent() [3/3]

virtual DigiEvent::~DigiEvent ( )
inlinevirtual

Member Function Documentation

◆ classID() [1/3]

const CLID & DigiEvent::classID ( )
inlinestatic

Definition at line 31 of file Event/RawEvent/include/RawEvent/DigiEvent.h.

31{ return CLID_DigiEvent; }
const CLID & CLID_DigiEvent
Raw event and Digi IDs.

Referenced by clID().

◆ classID() [2/3]

const CLID & DigiEvent::classID ( )
inlinestatic

◆ classID() [3/3]

const CLID & DigiEvent::classID ( )
inlinestatic

◆ clID() [1/3]

virtual const CLID & DigiEvent::clID ( ) const
inlinevirtual

Retrieve reference to class definition structure.

Definition at line 30 of file Event/RawEvent/include/RawEvent/DigiEvent.h.

30{ return DigiEvent::classID(); }

Referenced by WriteRawData::execute().

◆ clID() [2/3]

virtual const CLID & DigiEvent::clID ( ) const
inlinevirtual

Retrieve reference to class definition structure.

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-dbg/include/RawEvent/DigiEvent.h.

30{ return DigiEvent::classID(); }

◆ clID() [3/3]

virtual const CLID & DigiEvent::clID ( ) const
inlinevirtual

Retrieve reference to class definition structure.

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-opt/include/RawEvent/DigiEvent.h.

30{ return DigiEvent::classID(); }

◆ fromMc() [1/3]

bool DigiEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 34 of file Event/RawEvent/include/RawEvent/DigiEvent.h.

34{ return m_fromMc; }

Referenced by DigiCnv::DataObjectToTObject(), and initialize().

◆ fromMc() [2/3]

bool DigiEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-dbg/include/RawEvent/DigiEvent.h.

34{ return m_fromMc; }

◆ fromMc() [3/3]

bool DigiEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-opt/include/RawEvent/DigiEvent.h.

34{ return m_fromMc; }

◆ initialize() [1/3]

void DigiEvent::initialize ( bool fromMc)
inline

◆ initialize() [2/3]

void DigiEvent::initialize ( bool fromMc)
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-dbg/include/RawEvent/DigiEvent.h.

27{ m_fromMc = fromMc; };

◆ initialize() [3/3]

void DigiEvent::initialize ( bool fromMc)
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-opt/include/RawEvent/DigiEvent.h.

27{ m_fromMc = fromMc; };

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