Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
MagneticField
VolumeGeometry
src
MagExceptions.cc
Go to the documentation of this file.
1
#include "
MagneticField/VolumeGeometry/interface/MagExceptions.h
"
2
3
MagException::MagException
(
const
char
*
message
) : theMessage(message) {}
4
MagException::~MagException
()
throw
() {}
5
const
char
*
6
MagException::what
()
const
throw
() {
return
theMessage
.c_str();}
7
8
GridInterpolator3DException::GridInterpolator3DException
(
double
a1,
double
b1,
double
c1
,
9
double
a2,
double
b2,
double
c2)
throw
()
10
{
11
limits_[0] = a1;
12
limits_[1] = b1;
13
limits_[2] =
c1
;
14
limits_[3] = a2;
15
limits_[4] = b2;
16
limits_[5] = c2;
17
}
18
19
GridInterpolator3DException::~GridInterpolator3DException
()
throw
() {}
20
21
const
char
*
22
GridInterpolator3DException::what
()
const
throw
() {
return
"LinearGridInterpolator3D: field requested outside of grid validity"
;}
MagException::~MagException
virtual ~MagException()
Definition:
MagExceptions.cc:4
alignmentValidation.c1
tuple c1
do drawing
Definition:
alignmentValidation.py:1023
MagException::what
virtual const char * what() const
Definition:
MagExceptions.cc:6
GridInterpolator3DException::~GridInterpolator3DException
virtual ~GridInterpolator3DException()
Definition:
MagExceptions.cc:19
MagExceptions.h
MagException::MagException
MagException()
Definition:
MagExceptions.h:9
GridInterpolator3DException::GridInterpolator3DException
GridInterpolator3DException(double a1, double b1, double c1, double a2, double b2, double c2)
Definition:
MagExceptions.cc:8
MagException::theMessage
std::string theMessage
Definition:
MagExceptions.h:14
GridInterpolator3DException::what
virtual const char * what() const
Definition:
MagExceptions.cc:22
python.rootplot.argparse.message
string message
Definition:
argparse.py:130
CommPDSkim_cfg.throw
tuple throw
Definition:
CommPDSkim_cfg.py:101
Generated for CMSSW Reference Manual by
1.8.5