![]() |
AliPhysics
a17849b (a17849b)
|
Exception class thrown when event collection is corrupted (event pointer 0 or trigger patch container not found) More...
#include <AliEMCalTriggerAnaTriggerClass.h>
Public Member Functions | |
EventCorruptionException (std::string triggerclass, std::string reason) | |
virtual | ~EventCorruptionException () throw () |
const char * | what () const throw () |
Private Attributes | |
std::string | fMessage |
The error message. More... | |
Exception class thrown when event collection is corrupted (event pointer 0 or trigger patch container not found)
Definition at line 218 of file AliEMCalTriggerAnaTriggerClass.h.
|
inline |
Constructor, building the error message
triggerclass | Trigger class throwing the exception |
reason | Reason for throwing the exception |
Definition at line 225 of file AliEMCalTriggerAnaTriggerClass.h.
|
inlinevirtual |
Destructor
Definition at line 235 of file AliEMCalTriggerAnaTriggerClass.h.
|
inline |
Returns the error message
Definition at line 241 of file AliEMCalTriggerAnaTriggerClass.h.
|
private |
The error message.
Definition at line 246 of file AliEMCalTriggerAnaTriggerClass.h.