![]() |
AliPhysics
4a7363b (4a7363b)
|
#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 58 of file AliAnalysisTaskDmesonJets.cxx.
|
noexcept |
Definition at line 69 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().