Geant4.10
|
#include <G4PhysicsOrderedFreeVector.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4PhysicsVector | |
void | DeleteData () |
void | CopyData (const G4PhysicsVector &vec) |
Protected Attributes inherited from G4PhysicsVector | |
G4PhysicsVectorType | type |
G4double | edgeMin |
G4double | edgeMax |
size_t | numberOfNodes |
G4PVDataVector | dataVector |
G4PVDataVector | binVector |
G4PVDataVector | secDerivative |
G4double | dBin |
G4double | baseBin |
G4int | verboseLevel |
Definition at line 67 of file G4PhysicsOrderedFreeVector.hh.
G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector | ( | ) |
Definition at line 75 of file G4PhysicsOrderedFreeVector.cc.
References T_G4PhysicsOrderedFreeVector, and G4PhysicsVector::type.
G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector | ( | G4double * | Energies, |
G4double * | Values, | ||
size_t | VectorLength | ||
) |
Definition at line 62 of file G4PhysicsOrderedFreeVector.cc.
References InsertValues(), T_G4PhysicsOrderedFreeVector, and G4PhysicsVector::type.
|
virtual |
Definition at line 85 of file G4PhysicsOrderedFreeVector.cc.
void G4PhysicsOrderedFreeVector::DumpValues | ( | ) |
Definition at line 108 of file G4PhysicsOrderedFreeVector.cc.
References GetMaxLowEdgeEnergy(), GetMaxValue(), GetMinLowEdgeEnergy(), and GetMinValue().
Referenced by WLSPrimaryGeneratorAction::GeneratePrimaries(), G4SPSRandomGenerator::GenRandEnergy(), G4SPSRandomGenerator::GenRandPhi(), G4SPSRandomGenerator::GenRandPosPhi(), G4SPSRandomGenerator::GenRandPosTheta(), G4SPSRandomGenerator::GenRandTheta(), G4SPSRandomGenerator::GenRandX(), G4SPSRandomGenerator::GenRandY(), G4SPSRandomGenerator::GenRandZ(), G4OpWLS::PostStepDoIt(), and G4Scintillation::PostStepDoIt().
G4double G4PhysicsOrderedFreeVector::GetMaxLowEdgeEnergy | ( | ) |
Referenced by G4SPSEneDistribution::ArbInterpolate(), GetEnergy(), and G4Cerenkov::PostStepDoIt().
G4double G4PhysicsOrderedFreeVector::GetMaxValue | ( | ) |
G4double G4PhysicsOrderedFreeVector::GetMinLowEdgeEnergy | ( | ) |
Referenced by G4SPSEneDistribution::ArbInterpolate(), GetEnergy(), and G4Cerenkov::PostStepDoIt().
G4double G4PhysicsOrderedFreeVector::GetMinValue | ( | ) |
Referenced by GetEnergy().
Definition at line 91 of file G4PhysicsOrderedFreeVector.cc.
References G4PhysicsVector::binVector, G4PhysicsVector::dataVector, G4PhysicsVector::edgeMax, G4PhysicsVector::edgeMin, energy(), and G4PhysicsVector::numberOfNodes.
Referenced by G4SPSEneDistribution::ArbEnergyHisto(), G4SPSEneDistribution::ArbEnergyHistoFile(), G4SPSEneDistribution::EpnEnergyHisto(), G4PhysicsOrderedFreeVector(), G4SPSRandomGenerator::GenRandEnergy(), G4SPSRandomGenerator::GenRandPhi(), G4SPSRandomGenerator::GenRandPosPhi(), G4SPSRandomGenerator::GenRandPosTheta(), G4SPSRandomGenerator::GenRandTheta(), G4SPSRandomGenerator::GenRandX(), G4SPSRandomGenerator::GenRandY(), G4SPSRandomGenerator::GenRandZ(), G4GDMLReadMaterials::PropertyRead(), G4SPSRandomGenerator::SetEnergyBias(), G4SPSRandomGenerator::SetPhiBias(), G4SPSRandomGenerator::SetPosPhiBias(), G4SPSRandomGenerator::SetPosThetaBias(), G4SPSRandomGenerator::SetThetaBias(), G4SPSRandomGenerator::SetXBias(), G4SPSRandomGenerator::SetYBias(), G4SPSRandomGenerator::SetZBias(), G4SPSAngDistribution::UserDefAngPhi(), G4SPSAngDistribution::UserDefAngTheta(), and G4SPSEneDistribution::UserEnergyHisto().