Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
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.