Celeritas
0.5.0-56+6b053cd
|
Store imported 2D physics vector data (see Geant4's G4Physics2DVector.hh). More...
#include <ImportPhysicsVector.hh>
Public Member Functions | |
operator bool () const | |
Public Attributes | |
std::vector< double > | x |
x grid | |
std::vector< double > | y |
y grid | |
std::vector< double > | value |
[x][y] | |
Store imported 2D physics vector data (see Geant4's G4Physics2DVector.hh).
This stores a 2D grid of generic data with linear interpolation.