The Gaudi Framework
v30r3 (a5ef0a68)
|
This class is the FileIncident. More...
#include <GaudiKernel/FileIncident.h>
Public Member Functions | |
FileIncident (std::string source, std::string type, std::string fileName) | |
standard constructor More... | |
FileIncident (std::string source, std::string type, std::string fileName, std::string fileGuid) | |
const std::string & | fileName () const |
const std::string & | fileGuid () const |
Public Member Functions inherited from Incident | |
Incident (const std::string &source, const std::string &type) | |
Default Constructor. More... | |
Incident (const std::string &source, const std::string &type, const EventContext &ctx) | |
virtual | ~Incident ()=default |
Destructor. More... | |
const std::string & | type () const |
Access to the incident type. More... | |
const std::string & | source () const |
Access to the source of the incident. More... | |
EventContext | context () const |
Access to the EventContext of the source of the incident. More... | |
Private Attributes | |
std::string | m_fileName |
std::string | m_fileGuid |
This class is the FileIncident.
Definition at line 17 of file FileIncident.h.
|
inline |
standard constructor
Definition at line 32 of file FileIncident.h.
|
inline |
Definition at line 37 of file FileIncident.h.
|
inline |
Definition at line 25 of file FileIncident.h.
|
inline |
Definition at line 24 of file FileIncident.h.
|
private |
Definition at line 29 of file FileIncident.h.
|
private |
Definition at line 28 of file FileIncident.h.