CMS 3D CMS Logo

GridInterpolator3DException Class Reference

#include <MagneticField/VolumeGeometry/interface/MagExceptions.h>

List of all members.

Public Member Functions

 GridInterpolator3DException (double a1, double b1, double c1, double a2, double b2, double c2) throw ()
virtual const char * what () const throw ()
virtual ~GridInterpolator3DException () throw ()

Public Attributes

double a1_
double a2_
double b1_
double b2_
double c1_
double c2_


Detailed Description

Definition at line 30 of file MagExceptions.h.


Constructor & Destructor Documentation

GridInterpolator3DException::GridInterpolator3DException ( double  a1,
double  b1,
double  c1,
double  a2,
double  b2,
double  c2 
) throw () [inline]

Definition at line 33 of file MagExceptions.h.

00034                                                                                :
00035     a1_(a1), b1_(b1), c1_(c1), a2_(a2), b2_(b2), c2_(c2) {}

virtual GridInterpolator3DException::~GridInterpolator3DException (  )  throw () [inline, virtual]

Definition at line 37 of file MagExceptions.h.

00037 {}


Member Function Documentation

virtual const char* GridInterpolator3DException::what (  )  const throw () [inline, virtual]

Definition at line 39 of file MagExceptions.h.

00039 { return "LinearGridInterpolator3D: field requested outside of grid validity";}


Member Data Documentation

double GridInterpolator3DException::a1_

Definition at line 41 of file MagExceptions.h.

Referenced by MFGrid3D::valueInTesla().

double GridInterpolator3DException::a2_

Definition at line 41 of file MagExceptions.h.

Referenced by MFGrid3D::valueInTesla().

double GridInterpolator3DException::b1_

Definition at line 41 of file MagExceptions.h.

Referenced by MFGrid3D::valueInTesla().

double GridInterpolator3DException::b2_

Definition at line 41 of file MagExceptions.h.

Referenced by MFGrid3D::valueInTesla().

double GridInterpolator3DException::c1_

Definition at line 41 of file MagExceptions.h.

Referenced by MFGrid3D::valueInTesla().

double GridInterpolator3DException::c2_

Definition at line 41 of file MagExceptions.h.

Referenced by MFGrid3D::valueInTesla().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:23:15 2009 for CMSSW by  doxygen 1.5.4