Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhysicsFreeVector.hh>
Protected Member Functions | |
virtual size_t | FindBinLocation (G4double theEnergy) const |
Protected Member Functions inherited from G4PhysicsVector | |
virtual size_t | FindBinLocation (G4double theEnergy) const =0 |
void | DeleteData () |
void | CopyData (const G4PhysicsVector &vec) |
Additional Inherited Members | |
Protected Attributes inherited from G4PhysicsVector | |
G4PhysicsVectorType | type |
G4double | edgeMin |
G4double | edgeMax |
size_t | numberOfNodes |
G4PhysicsVectorCache * | cache |
G4PVDataVector | dataVector |
G4PVDataVector | binVector |
G4PVDataVector | secDerivative |
G4double | dBin |
G4double | baseBin |
G4int | verboseLevel |
Definition at line 62 of file G4PhysicsFreeVector.hh.
G4PhysicsFreeVector::G4PhysicsFreeVector | ( | ) |
Definition at line 49 of file G4PhysicsFreeVector.cc.
|
explicit |
Definition at line 55 of file G4PhysicsFreeVector.cc.
G4PhysicsFreeVector::G4PhysicsFreeVector | ( | const G4DataVector & | binVector, |
const G4DataVector & | dataVector | ||
) |
Definition at line 71 of file G4PhysicsFreeVector.cc.
|
virtual |
Definition at line 90 of file G4PhysicsFreeVector.cc.
|
protectedvirtual |
Implements G4PhysicsVector.
Definition at line 112 of file G4PhysicsFreeVector.cc.
Definition at line 94 of file G4PhysicsFreeVector.cc.
Referenced by G4PenelopeCrossSection::AddCrossSectionPoint(), G4PenelopeCrossSection::AddShellCrossSectionPoint(), G4PartialWidthTable::AddWidths(), G4DiffuseElastic::BuildAngleTable(), G4NuclNuclDiffuseElastic::BuildAngleTable(), G4PAIModel::BuildPAIonisationTable(), G4PAIPhotonModel::BuildPAIonisationTable(), G4XDeltaDeltaTable::CrossSectionTable(), G4XNDeltaTable::CrossSectionTable(), G4XDeltaDeltastarTable::CrossSectionTable(), G4XDeltaNstarTable::CrossSectionTable(), G4XNDeltastarTable::CrossSectionTable(), G4XNNstarTable::CrossSectionTable(), G4VXTRenergyLoss::GetAngleVector(), G4EMDissociationCrossSection::GetCrossSectionForProjectile(), G4BaryonPartialWidth::MassDependentWidth(), G4BaryonWidth::MassDependentWidth(), G4PenelopeBremsstrahlungFS::SampleGammaEnergy(), G4DiffuseElastic::TestAngleTable(), and G4NuclNuclDiffuseElastic::TestAngleTable().