The Gaudi Framework  v30r3 (a5ef0a68)
Incident.cpp
Go to the documentation of this file.
1 #define _inc_types_impl_
2 #include "GaudiKernel/Incident.h"
4 
5 Incident::Incident( const std::string& source, const std::string& type ) : m_source( source ), m_type( type )
6 {
8 }
STL class.
GAUDI_API const EventContext & currentContext()
Incident(const std::string &source, const std::string &type)
Default Constructor.
Definition: Incident.cpp:5
EventContext m_ctx
Event Context when Incident created.
Definition: Incident.h:58