CGEM BOSS 6.6.5.f
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.
 

Static Public Member Functions

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 21 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

Constructor & Destructor Documentation

◆ DigiEvent() [1/2]

DigiEvent::DigiEvent ( )
inline

Definition at line 25 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

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

◆ ~DigiEvent() [1/2]

virtual DigiEvent::~DigiEvent ( )
inlinevirtual

Definition at line 28 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

28{ }

◆ DigiEvent() [2/2]

DigiEvent::DigiEvent ( )
inline

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

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

◆ ~DigiEvent() [2/2]

virtual DigiEvent::~DigiEvent ( )
inlinevirtual

Definition at line 28 of file InstallArea/include/RawEvent/RawEvent/DigiEvent.h.

28{ }

Member Function Documentation

◆ classID() [1/2]

static const CLID & DigiEvent::classID ( )
inlinestatic

Definition at line 34 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

34{ return CLID_DigiEvent; }
const CLID & CLID_DigiEvent
Raw event and Digi IDs.
Definition: EventModel.cxx:259

Referenced by clID().

◆ classID() [2/2]

static const CLID & DigiEvent::classID ( )
inlinestatic

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

34{ return CLID_DigiEvent; }

◆ clID() [1/2]

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

Retrieve reference to class definition structure.

Definition at line 33 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

◆ clID() [2/2]

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

Retrieve reference to class definition structure.

Definition at line 33 of file InstallArea/include/RawEvent/RawEvent/DigiEvent.h.

33{ return DigiEvent::classID(); }

◆ fromMc() [1/2]

bool DigiEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 37 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

37 {
38 return m_fromMc;
39 }

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

◆ fromMc() [2/2]

bool DigiEvent::fromMc ( ) const
inline

Retrieve flag of origin.

Definition at line 37 of file InstallArea/include/RawEvent/RawEvent/DigiEvent.h.

37 {
38 return m_fromMc;
39 }

◆ initialize() [1/2]

void DigiEvent::initialize ( bool  fromMc)
inline

Definition at line 30 of file Event/RawEvent/RawEvent-00-04-02/RawEvent/DigiEvent.h.

30{ m_fromMc = fromMc; };
bool fromMc() const
Retrieve flag of origin.

Referenced by RawDataDigiCnv::createObj(), and DigiCnv::TObjectToDataObject().

◆ initialize() [2/2]

void DigiEvent::initialize ( bool  fromMc)
inline

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

30{ m_fromMc = fromMc; };

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