TrigEvent Class Reference

#include <TrigEvent.h>

List of all members.

Public Member Functions

 TrigEvent ()
virtual ~TrigEvent ()
void initialize (bool fromMc)
virtual const CLID & clID () const
bool fromMc () const
 Retrieve flag of origin.

Static Public Member Functions

static const CLID & classID ()

Private Attributes

bool m_fromMc


Detailed Description

Definition at line 8 of file TrigEvent.h.


Constructor & Destructor Documentation

TrigEvent::TrigEvent (  )  [inline]

Definition at line 10 of file TrigEvent.h.

00010 : DataObject() {}

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

Definition at line 11 of file TrigEvent.h.

00011 {}


Member Function Documentation

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

Definition at line 16 of file TrigEvent.h.

References CLID_TrigEvent.

Referenced by clID().

00016 { return CLID_TrigEvent; }

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

Definition at line 15 of file TrigEvent.h.

References classID().

00015 { return TrigEvent::classID(); }

bool TrigEvent::fromMc (  )  const [inline]

Retrieve flag of origin.

Definition at line 19 of file TrigEvent.h.

References m_fromMc.

00019                        {
00020      return m_fromMc;
00021   }

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

Definition at line 13 of file TrigEvent.h.

References m_fromMc.

Referenced by TrigCnv::TObjectToDataObject().

00013 { m_fromMc = fromMc; }


Member Data Documentation

bool TrigEvent::m_fromMc [private]

Definition at line 25 of file TrigEvent.h.

Referenced by fromMc(), and initialize().


Generated on Tue Nov 29 23:36:12 2016 for BOSS_7.0.2 by  doxygen 1.4.7