Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DigiEvent Class Reference

#include <DigiEvent.h>

List of all members.

Public Member Functions

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

Static Public Member Functions

const CLID & classID ()
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


Constructor & Destructor Documentation

DigiEvent::DigiEvent  )  [inline]
 

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

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

00028 { }

DigiEvent::DigiEvent  )  [inline]
 

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

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

00028 { }


Member Function Documentation

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

00034 { return CLID_DigiEvent; }

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

00034 { return CLID_DigiEvent; }

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

Retrieve reference to class definition structure.

00033 { return DigiEvent::classID(); }

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

Retrieve reference to class definition structure.

00033 { return DigiEvent::classID(); }

bool DigiEvent::fromMc  )  const [inline]
 

Retrieve flag of origin.

00037                          {
00038         return m_fromMc;
00039     }

bool DigiEvent::fromMc  )  const [inline]
 

Retrieve flag of origin.

00037                          {
00038         return m_fromMc;
00039     }

void DigiEvent::initialize bool  fromMc  )  [inline]
 

00030 { m_fromMc = fromMc; };

void DigiEvent::initialize bool  fromMc  )  [inline]
 

00030 { m_fromMc = fromMc; };


Member Data Documentation

bool DigiEvent::m_fromMc [private]
 

Flag of origin.


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 15:57:58 2011 for BOSS6.5.5 by  doxygen 1.3.9.1