Celeritas  0.5.0-56+6b053cd
Public Member Functions | Public Attributes | List of all members
celeritas::ImportPhysics2DVector Struct Reference

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]
 

Detailed Description

Store imported 2D physics vector data (see Geant4's G4Physics2DVector.hh).

This stores a 2D grid of generic data with linear interpolation.


The documentation for this struct was generated from the following file: