Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Physics2DVector.hh>
Public Member Functions | |
G4Physics2DVector () | |
G4Physics2DVector (std::size_t nx, std::size_t ny) | |
G4Physics2DVector (const G4Physics2DVector &) | |
G4Physics2DVector & | operator= (const G4Physics2DVector &) |
G4bool | operator== (const G4Physics2DVector &right) const =delete |
G4bool | operator!= (const G4Physics2DVector &right) const =delete |
~G4Physics2DVector () | |
G4double | Value (G4double x, G4double y, std::size_t &lastidx, std::size_t &lastidy) const |
G4double | Value (G4double x, G4double y) const |
void | PutX (std::size_t idx, G4double value) |
void | PutY (std::size_t idy, G4double value) |
void | PutValue (std::size_t idx, std::size_t idy, G4double value) |
void | PutVectors (const std::vector< G4double > &vecX, const std::vector< G4double > &vecY) |
void | ScaleVector (G4double factor) |
G4double | FindLinearX (G4double rand, G4double y, std::size_t &lastidy) const |
G4double | FindLinearX (G4double rand, G4double y) const |
G4double | GetX (std::size_t index) const |
G4double | GetY (std::size_t index) const |
G4double | GetValue (std::size_t idx, std::size_t idy) const |
std::size_t | FindBinLocationX (const G4double x, const std::size_t lastidx) const |
std::size_t | FindBinLocationY (const G4double y, const std::size_t lastidy) const |
std::size_t | GetLengthX () const |
std::size_t | GetLengthY () const |
G4PhysicsVectorType | GetType () const |
void | SetBicubicInterpolation (G4bool) |
void | Store (std::ofstream &fOut) const |
G4bool | Retrieve (std::ifstream &fIn) |
void | SetVerboseLevel (G4int value) |
Protected Member Functions | |
void | PrepareVectors () |
void | ClearVectors () |
void | CopyData (const G4Physics2DVector &vec) |
G4double | BicubicInterpolation (const G4double x, const G4double y, const std::size_t idx, const std::size_t idy) const |
std::size_t | FindBin (const G4double z, const G4PV2DDataVector &, const std::size_t idz, const std::size_t idzmax) const |
Definition at line 47 of file G4Physics2DVector.hh.
G4Physics2DVector::G4Physics2DVector | ( | ) |
Definition at line 37 of file G4Physics2DVector.cc.
|
explicit |
Definition at line 41 of file G4Physics2DVector.cc.
G4Physics2DVector::G4Physics2DVector | ( | const G4Physics2DVector & | right | ) |
Definition at line 61 of file G4Physics2DVector.cc.
G4Physics2DVector::~G4Physics2DVector | ( | ) |
Definition at line 57 of file G4Physics2DVector.cc.
|
protected |
Definition at line 181 of file G4Physics2DVector.cc.
Referenced by Value().
|
protected |
Definition at line 117 of file G4Physics2DVector.cc.
Referenced by operator=(), PutVectors(), Retrieve(), and ~G4Physics2DVector().
|
protected |
Definition at line 127 of file G4Physics2DVector.cc.
Referenced by G4Physics2DVector(), and operator=().
|
inlineprotected |
|
inline |
Referenced by Value().
|
inline |
Referenced by FindLinearX(), and Value().
Definition at line 387 of file G4Physics2DVector.cc.
Referenced by G4MuPairProductionModel::FindScaledEnergy().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by BicubicInterpolation(), G4OpticalSurface::ReadDichroicFile(), ScaleVector(), Store(), and Value().
|
inline |
Referenced by G4OpticalSurface::ReadDichroicFile().
|
inline |
|
delete |
G4Physics2DVector & G4Physics2DVector::operator= | ( | const G4Physics2DVector & | right | ) |
Definition at line 80 of file G4Physics2DVector.cc.
|
delete |
|
protected |
Definition at line 104 of file G4Physics2DVector.cc.
Referenced by G4Physics2DVector(), G4Physics2DVector(), G4Physics2DVector(), operator=(), PutVectors(), and Retrieve().
|
inline |
void G4Physics2DVector::PutVectors | ( | const std::vector< G4double > & | vecX, |
const std::vector< G4double > & | vecY ) |
Definition at line 257 of file G4Physics2DVector.cc.
|
inline |
Referenced by G4MuPairProductionModel::MakeSamplingTables(), and G4ChannelingECHARM::ReadFromECHARM().
|
inline |
Referenced by G4MuPairProductionModel::MakeSamplingTables(), and G4ChannelingECHARM::ReadFromECHARM().
G4bool G4Physics2DVector::Retrieve | ( | std::ifstream & | fIn | ) |
Definition at line 319 of file G4Physics2DVector.cc.
Referenced by G4OpticalSurface::ReadDichroicFile(), and G4MuPairProductionModel::RetrieveTables().
void G4Physics2DVector::ScaleVector | ( | G4double | factor | ) |
Definition at line 372 of file G4Physics2DVector.cc.
|
inline |
|
inline |
void G4Physics2DVector::Store | ( | std::ofstream & | fOut | ) | const |
Definition at line 286 of file G4Physics2DVector.cc.
Referenced by G4MuPairProductionModel::StoreTables().
G4double G4Physics2DVector::Value | ( | G4double | x, |
G4double | y, | ||
std::size_t & | lastidx, | ||
std::size_t & | lastidy ) const |
Definition at line 146 of file G4Physics2DVector.cc.
Referenced by G4eDPWAElasticDCS::ComputeCSPerAtom(), G4LivermoreBremsstrahlungModel::ComputeDXSectionPerAtom(), G4MuPairProductionModel::FindScaledEnergy(), G4ChannelingECHARM::GetEC(), and G4LivermoreBremsstrahlungModel::SampleSecondaries().