The Gaudi Framework
v25r3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
DataIncident.h
Go to the documentation of this file.
1
#ifndef GAUDI_DATAINCIDENT_H
2
#define GAUDI_DATAINCIDENT_H
3
4
// Include files
5
#include "
GaudiKernel/Incident.h
"
6
15
template
<
class
T>
16
class
GAUDI_API
ContextIncident
:
public
Incident
{
17
public
:
19
25
ContextIncident
(
const
std::string& src,
const
std::string& typ,T tag)
26
:
Incident
(src,typ), m_tag(tag) { }
27
29
virtual
~ContextIncident
() { }
30
32
const
T&
tag
()
const
{
return
m_tag; }
33
34
private
:
35
T
m_tag
;
36
};
37
39
typedef
ContextIncident<std::string>
DataIncident
;
40
41
#endif //GAUDI_DATAINCIDENT_H
DataIncident
ContextIncident< std::string > DataIncident
Specific incident type used by the data-on-demand-service.
Definition:
DataIncident.h:39
ContextIncident::ContextIncident
ContextIncident(const std::string &src, const std::string &typ, T tag)
Initializing Constructor.
Definition:
DataIncident.h:25
Incident.h
ContextIncident::m_tag
T m_tag
Definition:
DataIncident.h:35
ContextIncident::~ContextIncident
virtual ~ContextIncident()
Standard destructor.
Definition:
DataIncident.h:29
ContextIncident
Definition:
DataIncident.h:16
Incident
Base class for all Incidents (computing events).
Definition:
Incident.h:16
ContextIncident::tag
const T & tag() const
Accesssor to the tag value (CONST)
Definition:
DataIncident.h:32
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:108
GaudiKernel
GaudiKernel
DataIncident.h
Generated on Wed Jul 9 2014 09:54:13 for The Gaudi Framework by
1.8.7