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

EventIncident Class Reference

an incident that carries the EventInfo object More...

#include <EventIncident.h>

List of all members.

Public Member Functions

structors
 EventIncident (const EventIncident &e)
 EventIncident (const EventInfo &event, const std::string &source, const std::string &type=std::string("BeginEvent"))
virtual ~EventIncident ()
structors
 EventIncident (const EventIncident &e)
 EventIncident (const EventInfo &event, const std::string &source, const std::string &type=std::string("BeginEvent"))
virtual ~EventIncident ()
Event information accessors
const EventInfoeventInfo () const
 the unique identification of the event.
Event information accessors
const EventInfoeventInfo () const
 the unique identification of the event.

Private Attributes

const EventInfom_eventInfo
const EventInfom_eventInfo


Detailed Description

an incident that carries the EventInfo object

Author:
pcalafiura@lbl.gov - ATLAS Collaboration
Id
EventIncident.h,v 1.1.1.1 2007/04/25 11:46:57 zoujh Exp


Constructor & Destructor Documentation

EventIncident::EventIncident const EventInfo event,
const std::string &  source,
const std::string &  type = std::string("BeginEvent")
 

standard constructor

Parameters:
event the EventInfo of the event in question
source the name of the service/algorithm firing
type e.g. "BeginEvent"
00005                                                     :
00006   Incident(source, type), m_eventInfo(event) {}

EventIncident::EventIncident const EventIncident e  ) 
 

00008                                                    :
00009   Incident(e), m_eventInfo(e.m_eventInfo) {}

EventIncident::~EventIncident  )  [virtual]
 

00011 {}

EventIncident::EventIncident const EventInfo event,
const std::string &  source,
const std::string &  type = std::string("BeginEvent")
 

standard constructor

Parameters:
event the EventInfo of the event in question
source the name of the service/algorithm firing
type e.g. "BeginEvent"

EventIncident::EventIncident const EventIncident e  ) 
 

virtual EventIncident::~EventIncident  )  [virtual]
 


Member Function Documentation

const EventInfo& EventIncident::eventInfo  )  const
 

the unique identification of the event.

const EventInfo & EventIncident::eventInfo  )  const [inline]
 

the unique identification of the event.

00054 {
00055     return m_eventInfo;
00056 }


Member Data Documentation

const EventInfo& EventIncident::m_eventInfo [private]
 

const EventInfo& EventIncident::m_eventInfo [private]
 


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