ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
tauRecTools
Root
lwtnn
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
tauRecTools/lwtnn/Exceptions.h
"
6
#include <string>
7
8
namespace
lwtDev
{
9
10
// ______________________________________________________________________
11
// excpetions
12
LightweightNNException::LightweightNNException
(
const
std::string& problem):
13
std
::logic_error(problem)
14
{}
15
NNConfigurationException::NNConfigurationException
(
const
std::string& problem):
16
LightweightNNException
(problem)
17
{}
18
NNEvaluationException::NNEvaluationException
(
const
std::string& problem):
19
LightweightNNException
(problem)
20
{}
21
OutputRankException::OutputRankException
(
const
std::string& problem):
22
NNEvaluationException
(problem)
23
{}
24
}
Exceptions.h
lwtDev::LightweightNNException::LightweightNNException
LightweightNNException(const std::string &problem)
Definition
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:12
lwtDev::NNConfigurationException::NNConfigurationException
NNConfigurationException(const std::string &problem)
Definition
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:15
lwtDev::NNEvaluationException::NNEvaluationException
NNEvaluationException(const std::string &problem)
Definition
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:18
lwtDev::OutputRankException::OutputRankException
OutputRankException(const std::string &problem)
Definition
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:21
lwtDev
Definition
Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:8
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0