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

Store imported physics vector data [see Geant4's G4PhysicsVector.hh]. More...

#include <ImportPhysicsVector.hh>

Public Member Functions

 operator bool () const
 

Public Attributes

ImportPhysicsVectorType vector_type
 
std::vector< double > x
 Geant4 binVector.
 
std::vector< double > y
 Geant4 dataVector.
 

Detailed Description

Store imported physics vector data [see Geant4's G4PhysicsVector.hh].

Each vector's x axis is structured according to the vector_type. X is usually energy, but (as in the case of "inverse range") can be distance or any other arbitrary value.


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