QwGeant4
QweakSimFieldMap.hh File Reference
#include <vector>
#include <fstream>
#include <iostream>
#include <stdexcept>
#include <stdint.h>
#include "G4ios.hh"
+ Include dependency graph for QweakSimFieldMap.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QweakSimFieldMap< value_t, value_n >
 A multi-dimensional grid of values with interpolation methods. More...
 

Macros

#define mycout   G4cout
 
#define mycerr   G4cerr
 
#define myendl   G4endl
 

Typedefs

typedef double coord_t
 

Enumerations

enum  EInterpolationMethod { kInterpolationMethodUnknown, kMultiLinear, kNearestNeighbor }
 Allowed interpolation methods. More...
 

Macro Definition Documentation

Typedef Documentation

typedef double coord_t

Definition at line 27 of file QweakSimFieldMap.hh.

Enumeration Type Documentation

Allowed interpolation methods.

Enumerator
kInterpolationMethodUnknown 
kMultiLinear 
kNearestNeighbor 

Definition at line 15 of file QweakSimFieldMap.hh.