#include <G4MaterialCutsCouple.hh>
Public 멤버 함수 | |
G4MaterialCutsCouple () | |
G4MaterialCutsCouple (const G4Material *, G4ProductionCuts *cut=0) | |
G4MaterialCutsCouple (const G4MaterialCutsCouple &right) | |
G4MaterialCutsCouple & | operator= (const G4MaterialCutsCouple &right) |
virtual | ~G4MaterialCutsCouple () |
G4int | operator== (const G4MaterialCutsCouple &right) const |
G4int | operator!= (const G4MaterialCutsCouple &right) const |
void | SetMaterial (const G4Material *) |
const G4Material * | GetMaterial () const |
void | SetProductionCuts (G4ProductionCuts *) |
G4ProductionCuts * | GetProductionCuts () const |
G4bool | IsRecalcNeeded () const |
void | PhysicsTableUpdated () |
void | SetIndex (G4int idx) |
G4int | GetIndex () const |
void | SetUseFlag (G4bool flg=true) |
G4bool | IsUsed () const |
Private 속성 | |
G4bool | isMaterialModified |
const G4Material * | fMaterial |
G4ProductionCuts * | fCuts |
G4int | indexNumber |
G4bool | isUsedInGeometry |
G4MaterialCutsCouple.hh 파일의 50 번째 라인에서 정의되었습니다.
G4MaterialCutsCouple::G4MaterialCutsCouple | ( | ) |
G4MaterialCutsCouple.cc 파일의 41 번째 라인에서 정의되었습니다.
G4MaterialCutsCouple::G4MaterialCutsCouple | ( | const G4Material * | material, |
G4ProductionCuts * | cut = 0 |
||
) |
G4MaterialCutsCouple.cc 파일의 50 번째 라인에서 정의되었습니다.
G4MaterialCutsCouple::G4MaterialCutsCouple | ( | const G4MaterialCutsCouple & | right | ) |
G4MaterialCutsCouple.cc 파일의 61 번째 라인에서 정의되었습니다.
다음을 참조함 : right.
|
virtual |
G4MaterialCutsCouple.cc 파일의 67 번째 라인에서 정의되었습니다.
|
inline |
G4MaterialCutsCouple.hh 파일의 111 번째 라인에서 정의되었습니다.
다음을 참조함 : indexNumber.
다음에 의해서 참조됨 : G4NuclearStopping::AlongStepDoIt(), G4VMultipleScattering::AlongStepGetPhysicalInteractionLength(), G4RDShellVacancy::AverageNOfIonisations(), G4ShellVacancy::AverageNOfIonisations(), G4AdjointCSManager::BuildTotalSigmaTables(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4mplIonisationModel::ComputeDEDXPerVolume(), G4mplIonisationWithDeltaModel::ComputeDEDXPerVolume(), G4GoudsmitSaundersonTable::ComputeScatteringPowerCorrection(), G4AdjointCSManager::ComputeTotalAdjointCS(), G4UrbanMscModel::ComputeTruePathLengthLimit(), G4UrbanAdjointMscModel::ComputeTruePathLengthLimit(), G4VEmAdjointModel::DefineCurrentMaterial(), G4AdjointCSManager::DefineCurrentMaterial(), G4AdjointPhotoElectricModel::DefineCurrentMaterialAndElectronEnergy(), G4WentzelVIRelModel::DefineMaterial(), G4eSingleCoulombScatteringModel::DefineMaterial(), G4AdjointAlongStepWeightCorrection::DefineMaterial(), G4IonCoulombScatteringModel::DefineMaterial(), G4hCoulombScatteringModel::DefineMaterial(), G4ContinuousGainOfEnergy::DefineMaterial(), G4WentzelVIModel::DefineMaterial(), G4eCoulombScatteringModel::DefineMaterial(), G4VEmProcess::DefineMaterial(), G4VEnergyLossProcess::DefineMaterial(), G4hImpactIonisation::DeltaRaysEnergy(), G4ProductionCutsTable::DumpCouples(), G4EmModelManager::FillDEDXVector(), G4EmModelManager::FillLambdaVector(), G4ForwardXrayTR::G4ForwardXrayTR(), G4EmCalculator::GetCrossSectionPerVolume(), G4EnergyLossTables::GetDEDX(), G4RDVeLowEnergyLoss::GetLossWithFluct(), G4LowEnergyRayleigh::GetMeanFreePath(), G4LowEnergyCompton::GetMeanFreePath(), G4LowEnergyGammaConversion::GetMeanFreePath(), G4hImpactIonisation::GetMeanFreePath(), G4LowEnergyPolarizedCompton::GetMeanFreePath(), G4EnergyLossTables::GetPreciseDEDX(), G4EnergyLossTables::GetPreciseEnergyFromRange(), G4EnergyLossTables::GetPreciseRangeFromEnergy(), G4EnergyLossTables::GetRange(), G4VMscModel::GetTransportMeanFreePath(), G4PAIPhotModel::Initialise(), G4PAIModel::Initialise(), G4GoudsmitSaundersonTable::InitSCPCorrection(), G4EmCorrections::IonHighOrderCorrections(), G4HadronElasticProcess::PostStepDoIt(), G4NeutrinoElectronProcess::PostStepDoIt(), G4LowEnergyPhotoElectric::PostStepDoIt(), G4LowEnergyIonisation::PostStepDoIt(), G4LowEnergyBremsstrahlung::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4hImpactIonisation::PrintInfoDefinition(), G4LivermorePolarizedPhotoElectricGDModel::SampleSecondaries(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4LivermoreComptonModel::SampleSecondaries(), G4LivermorePhotoElectricModel::SampleSecondaries(), G4LivermorePolarizedPhotoElectricModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), G4PenelopePhotoElectricModel::SampleSecondaries(), G4KleinNishinaModel::SampleSecondaries(), G4PEEffectFluoModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4RDVCrossSectionHandler::SelectRandomAtom(), G4VCrossSectionHandler::SelectRandomAtom(), G4VEmModel::SelectRandomAtom(), G4RDVCrossSectionHandler::SelectRandomElement(), G4VCrossSectionHandler::SelectRandomElement(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo(), G4EmCalculator::UpdateCouple().
|
inline |
G4MaterialCutsCouple.hh 파일의 150 번째 라인에서 정의되었습니다.
다음을 참조함 : fMaterial.
다음에 의해서 참조됨 : G4AdjointBremsstrahlungModel::AdjointCrossSection(), G4NuclearStopping::AlongStepDoIt(), G4hImpactIonisation::AlongStepDoIt(), G4hImpactIonisation::AntiProtonParametrisedDEDX(), G4CrossSectionHandler::BuildCrossSectionsForMaterials(), G4RDCrossSectionHandler::BuildCrossSectionsForMaterials(), G4RDBremsstrahlungCrossSectionHandler::BuildCrossSectionsForMaterials(), G4RDeIonisationCrossSectionHandler::BuildCrossSectionsForMaterials(), G4BremsstrahlungCrossSectionHandler::BuildCrossSectionsForMaterials(), G4eIonisationCrossSectionHandler::BuildCrossSectionsForMaterials(), G4VEnergyLossProcess::BuildLambdaTable(), G4hImpactIonisation::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4hImpactIonisation::BuildLossTable(), G4hImpactIonisation::BuildPhysicsTable(), G4LossTableBuilder::BuildTableForModel(), G4AdjointCSManager::BuildTotalSigmaTables(), G4ForwardXrayTR::BuildXrayTRtables(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4PEEffectFluoModel::ComputeCrossSectionPerAtom(), G4hImpactIonisation::ComputeDEDX(), G4VEmModel::ComputeDEDX(), G4WentzelVIRelModel::ComputeEffectiveMass(), G4UrbanMscModel::ComputeTruePathLengthLimit(), G4UrbanAdjointMscModel::ComputeTruePathLengthLimit(), G4GoudsmitSaundersonMscModel::ComputeTruePathLengthLimit(), G4AtimaEnergyLossModel::CorrectionsAlongStep(), G4LindhardSorensenIonModel::CorrectionsAlongStep(), G4BetheBlochModel::CorrectionsAlongStep(), G4BraggIonModel::CorrectionsAlongStep(), G4VEmModel::CrossSection(), G4LowEnergyIonisation::DeexciteAtom(), G4VEmAdjointModel::DefineCurrentMaterial(), G4AdjointCSManager::DefineCurrentMaterial(), G4AdjointPhotoElectricModel::DefineCurrentMaterialAndElectronEnergy(), G4WentzelVIRelModel::DefineMaterial(), G4eSingleCoulombScatteringModel::DefineMaterial(), G4AdjointAlongStepWeightCorrection::DefineMaterial(), G4IonCoulombScatteringModel::DefineMaterial(), G4hCoulombScatteringModel::DefineMaterial(), G4ContinuousGainOfEnergy::DefineMaterial(), G4WentzelVIModel::DefineMaterial(), G4eCoulombScatteringModel::DefineMaterial(), G4VEmProcess::DefineMaterial(), G4VEnergyLossProcess::DefineMaterial(), G4hImpactIonisation::DeltaRaysEnergy(), G4ProductionCutsTable::DumpCouples(), G4EmModelManager::FillDEDXVector(), G4EmModelManager::FillLambdaVector(), G4ForwardXrayTR::G4ForwardXrayTR(), G4InitXscPAI::G4InitXscPAI(), G4PAIxSection::G4PAIxSection(), G4RDShellVacancy::GenerateNumberOfIonisations(), G4ShellVacancy::GenerateNumberOfIonisations(), G4AdjointBremsstrahlungModel::GetAdjointCrossSection(), G4hImpactIonisation::GetConstraints(), RunAction::GetCuts(), G4VMscModel::GetEnergy(), RunAction::GetEnergyCut(), G4ForwardXrayTR::GetEnergyTR(), G4RDVeLowEnergyLoss::GetLossWithFluct(), G4hImpactIonisation::GetMeanFreePath(), G4ScreenedNuclearRecoil::GetMeanFreePath(), G4VMscModel::GetRange(), G4GoudsmitSaundersonMscModel::GetTransportMeanFreePath(), G4GoudsmitSaundersonMscModel::GetTransportMeanFreePathOnly(), G4GSPWACorrections::InitDataPerElement(), G4GSPWACorrections::InitDataPerMaterials(), G4LivermoreRayleighModel::Initialise(), G4LivermoreNuclearGammaConversionModel::Initialise(), G4BoldyshevTripletModel::Initialise(), G4LivermoreGammaConversionModelRC::Initialise(), G4LivermoreGammaConversionModel::Initialise(), G4LivermorePolarizedGammaConversionModel::Initialise(), G4LivermorePolarizedPhotoElectricGDModel::Initialise(), G4LivermoreComptonModel::Initialise(), G4LivermorePolarizedPhotoElectricModel::Initialise(), G4LivermorePhotoElectricModel::Initialise(), G4LivermorePolarizedRayleighModel::Initialise(), G4LivermorePolarizedComptonModel::Initialise(), G4PenelopeGammaConversionModel::Initialise(), G4PenelopeRayleighModel::Initialise(), G4mplIonisationModel::Initialise(), G4mplIonisationWithDeltaModel::Initialise(), G4PenelopePhotoElectricModel::Initialise(), G4PenelopeBremsstrahlungModel::Initialise(), G4PAIPhotData::Initialise(), G4PenelopeIonisationModel::Initialise(), G4PAIModelData::Initialise(), G4LowEPComptonModel::Initialise(), G4LowEPPolarizedComptonModel::Initialise(), G4EmModelManager::Initialise(), G4LossTableBuilder::InitialiseBaseMaterials(), G4LossTableBuilder::InitialiseCouples(), G4VEmModel::InitialiseElementSelectors(), G4EmCorrections::InitialiseForNewRun(), G4PenelopeBremsstrahlungModel::InitialiseLocal(), G4LivermoreGammaConversionModel::InitialiseProbability(), G4GSMottCorrection::InitMCDataPerElement(), G4GSMottCorrection::InitMCDataPerMaterials(), G4GoudsmitSaundersonTable::InitSCPCorrection(), G4EmCorrections::IonHighOrderCorrections(), G4ProductionCutsTable::IsCoupleUsedInTheRegion(), G4AtimaEnergyLossModel::MinEnergyCut(), G4LindhardSorensenIonModel::MinEnergyCut(), G4BraggIonModel::MinEnergyCut(), G4MuBetheBlochModel::MinEnergyCut(), G4BetheBlochModel::MinEnergyCut(), G4Transportation::PostStepDoIt(), G4CoupledTransportation::PostStepDoIt(), G4MonopoleTransportation::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4ITTransportation::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4ScreenedNuclearRecoil::PostStepDoIt(), G4hImpactIonisation::PrintInfoDefinition(), G4hImpactIonisation::ProtonParametrisedDEDX(), G4UrbanMscModel::SampleCosineTheta(), G4UrbanAdjointMscModel::SampleCosineTheta(), G4UniversalFluctuation::SampleFluctuations(), G4BohrFluctuations::SampleFluctuations(), G4AtimaFluctuations::SampleFluctuations(), G4IonFluctuations::SampleFluctuations(), G4mplIonisationModel::SampleFluctuations(), G4mplIonisationWithDeltaModel::SampleFluctuations(), G4LEPTSDissociationModel::SampleSecondaries(), G4LEPTSPositroniumModel::SampleSecondaries(), G4LEPTSElasticModel::SampleSecondaries(), G4LEPTSVibExcitationModel::SampleSecondaries(), G4LEPTSIonisationModel::SampleSecondaries(), G4LEPTSRotExcitationModel::SampleSecondaries(), G4LEPTSExcitationModel::SampleSecondaries(), G4LivermorePolarizedPhotoElectricGDModel::SampleSecondaries(), G4LivermoreRayleighModel::SampleSecondaries(), G4DNARuddIonisationModel::SampleSecondaries(), G4DNARuddIonisationExtendedModel::SampleSecondaries(), G4DNABornIonisationModel2::SampleSecondaries(), G4DNABornIonisationModel1::SampleSecondaries(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4LivermoreComptonModel::SampleSecondaries(), G4DNAEmfietzoglouIonisationModel::SampleSecondaries(), G4SeltzerBergerModel::SampleSecondaries(), G4LivermorePhotoElectricModel::SampleSecondaries(), G4LivermoreBremsstrahlungModel::SampleSecondaries(), G4LivermorePolarizedPhotoElectricModel::SampleSecondaries(), G4PenelopeGammaConversionModel::SampleSecondaries(), G4LivermoreIonisationModel::SampleSecondaries(), G4PenelopeRayleighModel::SampleSecondaries(), G4PenelopePhotoElectricModel::SampleSecondaries(), G4MicroElecInelasticModel::SampleSecondaries(), G4PEEffectFluoModel::SampleSecondaries(), G4eBremsstrahlungRelModel::SampleSecondaries(), G4eBremParametrizedModel::SampleSecondaries(), G4PairProductionRelModel::SampleSecondaries(), G4PenelopeBremsstrahlungModel::SampleSecondaries(), G4PAIPhotModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4PAIModel::SampleSecondaries(), G4DNAModelInterface::SampleSecondaries(), G4MollerBhabhaModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4BraggModel::SampleSecondaries(), G4ICRU73QOModel::SampleSecondaries(), G4BraggIonModel::SampleSecondaries(), G4AtimaEnergyLossModel::SampleSecondaries(), G4LindhardSorensenIonModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4BetheBlochModel::SampleSecondaries(), G4IonParametrisedLossModel::SampleSecondaries(), G4ProductionCutsTable::ScanAndSetCouple(), G4RDVCrossSectionHandler::SelectRandomAtom(), G4VCrossSectionHandler::SelectRandomAtom(), G4VEmModel::SelectRandomAtom(), G4RDVCrossSectionHandler::SelectRandomElement(), G4VCrossSectionHandler::SelectRandomElement(), G4ScreenedCoulombCrossSection::SelectRandomUnweightedTarget(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo(), G4VEmModel::Value(), G4EmSaturation::VisibleEnergyDeposition().
|
inline |
G4MaterialCutsCouple.hh 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : fCuts.
다음에 의해서 참조됨 : G4VEnergyLossProcess::AlongStepDoIt(), G4VEnergyLossProcess::AlongStepGetPhysicalInteractionLength(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4WentzelVIModel::ComputeTruePathLengthLimit(), G4UrbanMscModel::ComputeTruePathLengthLimit(), G4UrbanAdjointMscModel::ComputeTruePathLengthLimit(), G4ContinuousGainOfEnergy::DefineMaterial(), G4ProductionCutsTable::DumpCouples(), G4RDRangeTest::Escape(), G4hImpactIonisation::GetConstraints(), G4EmBiasingManager::Initialise(), G4EmModelManager::Initialise(), G4VAtomDeexcitation::InitialiseAtomicDeexcitation(), G4LossTableBuilder::InitialiseBaseMaterials(), G4LossTableBuilder::InitialiseCouples(), G4ProductionCutsTable::IsCoupleUsedInTheRegion(), G4Transportation::PostStepDoIt(), G4MonopoleTransportation::PostStepDoIt(), G4CoupledTransportation::PostStepDoIt(), G4ITTransportation::PostStepDoIt(), G4VEnergyLossProcess::PreparePhysicsTable(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo(), G4ParallelWorldProcess::SwitchMaterial().
|
inline |
G4MaterialCutsCouple.hh 파일의 156 번째 라인에서 정의되었습니다.
다음을 참조함 : fCuts, isMaterialModified, G4ProductionCuts::IsModified().
다음에 의해서 참조됨 : G4hRDEnergyLoss::CutsWhereModified(), G4PhysicsTableHelper::PreparePhysicsTable().
|
inline |
G4MaterialCutsCouple.hh 파일의 119 번째 라인에서 정의되었습니다.
다음을 참조함 : isUsedInGeometry.
다음에 의해서 참조됨 : G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4ProductionCutsTable::DumpCouples(), G4GSPWACorrections::InitDataPerElement(), G4GSPWACorrections::InitDataPerMaterials(), G4GSMottCorrection::InitMCDataPerElement(), G4GSMottCorrection::InitMCDataPerMaterials(), G4PhysicsTableHelper::PreparePhysicsTable(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo().
|
inline |
G4MaterialCutsCouple.hh 파일의 137 번째 라인에서 정의되었습니다.
G4MaterialCutsCouple & G4MaterialCutsCouple::operator= | ( | const G4MaterialCutsCouple & | right | ) |
G4MaterialCutsCouple.cc 파일의 71 번째 라인에서 정의되었습니다.
다음을 참조함 : fCuts, fMaterial, indexNumber, isMaterialModified, isUsedInGeometry.
|
inline |
G4MaterialCutsCouple.hh 파일의 131 번째 라인에서 정의되었습니다.
|
inline |
G4MaterialCutsCouple.hh 파일의 164 번째 라인에서 정의되었습니다.
다음을 참조함 : fCuts, isMaterialModified, G4ProductionCuts::PhysicsTableUpdated().
G4MaterialCutsCouple.hh 파일의 107 번째 라인에서 정의되었습니다.
다음을 참조함 : indexNumber.
다음에 의해서 참조됨 : G4ProductionCutsTable::UpdateCoupleTable().
|
inline |
G4MaterialCutsCouple.hh 파일의 143 번째 라인에서 정의되었습니다.
다음을 참조함 : fMaterial, isMaterialModified.
|
inline |
G4MaterialCutsCouple.hh 파일의 123 번째 라인에서 정의되었습니다.
다음을 참조함 : fCuts.
G4MaterialCutsCouple.hh 파일의 115 번째 라인에서 정의되었습니다.
다음을 참조함 : isUsedInGeometry.
다음에 의해서 참조됨 : G4ProductionCutsTable::UpdateCoupleTable().
|
private |
G4MaterialCutsCouple.hh 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetProductionCuts(), IsRecalcNeeded(), operator=(), PhysicsTableUpdated(), SetProductionCuts().
|
private |
G4MaterialCutsCouple.hh 파일의 99 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetMaterial(), operator=(), SetMaterial().
|
private |
G4MaterialCutsCouple.hh 파일의 101 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetIndex(), operator=(), SetIndex().
|
private |
G4MaterialCutsCouple.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsRecalcNeeded(), operator=(), PhysicsTableUpdated(), SetMaterial().
|
private |
G4MaterialCutsCouple.hh 파일의 102 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IsUsed(), operator=(), SetUseFlag().