HltEvent Class Reference

#include <HltEvent.h>

List of all members.

Public Member Functions

 HltEvent ()
virtual ~HltEvent ()
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 HltEvent.h.


Constructor & Destructor Documentation

HltEvent::HltEvent (  )  [inline]

Definition at line 10 of file HltEvent.h.

00010 : DataObject() {}

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

Definition at line 11 of file HltEvent.h.

00011 {}


Member Function Documentation

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

Definition at line 16 of file HltEvent.h.

References CLID_HltEvent.

Referenced by clID().

00016 { return CLID_HltEvent; }

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

Definition at line 15 of file HltEvent.h.

References classID().

00015 { return HltEvent::classID(); }

bool HltEvent::fromMc (  )  const [inline]

Retrieve flag of origin.

Definition at line 19 of file HltEvent.h.

References m_fromMc.

00019                        {
00020      return m_fromMc;
00021   }

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

Definition at line 13 of file HltEvent.h.

References m_fromMc.

Referenced by RawDataHltCnv::createObj(), and HltCnv::TObjectToDataObject().

00013 { m_fromMc = fromMc; }


Member Data Documentation

bool HltEvent::m_fromMc [private]

Definition at line 25 of file HltEvent.h.

Referenced by fromMc(), and initialize().


Generated on Tue Nov 29 23:19:40 2016 for BOSS_7.0.2 by  doxygen 1.4.7