An exception thrown by NievesQELCCPXSec for kinematics problems. When failure occurs, set xsec = 0. More...
#include <NievesQELException.h>
Public Member Functions | |
NievesQELException () | |
NievesQELException (const NievesQELException &exception) | |
~NievesQELException () | |
void | SetReason (string reason) |
string | ShowReason (void) const |
void | Init (void) |
void | Copy (const NievesQELException &exception) |
void | Print (ostream &stream) const |
Private Attributes | |
string | fReason |
Friends | |
ostream & | operator<< (ostream &stream, const NievesQELException &exception) |
An exception thrown by NievesQELCCPXSec for kinematics problems. When failure occurs, set xsec = 0.
Joe Johnston <jpj13 pitt.edu> Univ. of Pittsburgh
June 2015
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 36 of file NievesQELException.h.
NievesQELException::NievesQELException | ( | ) |
Definition at line 31 of file NievesQELException.cxx.
NievesQELException::NievesQELException | ( | const NievesQELException & | exception | ) |
Definition at line 36 of file NievesQELException.cxx.
NievesQELException::~NievesQELException | ( | ) |
Definition at line 41 of file NievesQELException.cxx.
void NievesQELException::Copy | ( | const NievesQELException & | exception | ) |
Definition at line 51 of file NievesQELException.cxx.
void NievesQELException::Init | ( | void | ) |
Definition at line 46 of file NievesQELException.cxx.
void NievesQELException::Print | ( | ostream & | stream | ) | const |
Definition at line 56 of file NievesQELException.cxx.
|
inline |
Definition at line 43 of file NievesQELException.h.
|
inline |
Definition at line 45 of file NievesQELException.h.
|
friend |
Definition at line 23 of file NievesQELException.cxx.
|
private |
Definition at line 56 of file NievesQELException.h.