ATLAS Offline Software
Public Member Functions | List of all members
lwtDev::NNEvaluationException Class Reference

#include <Exceptions.h>

Inheritance diagram for lwtDev::NNEvaluationException:
Collaboration diagram for lwtDev::NNEvaluationException:

Public Member Functions

 NNEvaluationException (const std::string &problem)
 

Detailed Description

Definition at line 27 of file Reconstruction/tauRecTools/tauRecTools/lwtnn/Exceptions.h.

Constructor & Destructor Documentation

◆ NNEvaluationException()

lwtDev::NNEvaluationException::NNEvaluationException ( const std::string &  problem)

Definition at line 18 of file Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx.

18  :
19  LightweightNNException(problem)
20  {}

The documentation for this class was generated from the following files:
lwtDev::LightweightNNException::LightweightNNException
LightweightNNException(const std::string &problem)
Definition: Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:12