LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
OpticalRecoException.h
Go to the documentation of this file.
1
14
#ifndef larana_OPTICALDETECTOR_OPTICALRECOEXCEPTION_H
15
#define larana_OPTICALDETECTOR_OPTICALRECOEXCEPTION_H
16
17
#include <exception>
18
#include <string>
19
20
namespace
pmtana
{
25
class
OpticalRecoException
:
public
std::exception
{
26
27
public
:
28
OpticalRecoException
(
const
std::string& msg =
""
);
29
30
virtual
const
char
*
what
()
const
throw
();
31
32
private
:
33
std::string
_msg
;
34
};
35
36
}
37
#endif
38
// end of doxygen group
pmtana::OpticalRecoException::what
virtual const char * what() const
Definition:
OpticalRecoException.cxx:13
pmtana::OpticalRecoException
Definition:
OpticalRecoException.h:25
pmtana::OpticalRecoException::_msg
std::string _msg
Definition:
OpticalRecoException.h:33
pmtana
Definition:
AlgoCFD.cxx:14
pmtana::OpticalRecoException::OpticalRecoException
OpticalRecoException(const std::string &msg="")
Definition:
OpticalRecoException.cxx:5
fhicl::exception
cet::coded_exception< error, detail::translate > exception
Definition:
exception.h:33
larana
v09_15_05
source
larana
OpticalDetector
OpHitFinder
OpticalRecoException.h
Generated on Thu May 2 2024 20:59:33 for LArSoft by
1.8.11