Geant4
10.00.p02
|
#include <G4PhysicsVector.hh>
Public Member Functions | |
G4PhysicsVector (G4bool spline=false) | |
G4PhysicsVector (const G4PhysicsVector &) | |
G4PhysicsVector & | operator= (const G4PhysicsVector &) |
virtual | ~G4PhysicsVector () |
void * | operator new (size_t) |
void | operator delete (void *) |
G4double | Value (G4double theEnergy, size_t &lastidx) const |
G4double | Value (G4double theEnergy) const |
G4double | GetValue (G4double theEnergy, G4bool &isOutRange) const |
G4int | operator== (const G4PhysicsVector &right) const |
G4int | operator!= (const G4PhysicsVector &right) const |
G4double | operator[] (const size_t binNumber) const |
G4double | operator() (const size_t binNumber) const |
void | PutValue (size_t index, G4double theValue) |
virtual void | ScaleVector (G4double factorE, G4double factorV) |
G4double | Energy (size_t index) const |
G4double | GetMaxEnergy () const |
G4double | GetLowEdgeEnergy (size_t binNumber) const |
size_t | GetVectorLength () const |
size_t | FindBin (G4double energy, size_t idx) const |
void | FillSecondDerivatives () |
void | ComputeSecDerivatives () |
void | ComputeSecondDerivatives (G4double firstPointDerivative, G4double endPointDerivative) |
G4double | FindLinearEnergy (G4double rand) const |
G4bool | IsFilledVectorExist () const |
G4PhysicsVectorType | GetType () const |
void | SetSpline (G4bool) |
virtual G4bool | Store (std::ofstream &fOut, G4bool ascii=false) |
virtual G4bool | Retrieve (std::ifstream &fIn, G4bool ascii=false) |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel (G4int) |
Protected Member Functions | |
void | DeleteData () |
void | CopyData (const G4PhysicsVector &vec) |
Protected Attributes | |
G4PhysicsVectorType | type |
G4double | edgeMin |
G4double | edgeMax |
size_t | numberOfNodes |
G4PVDataVector | dataVector |
G4PVDataVector | binVector |
G4PVDataVector | secDerivative |
G4double | dBin |
G4double | baseBin |
G4int | verboseLevel |
Private Member Functions | |
G4bool | SplinePossible () |
G4double | LinearInterpolation (size_t idx, G4double energy) const |
G4double | SplineInterpolation (size_t idx, G4double energy) const |
G4double | Interpolation (size_t idx, G4double energy) const |
size_t | FindBinLocation (G4double theEnergy) const |
Private Attributes | |
G4bool | useSpline |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4PhysicsVector &) |
Definition at line 77 of file G4PhysicsVector.hh.
G4PhysicsVector::G4PhysicsVector | ( | G4bool | spline = false | ) |
Definition at line 63 of file G4PhysicsVector.cc.
References fpPVAllocator.
G4PhysicsVector::G4PhysicsVector | ( | const G4PhysicsVector & | right | ) |
Definition at line 82 of file G4PhysicsVector.cc.
References baseBin, CopyData(), dBin, DeleteData(), and verboseLevel.
|
virtual |
Definition at line 76 of file G4PhysicsVector.cc.
void G4PhysicsVector::ComputeSecDerivatives | ( | ) |
Definition at line 439 of file G4PhysicsVector.cc.
References binVector, dataVector, n, numberOfNodes, secDerivative, SplinePossible(), and useSpline.
Referenced by ComputeSecondDerivatives(), and FillSecondDerivatives().
void G4PhysicsVector::ComputeSecondDerivatives | ( | G4double | firstPointDerivative, |
G4double | endPointDerivative | ||
) |
Definition at line 302 of file G4PhysicsVector.cc.
References binVector, ComputeSecDerivatives(), dataVector, n, numberOfNodes, secDerivative, SplinePossible(), and useSpline.
|
protected |
Definition at line 132 of file G4PhysicsVector.cc.
References binVector, dataVector, edgeMax, edgeMin, numberOfNodes, secDerivative, type, and useSpline.
Referenced by G4PhysicsVector(), and operator=().
|
protected |
Definition at line 124 of file G4PhysicsVector.cc.
References secDerivative, and useSpline.
Referenced by G4PhysicsVector(), and operator=().
|
inline |
Referenced by G4EmCorrections::BarkasCorrection(), G4EmCorrections::BuildCorrectionVector(), G4KokoulinMuonNuclearXS::BuildCrossSectionTable(), WLSPrimaryGeneratorAction::BuildEmissionSpectrum(), G4LossTableBuilder::BuildInverseRangeTable(), G4VRangeToEnergyConverter::BuildLossTable(), G4ePolarizedIonisation::BuildPhysicsTable(), G4LossTableBuilder::BuildRangeTable(), G4PenelopeBremsstrahlungFS::BuildScaledXSTable(), G4LossTableBuilder::BuildTableForModel(), G4OpWLS::BuildThePhysicsTable(), G4Cerenkov::BuildThePhysicsTable(), G4Scintillation::BuildThePhysicsTable(), G4LivermoreRayleighModel::ComputeCrossSectionPerAtom(), G4LivermoreComptonModel::ComputeCrossSectionPerAtom(), G4EnergyLossForExtrapolator::ComputeElectronDEDX(), G4EnergyLossForExtrapolator::ComputeMuonDEDX(), G4EnergyLossForExtrapolator::ComputeProtonDEDX(), G4EnergyLossForExtrapolator::ComputeTrasportXS(), G4EmModelManager::DumpModelList(), G4EmModelManager::FillDEDXVector(), G4EmModelManager::FillLambdaVector(), G4VEmProcess::FindLambdaMax(), G4NeutronElasticXS::GetElementCrossSection(), G4NeutronCaptureXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4PAIPhotData::GetEnergyPhotonTransfer(), G4PAIPhotData::GetEnergyPlasmonTransfer(), G4PAIModelData::GetEnergyTransfer(), G4PAIPhotData::GetEnergyTransfer(), G4NeutronCaptureXS::IsoCrossSection(), G4GDMLWriteMaterials::PropertyVectorWrite(), G4OpRayleigh::RayleighAttenuationLengthGenerator(), G4PAIPhotData::SampleAlongStepPhotonTransfer(), G4PAIPhotData::SampleAlongStepPlasmonTransfer(), G4PAIModelData::SampleAlongStepTransfer(), G4PAIPhotData::SampleAlongStepTransfer(), G4VEnergyLossProcess::ScaledKinEnergyForLoss(), and G4VEnergyLossProcess::SetLambdaTable().
void G4PhysicsVector::FillSecondDerivatives | ( | ) |
Definition at line 367 of file G4PhysicsVector.cc.
References binVector, ComputeSecDerivatives(), dataVector, n, numberOfNodes, secDerivative, SplinePossible(), and useSpline.
Referenced by G4LossTableBuilder::BuildDEDXTable(), G4VEnergyLossProcess::BuildDEDXTable(), G4LossTableBuilder::BuildInverseRangeTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), G4LossTableBuilder::BuildRangeTable(), and G4LossTableBuilder::BuildTableForModel().
|
inline |
|
inlineprivate |
Definition at line 529 of file G4PhysicsVector.cc.
References binVector, dataVector, and numberOfNodes.
G4double G4PhysicsVector::GetLowEdgeEnergy | ( | size_t | binNumber | ) | const |
Definition at line 157 of file G4PhysicsVector.cc.
References binVector.
Referenced by G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4NuclNuclDiffuseElastic::BuildAngleTable(), G4DiffuseElastic::BuildAngleTable(), G4VXTRenergyLoss::BuildAngleTable(), G4PolarizedCompton::BuildAsymmetryTable(), G4eplusPolarizedAnnihilation::BuildAsymmetryTable(), G4eLowEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildDEDXTable(), G4PenelopeIonisationXSHandler::BuildDeltaTable(), G4VXTRenergyLoss::BuildEnergyTable(), G4VXTRenergyLoss::BuildGlobalAngleTable(), G4RDVeLowEnergyLoss::BuildInverseRangeTable(), G4hRDEnergyLoss::BuildInverseRangeTable(), G4RDVeLowEnergyLoss::BuildLabTimeVector(), G4hRDEnergyLoss::BuildLabTimeVector(), G4hImpactIonisation::BuildLambdaTable(), G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4hImpactIonisation::BuildLossTable(), G4PAIPhotonModel::BuildPAIonisationTable(), G4RDVeLowEnergyLoss::BuildProperTimeVector(), G4hRDEnergyLoss::BuildProperTimeVector(), G4VRangeToEnergyConverter::BuildRangeVector(), G4RDVeLowEnergyLoss::BuildRangeVector(), G4hRDEnergyLoss::BuildRangeVector(), G4AdjointCSManager::BuildTotalSigmaTables(), G4ForwardXrayTR::BuildXrayTRtables(), G4PenelopeIonisationXSHandler::BuildXSTable(), G4PenelopeBremsstrahlungModel::BuildXSTable(), G4eeToHadronsModel::ComputeCMCrossSectionPerElectron(), G4VRangeToEnergyConverter::ConvertCutToKineticEnergy(), G4SPSEneDistribution::ConvertEPNToEnergy(), G4PenelopeRayleighModel::DumpFormFactorTable(), G4SPSEneDistribution::ExpInterpolation(), G4SPSEneDistribution::GenArbPointEnergies(), G4SPSEneDistribution::GenEpnHistEnergies(), G4SPSAngDistribution::GenerateUserDefPhi(), G4SPSAngDistribution::GenerateUserDefTheta(), G4SPSRandomGenerator::GenRandEnergy(), G4SPSRandomGenerator::GenRandPhi(), G4SPSRandomGenerator::GenRandPosPhi(), G4SPSRandomGenerator::GenRandPosTheta(), G4SPSRandomGenerator::GenRandTheta(), G4SPSRandomGenerator::GenRandX(), G4SPSRandomGenerator::GenRandY(), G4SPSRandomGenerator::GenRandZ(), G4SPSEneDistribution::GenUserHistEnergies(), G4PAIPhotonModel::GetAlongStepTransfer(), G4ForwardXrayTR::GetEnergyTR(), G4VXTRenergyLoss::GetMeanFreePath(), G4PAIPhotonModel::GetPostStepTransfer(), G4VXTRenergyLoss::GetXTRrandomEnergy(), G4eeToHadronsModel::Initialise(), G4InitXscPAI::IntegralCherenkov(), G4InitXscPAI::IntegralPAIdEdx(), G4InitXscPAI::IntegralPAIxSection(), G4InitXscPAI::IntegralPlasmon(), G4RDVeLowEnergyLoss::InvertRangeVector(), G4hRDEnergyLoss::InvertRangeVector(), G4SPSEneDistribution::LinearInterpolation(), G4SPSEneDistribution::LogInterpolation(), G4PenelopeCrossSection::NormalizeShellCrossSections(), G4ForwardXrayTR::PostStepDoIt(), G4XNNElasticLowE::Print(), G4XnpElasticLowE::Print(), G4XnpTotalLowE::Print(), G4NuclNuclDiffuseElastic::SampleTableThetaCMS(), G4DiffuseElastic::SampleTableThetaCMS(), and G4SPSEneDistribution::SplineInterpolation().
|
inline |
Referenced by G4EmModelManager::FillLambdaVector(), G4NeutronInelasticXS::GetElementCrossSection(), G4Scintillation::GetScintillationYieldByParticleType(), G4NeutronInelasticXS::Initialise(), and G4VEmProcess::PrintInfoProcess().
|
inline |
Referenced by G4RDVeLowEnergyLoss::BuildInverseRangeTable(), G4hRDEnergyLoss::BuildInverseRangeTable(), G4RDVeLowEnergyLoss::BuildLabTimeVector(), G4hRDEnergyLoss::BuildLabTimeVector(), G4RDVeLowEnergyLoss::BuildProperTimeVector(), G4hRDEnergyLoss::BuildProperTimeVector(), G4RDVeLowEnergyLoss::BuildRangeCoeffATable(), G4hRDEnergyLoss::BuildRangeCoeffATable(), G4RDVeLowEnergyLoss::BuildRangeCoeffBTable(), G4hRDEnergyLoss::BuildRangeCoeffBTable(), G4RDVeLowEnergyLoss::BuildRangeCoeffCTable(), G4hRDEnergyLoss::BuildRangeCoeffCTable(), G4RDVeLowEnergyLoss::BuildRangeVector(), G4hRDEnergyLoss::BuildRangeVector(), G4eeToHadronsModel::ComputeCMCrossSectionPerElectron(), G4eeToHadronsModel::ComputeCrossSectionPerElectron(), G4XNNElasticLowE::CrossSection(), G4XResonance::CrossSection(), G4XnpElasticLowE::CrossSection(), G4XnpTotalLowE::CrossSection(), G4PartialWidthTable::Dump(), G4eeToHadronsModel::GenerateCMPhoton(), G4ChargeExchangeProcess::GetElementCrossSection(), G4PolarizedCompton::GetMeanFreePath(), G4NeutronHPJENDLHEData::getXSfromThisIsotope(), G4eeToHadronsModel::Initialise(), G4RDVeLowEnergyLoss::LabTimeIntLog(), G4hRDEnergyLoss::LabTimeIntLog(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4XNNElasticLowE::Print(), G4XnpTotalLowE::Print(), G4XnpElasticLowE::Print(), G4RDVeLowEnergyLoss::ProperTimeIntLog(), G4hRDEnergyLoss::ProperTimeIntLog(), G4RDVeLowEnergyLoss::RangeIntLin(), G4hRDEnergyLoss::RangeIntLin(), G4RDVeLowEnergyLoss::RangeIntLog(), G4hRDEnergyLoss::RangeIntLog(), G4XAnnihilationChannel::VariablePartialWidth(), and G4XAnnihilationChannel::VariableWidth().
|
inline |
Referenced by G4LossTableBuilder::BuildDEDXTable(), G4PenelopeIonisationXSHandler::BuildDeltaTable(), WLSPrimaryGeneratorAction::BuildEmissionSpectrum(), G4LossTableBuilder::BuildInverseRangeTable(), G4RDVeLowEnergyLoss::BuildInverseRangeTable(), G4hRDEnergyLoss::BuildInverseRangeTable(), G4ePolarizedIonisation::BuildPhysicsTable(), G4LossTableBuilder::BuildRangeTable(), G4OpWLS::BuildThePhysicsTable(), G4Cerenkov::BuildThePhysicsTable(), G4Scintillation::BuildThePhysicsTable(), G4AdjointCSManager::BuildTotalSigmaTables(), G4PenelopeIonisationXSHandler::BuildXSTable(), G4PenelopeBremsstrahlungModel::BuildXSTable(), G4LivermoreRayleighModel::ComputeCrossSectionPerAtom(), G4LivermoreGammaConversionModel::ComputeCrossSectionPerAtom(), G4LivermoreComptonModel::ComputeCrossSectionPerAtom(), G4SPSEneDistribution::ConvertEPNToEnergy(), G4PenelopeRayleighModel::DumpFormFactorTable(), G4EmModelManager::DumpModelList(), G4SPSEneDistribution::ExpInterpolation(), G4EmModelManager::FillDEDXVector(), G4EmModelManager::FillLambdaVector(), G4VEmProcess::FindLambdaMax(), G4SPSEneDistribution::GenArbPointEnergies(), G4SPSEneDistribution::GenEpnHistEnergies(), G4SPSAngDistribution::GenerateUserDefPhi(), G4SPSAngDistribution::GenerateUserDefTheta(), G4SPSRandomGenerator::GenRandEnergy(), G4SPSRandomGenerator::GenRandPhi(), G4SPSRandomGenerator::GenRandPosPhi(), G4SPSRandomGenerator::GenRandPosTheta(), G4SPSRandomGenerator::GenRandTheta(), G4SPSRandomGenerator::GenRandX(), G4SPSRandomGenerator::GenRandY(), G4SPSRandomGenerator::GenRandZ(), G4SPSEneDistribution::GenUserHistEnergies(), G4NeutronElasticXS::GetElementCrossSection(), G4PAIPhotData::GetEnergyPhotonTransfer(), G4PAIPhotData::GetEnergyPlasmonTransfer(), G4PAIModelData::GetEnergyTransfer(), G4PAIPhotData::GetEnergyTransfer(), G4PenelopeCrossSection::GetHardCrossSection(), G4PenelopeCrossSection::GetNormalizedShellCrossSection(), G4PenelopeCrossSection::GetShellCrossSection(), G4PenelopeCrossSection::GetSoftStoppingPower(), G4PenelopeCrossSection::GetTotalCrossSection(), G4eeToHadronsModel::Initialise(), G4NeutronInelasticXS::Initialise(), G4NeutronCaptureXS::IsoCrossSection(), G4SPSEneDistribution::LinearInterpolation(), G4SPSEneDistribution::LogInterpolation(), G4VEmProcess::PrintInfoProcess(), G4GDMLWriteMaterials::PropertyVectorWrite(), G4OpRayleigh::RayleighAttenuationLengthGenerator(), G4VEnergyLossProcess::SetLambdaTable(), and G4SPSEneDistribution::SplineInterpolation().
|
inline |
|
inline |
|
inline |
G4int G4PhysicsVector::operator!= | ( | const G4PhysicsVector & | right | ) | const |
Definition at line 117 of file G4PhysicsVector.cc.
|
inline |
G4PhysicsVector & G4PhysicsVector::operator= | ( | const G4PhysicsVector & | right | ) |
Definition at line 96 of file G4PhysicsVector.cc.
References baseBin, CopyData(), dBin, DeleteData(), and verboseLevel.
G4int G4PhysicsVector::operator== | ( | const G4PhysicsVector & | right | ) | const |
Definition at line 110 of file G4PhysicsVector.cc.
|
inline |
|
inline |
Referenced by G4RToEConvForGamma::BuildAbsorptionLengthVector(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4PolarizedCompton::BuildAsymmetryTable(), G4eplusPolarizedAnnihilation::BuildAsymmetryTable(), G4EmCorrections::BuildCorrectionVector(), G4KokoulinMuonNuclearXS::BuildCrossSectionTable(), G4LossTableBuilder::BuildDEDXTable(), G4eLowEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildDEDXTable(), G4VXTRenergyLoss::BuildEnergyTable(), G4VXTRenergyLoss::BuildGlobalAngleTable(), G4RDVeLowEnergyLoss::BuildInverseRangeTable(), G4hRDEnergyLoss::BuildInverseRangeTable(), G4RDVeLowEnergyLoss::BuildLabTimeVector(), G4hRDEnergyLoss::BuildLabTimeVector(), G4hImpactIonisation::BuildLambdaTable(), G4PAIPhotonModel::BuildLambdaVector(), G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4VRangeToEnergyConverter::BuildLossTable(), G4hImpactIonisation::BuildLossTable(), G4PAIPhotonModel::BuildPAIonisationTable(), G4ChargeExchangeProcess::BuildPhysicsTable(), G4ePolarizedIonisation::BuildPhysicsTable(), G4RDVeLowEnergyLoss::BuildProperTimeVector(), G4hRDEnergyLoss::BuildProperTimeVector(), G4RDVeLowEnergyLoss::BuildRangeCoeffATable(), G4hRDEnergyLoss::BuildRangeCoeffATable(), G4RDVeLowEnergyLoss::BuildRangeCoeffBTable(), G4hRDEnergyLoss::BuildRangeCoeffBTable(), G4RDVeLowEnergyLoss::BuildRangeCoeffCTable(), G4hRDEnergyLoss::BuildRangeCoeffCTable(), G4LossTableBuilder::BuildRangeTable(), G4VRangeToEnergyConverter::BuildRangeVector(), G4RDVeLowEnergyLoss::BuildRangeVector(), G4hRDEnergyLoss::BuildRangeVector(), G4LossTableBuilder::BuildTableForModel(), G4AdjointCSManager::BuildTotalSigmaTables(), G4ForwardXrayTR::BuildXrayTRtables(), G4eeToHadronsModel::ComputeCMCrossSectionPerElectron(), G4EnergyLossForExtrapolator::ComputeElectronDEDX(), G4EnergyLossForExtrapolator::ComputeMuonDEDX(), G4EnergyLossForExtrapolator::ComputeProtonDEDX(), G4EnergyLossForExtrapolator::ComputeTrasportXS(), G4EmModelManager::FillDEDXVector(), G4EmModelManager::FillLambdaVector(), G4XNNElasticLowE::G4XNNElasticLowE(), G4XnpElasticLowE::G4XnpElasticLowE(), G4XnpTotalLowE::G4XnpTotalLowE(), G4eeToHadronsModel::Initialise(), G4PAIPhotData::Initialise(), G4PAIModelData::Initialise(), G4InitXscPAI::IntegralCherenkov(), G4InitXscPAI::IntegralPAIdEdx(), G4InitXscPAI::IntegralPAIxSection(), G4InitXscPAI::IntegralPlasmon(), G4RDVeLowEnergyLoss::InvertRangeVector(), G4hRDEnergyLoss::InvertRangeVector(), and G4VRangeToEnergyConverter::operator=().
Reimplemented in G4PhysicsLogVector, G4PhysicsLinearVector, and G4PhysicsLnVector.
Definition at line 197 of file G4PhysicsVector.cc.
References binVector, dataVector, edgeMax, edgeMin, G4cerr, G4endl, numberOfNodes, and secDerivative.
Referenced by G4LivermoreRayleighModel::ReadData(), G4LivermoreComptonModel::ReadData(), G4LivermorePhotoElectricModel::ReadData(), G4ComponentSAIDTotalXS::ReadData(), G4PhysicsLnVector::Retrieve(), G4PhysicsLinearVector::Retrieve(), G4PhysicsLogVector::Retrieve(), and G4PhysicsTable::RetrievePhysicsTable().
Reimplemented in G4PhysicsLogVector, G4PhysicsLinearVector, and G4PhysicsLnVector.
Definition at line 281 of file G4PhysicsVector.cc.
References binVector, dataVector, edgeMax, edgeMin, n, and secDerivative.
Referenced by G4SPSEneDistribution::ExpInterpolation(), G4SPSEneDistribution::LinearInterpolation(), G4SPSEneDistribution::LogInterpolation(), G4LivermoreComptonModel::ReadData(), G4LivermorePhotoElectricModel::ReadData(), G4ComponentSAIDTotalXS::ReadData(), G4PhysicsLnVector::ScaleVector(), G4PhysicsLinearVector::ScaleVector(), G4PhysicsLogVector::ScaleVector(), and G4SPSEneDistribution::SplineInterpolation().
|
inline |
Referenced by G4WaterStopping::AddData(), G4EmCorrections::BuildCorrectionVector(), G4LossTableBuilder::BuildDEDXTable(), G4VEnergyLossProcess::BuildDEDXTable(), G4PenelopeRayleighModel::BuildFormFactorTable(), G4LossTableBuilder::BuildInverseRangeTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), G4LossTableBuilder::BuildRangeTable(), G4LossTableBuilder::BuildTableForModel(), OpNoviceDetectorConstruction::Construct(), G4EmElementSelector::G4EmElementSelector(), G4EmCorrections::Initialise(), G4HadronNucleonXsc::InitialiseKaonNucleonTotXsc(), G4VEnergyLossProcess::LambdaPhysicsVector(), G4VEmProcess::LambdaPhysicsVector(), G4eeTo3PiModel::PhysicsVector(), G4eeToTwoPiModel::PhysicsVector(), G4ee2KChargedModel::PhysicsVector(), G4ee2KNeutralModel::PhysicsVector(), G4eeToPGammaModel::PhysicsVector(), G4EnergyLossForExtrapolator::PrepareTable(), G4PenelopeBremsstrahlungAngular::PrepareTables(), G4LivermoreComptonModel::ReadData(), G4LivermorePhotoElectricModel::ReadData(), and G4ComponentSAIDTotalXS::ReadData().
|
inline |
|
private |
Definition at line 467 of file G4PhysicsVector.cc.
References binVector, numberOfNodes, and secDerivative.
Referenced by ComputeSecDerivatives(), ComputeSecondDerivatives(), and FillSecondDerivatives().
Definition at line 164 of file G4PhysicsVector.cc.
References binVector, dataVector, edgeMax, edgeMin, and numberOfNodes.
Definition at line 511 of file G4PhysicsVector.cc.
References dataVector, edgeMax, edgeMin, FindBin(), Interpolation(), and numberOfNodes.
Referenced by G4EmCorrections::BarkasCorrection(), G4LossTableBuilder::BuildRangeTable(), G4OpBoundaryProcess::CalculateReflectivity(), G4Track::CalculateVelocityForOpticalPhoton(), G4LivermoreRayleighModel::ComputeCrossSectionPerAtom(), G4LivermoreGammaConversionModel::ComputeCrossSectionPerAtom(), G4LivermoreComptonModel::ComputeCrossSectionPerAtom(), G4PenelopeGammaConversionModel::ComputeCrossSectionPerAtom(), G4PenelopeRayleighModel::ComputeCrossSectionPerAtom(), G4PenelopePhotoElectricModel::ComputeCrossSectionPerAtom(), G4VRangeToEnergyConverter::ConvertCutToKineticEnergy(), G4EmCorrections::EffectiveChargeCorrection(), G4PenelopeIonisationXSHandler::GetDensityCorrection(), G4NeutronElasticXS::GetElementCrossSection(), G4NeutronCaptureXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4PAIPhotData::GetEnergyPhotonTransfer(), G4PAIPhotData::GetEnergyPlasmonTransfer(), G4PAIModelData::GetEnergyTransfer(), G4PAIPhotData::GetEnergyTransfer(), G4PenelopeRayleighModel::GetFSquared(), G4PenelopeCrossSection::GetHardCrossSection(), G4HadronNucleonXsc::GetKmNeutronTotXscVector(), G4HadronNucleonXsc::GetKmProtonTotXscVector(), G4HadronNucleonXsc::GetKpNeutronTotXscVector(), G4HadronNucleonXsc::GetKpProtonTotXscVector(), G4PenelopeCrossSection::GetNormalizedShellCrossSection(), G4SPSEneDistribution::GetProbability(), G4Scintillation::GetScintillationYieldByParticleType(), G4PenelopeCrossSection::GetShellCrossSection(), G4PenelopePhotoElectricModel::GetShellCrossSection(), G4PenelopeCrossSection::GetSoftStoppingPower(), G4PenelopeCrossSection::GetTotalCrossSection(), G4ElementData::GetValueForElement(), G4PAIPhotData::Initialise(), G4PAIModelData::Initialise(), G4NeutronCaptureXS::IsoCrossSection(), G4NeutronInelasticXS::IsoCrossSection(), G4EmCorrections::KShellCorrection(), G4EmCorrections::LShellCorrection(), G4Cerenkov::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), G4PenelopeBremsstrahlungAngular::PrepareTables(), G4PenelopeBremsstrahlungAngular::SampleDirection(), G4PenelopeRayleighModel::SampleSecondaries(), G4VEnergyLossProcess::ScaledKinEnergyForLoss(), G4PenelopePhotoElectricModel::SelectRandomShell(), G4VEnergyLossProcess::SetCSDARangeTable(), G4VEnergyLossProcess::SetDEDXTable(), and G4EmCorrections::ShellCorrection().
|
friend |
Definition at line 491 of file G4PhysicsVector.cc.
|
protected |
Definition at line 241 of file G4PhysicsVector.hh.
Referenced by G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PhysicsVector(), operator=(), G4PhysicsLnVector::Retrieve(), G4PhysicsLinearVector::Retrieve(), G4PhysicsLogVector::Retrieve(), G4PhysicsLnVector::ScaleVector(), G4PhysicsLinearVector::ScaleVector(), and G4PhysicsLogVector::ScaleVector().
|
protected |
Definition at line 219 of file G4PhysicsVector.hh.
Referenced by ComputeSecDerivatives(), ComputeSecondDerivatives(), CopyData(), G4LPhysicsFreeVector::DumpValues(), FillSecondDerivatives(), FindLinearEnergy(), G4LPhysicsFreeVector::G4LPhysicsFreeVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), GetLowEdgeEnergy(), G4PhysicsOrderedFreeVector::InsertValues(), G4PhysicsOrderedFreeVector::LinearInterpolationOfEnergy(), operator<<(), G4PhysicsFreeVector::PutValue(), G4PhysicsLnVector::Retrieve(), G4PhysicsLinearVector::Retrieve(), G4PhysicsLogVector::Retrieve(), Retrieve(), G4PhysicsLnVector::ScaleVector(), G4PhysicsLinearVector::ScaleVector(), G4PhysicsLogVector::ScaleVector(), ScaleVector(), SplinePossible(), and Store().
|
protected |
Definition at line 218 of file G4PhysicsVector.hh.
Referenced by ComputeSecDerivatives(), ComputeSecondDerivatives(), CopyData(), G4LPhysicsFreeVector::DumpValues(), FillSecondDerivatives(), FindLinearEnergy(), G4PhysicsOrderedFreeVector::FindValueBinLocation(), G4LPhysicsFreeVector::G4LPhysicsFreeVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PhysicsOrderedFreeVector::InsertValues(), G4PhysicsOrderedFreeVector::LinearInterpolationOfEnergy(), operator<<(), G4PhysicsFreeVector::PutValue(), Retrieve(), ScaleVector(), Store(), and Value().
|
protected |
Definition at line 240 of file G4PhysicsVector.hh.
Referenced by G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PhysicsVector(), operator=(), G4PhysicsLnVector::Retrieve(), G4PhysicsLinearVector::Retrieve(), G4PhysicsLogVector::Retrieve(), G4PhysicsLnVector::ScaleVector(), G4PhysicsLinearVector::ScaleVector(), and G4PhysicsLogVector::ScaleVector().
|
protected |
Definition at line 214 of file G4PhysicsVector.hh.
Referenced by CopyData(), G4LPhysicsFreeVector::G4LPhysicsFreeVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PhysicsOrderedFreeVector::InsertValues(), operator<<(), G4PhysicsFreeVector::PutValue(), Retrieve(), ScaleVector(), Store(), and Value().
|
protected |
Definition at line 213 of file G4PhysicsVector.hh.
Referenced by CopyData(), G4LPhysicsFreeVector::G4LPhysicsFreeVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PhysicsOrderedFreeVector::InsertValues(), operator<<(), G4PhysicsFreeVector::PutValue(), Retrieve(), ScaleVector(), Store(), and Value().
|
protected |
Definition at line 216 of file G4PhysicsVector.hh.
Referenced by ComputeSecDerivatives(), ComputeSecondDerivatives(), CopyData(), G4LPhysicsFreeVector::DumpValues(), FillSecondDerivatives(), FindLinearEnergy(), G4PhysicsOrderedFreeVector::FindValueBinLocation(), G4LPhysicsFreeVector::G4LPhysicsFreeVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PhysicsOrderedFreeVector::InsertValues(), operator<<(), G4PhysicsFreeVector::PutValue(), Retrieve(), SplinePossible(), Store(), and Value().
|
protected |
Definition at line 220 of file G4PhysicsVector.hh.
Referenced by ComputeSecDerivatives(), ComputeSecondDerivatives(), CopyData(), DeleteData(), FillSecondDerivatives(), Retrieve(), ScaleVector(), and SplinePossible().
|
protected |
Definition at line 211 of file G4PhysicsVector.hh.
Referenced by CopyData(), G4LPhysicsFreeVector::G4LPhysicsFreeVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLnVector::G4PhysicsLnVector(), G4PhysicsLogVector::G4PhysicsLogVector(), and G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector().
|
private |
Definition at line 236 of file G4PhysicsVector.hh.
Referenced by ComputeSecDerivatives(), ComputeSecondDerivatives(), CopyData(), DeleteData(), and FillSecondDerivatives().
|
protected |
Definition at line 243 of file G4PhysicsVector.hh.
Referenced by G4PhysicsVector(), and operator=().