Geant4.10
|
#include <G4Physics2DVector.hh>
Protected Member Functions | |
void | PrepareVectors () |
void | ClearVectors () |
void | CopyData (const G4Physics2DVector &vec) |
G4double | BicubicInterpolation (G4double x, G4double y, size_t idx, size_t idy) const |
size_t | FindBinLocation (G4double z, const G4PV2DDataVector &) const |
size_t | FindBin (G4double z, const G4PV2DDataVector &, size_t idz, size_t idzmax) const |
Definition at line 62 of file G4Physics2DVector.hh.
G4Physics2DVector::G4Physics2DVector | ( | ) |
Definition at line 47 of file G4Physics2DVector.cc.
G4Physics2DVector::G4Physics2DVector | ( | size_t | nx, |
size_t | ny | ||
) |
Definition at line 55 of file G4Physics2DVector.cc.
References PrepareVectors().
G4Physics2DVector::G4Physics2DVector | ( | const G4Physics2DVector & | right | ) |
Definition at line 72 of file G4Physics2DVector.cc.
References CopyData(), and PrepareVectors().
G4Physics2DVector::~G4Physics2DVector | ( | ) |
|
protected |
Definition at line 193 of file G4Physics2DVector.cc.
References GetValue().
Referenced by Value().
|
protected |
Definition at line 126 of file G4Physics2DVector.cc.
Referenced by operator=(), PutVectors(), Retrieve(), and ~G4Physics2DVector().
|
protected |
Definition at line 135 of file G4Physics2DVector.cc.
References PutValue().
Referenced by G4Physics2DVector(), and operator=().
|
inlineprotected |
|
protected |
Definition at line 359 of file G4Physics2DVector.cc.
|
inline |
Referenced by Value().
|
inline |
Referenced by FindLinearX(), and Value().
Definition at line 377 of file G4Physics2DVector.cc.
References FindBinLocationY().
|
inline |
Referenced by G4MuPairProduction::PrintInfo(), and G4OpticalSurface::ReadDichroicFile().
|
inline |
Referenced by G4MuPairProduction::PrintInfo(), and G4OpticalSurface::ReadDichroicFile().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4OpticalSurface::ReadDichroicFile().
|
inline |
Referenced by G4MuPairProduction::PrintInfo(), and G4OpticalSurface::ReadDichroicFile().
G4Physics2DVector & G4Physics2DVector::operator= | ( | const G4Physics2DVector & | right | ) |
Definition at line 91 of file G4Physics2DVector.cc.
References ClearVectors(), CopyData(), and PrepareVectors().
|
protected |
Definition at line 112 of file G4Physics2DVector.cc.
References test::v.
Referenced by G4Physics2DVector(), operator=(), PutVectors(), and Retrieve().
Referenced by CopyData(), Retrieve(), and ScaleVector().
void G4Physics2DVector::PutVectors | ( | const std::vector< G4double > & | vecX, |
const std::vector< G4double > & | vecY | ||
) |
Definition at line 260 of file G4Physics2DVector.cc.
References ClearVectors(), and PrepareVectors().
G4bool G4Physics2DVector::Retrieve | ( | std::ifstream & | fIn | ) |
Definition at line 306 of file G4Physics2DVector.cc.
References ClearVectors(), INT_MAX, PrepareVectors(), and PutValue().
Referenced by G4OpticalSurface::ReadDichroicFile().
Definition at line 345 of file G4Physics2DVector.cc.
References GetValue(), and PutValue().
void G4Physics2DVector::Store | ( | std::ofstream & | fOut | ) |
Definition at line 277 of file G4Physics2DVector.cc.
References G4endl, and GetValue().
G4double G4Physics2DVector::Value | ( | G4double | x, |
G4double | y, | ||
size_t & | lastidx, | ||
size_t & | lastidy | ||
) | const |
Definition at line 151 of file G4Physics2DVector.cc.
References BicubicInterpolation(), FindBinLocationX(), FindBinLocationY(), GetValue(), and test::x.
Referenced by G4LivermoreBremsstrahlungModel::ComputeDXSectionPerAtom(), G4SeltzerBergerModel::ComputeDXSectionPerAtom(), G4SeltzerBergerModel::SampleSecondaries(), and G4LivermoreBremsstrahlungModel::SampleSecondaries().