DigiEvent Class Reference

#include <DigiEvent.h>

List of all members.

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.

Static Public Member Functions

static const CLID & classID ()

Private Attributes

bool m_fromMc
 Flag of origin.


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:

based GLAST DigiEvent

Definition at line 21 of file DigiEvent.h.


Constructor & Destructor Documentation

DigiEvent::DigiEvent (  )  [inline]

Definition at line 25 of file DigiEvent.h.

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

virtual DigiEvent::~DigiEvent (  )  [inline, virtual]

Definition at line 28 of file DigiEvent.h.

00028 { }


Member Function Documentation

static const CLID& DigiEvent::classID (  )  [inline, static]

Definition at line 34 of file DigiEvent.h.

References CLID_DigiEvent.

Referenced by clID().

00034 { return CLID_DigiEvent; }

virtual const CLID& DigiEvent::clID (  )  const [inline, virtual]

Retrieve reference to class definition structure.

Definition at line 33 of file DigiEvent.h.

References classID().

Referenced by WriteRawData::execute().

00033 { return DigiEvent::classID(); }

bool DigiEvent::fromMc (  )  const [inline]

Retrieve flag of origin.

Definition at line 37 of file DigiEvent.h.

References m_fromMc.

Referenced by DigiCnv::DataObjectToTObject().

00037                          {
00038         return m_fromMc;
00039     }

void DigiEvent::initialize ( bool  fromMc  )  [inline]

Definition at line 30 of file DigiEvent.h.

References m_fromMc.

Referenced by RawDataDigiCnv::createObj(), digiRootReaderAlg::readDigiEvent(), DigiCnv::TObjectToDataObject(), and digiRootWriterAlg::writeDigiEvent().

00030 { m_fromMc = fromMc; };


Member Data Documentation

bool DigiEvent::m_fromMc [private]

Flag of origin.

Definition at line 44 of file DigiEvent.h.

Referenced by fromMc(), and initialize().


Generated on Tue Nov 29 23:18:17 2016 for BOSS_7.0.2 by  doxygen 1.4.7