![]() |
AliPhysics
764b6ea (764b6ea)
|
#include <AliAnalysisTaskDmesonJets.h>
Public Member Functions | |
AliEventNotFound (const std::string &class_name, const std::string &method_name) | |
const char * | what () const noexcept |
Private Attributes | |
std::string | fClassName |
Class name where the event was not found. More... | |
std::string | fAccessMethodName |
Access method name used to retrieve the event. More... | |
std::string | fWhat |
Error message. More... | |
Definition at line 67 of file AliAnalysisTaskDmesonJets.h.
AliAnalysisTaskDmesonJets::AliEventNotFound::AliEventNotFound | ( | const std::string & | class_name, |
const std::string & | method_name | ||
) |
Definition at line 57 of file AliAnalysisTaskDmesonJets.cxx.
|
noexcept |
Definition at line 68 of file AliAnalysisTaskDmesonJets.cxx.
|
private |
Access method name used to retrieve the event.
Definition at line 78 of file AliAnalysisTaskDmesonJets.h.
|
private |
Class name where the event was not found.
Definition at line 77 of file AliAnalysisTaskDmesonJets.h.
Referenced by AliEventNotFound().
|
private |
Error message.
Definition at line 79 of file AliAnalysisTaskDmesonJets.h.
Referenced by AliEventNotFound(), and what().