Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | 정적 Public 멤버 함수 | Private 멤버 함수 | Private 속성 | 정적 Private 속성 | Friends | 모든 멤버 목록
G4AdjointCSManager 클래스 참조

#include <G4AdjointCSManager.hh>

Public 멤버 함수

 ~G4AdjointCSManager ()
 
G4int GetNbProcesses ()
 
size_t RegisterEmAdjointModel (G4VEmAdjointModel *)
 
void RegisterEmProcess (G4VEmProcess *aProcess, G4ParticleDefinition *aPartDef)
 
void RegisterEnergyLossProcess (G4VEnergyLossProcess *aProcess, G4ParticleDefinition *aPartDef)
 
void RegisterAdjointParticle (G4ParticleDefinition *aPartDef)
 
void BuildCrossSectionMatrices ()
 
void BuildTotalSigmaTables ()
 
G4double GetTotalAdjointCS (G4ParticleDefinition *aPartDef, G4double Ekin, const G4MaterialCutsCouple *aCouple)
 
G4double GetTotalForwardCS (G4ParticleDefinition *aPartDef, G4double Ekin, const G4MaterialCutsCouple *aCouple)
 
G4double GetAdjointSigma (G4double Ekin_nuc, size_t index_model, G4bool is_scat_proj_to_proj, const G4MaterialCutsCouple *aCouple)
 
void GetEminForTotalCS (G4ParticleDefinition *aPartDef, const G4MaterialCutsCouple *aCouple, G4double &emin_adj, G4double &emin_fwd)
 
void GetMaxFwdTotalCS (G4ParticleDefinition *aPartDef, const G4MaterialCutsCouple *aCouple, G4double &e_sigma_max, G4double &sigma_max)
 
void GetMaxAdjTotalCS (G4ParticleDefinition *aPartDef, const G4MaterialCutsCouple *aCouple, G4double &e_sigma_max, G4double &sigma_max)
 
G4double GetCrossSectionCorrection (G4ParticleDefinition *aPartDef, G4double PreStepEkin, const G4MaterialCutsCouple *aCouple, G4bool &fwd_is_used, G4double &fwd_TotCS)
 
void SetFwdCrossSectionMode (G4bool aBool)
 
G4double GetContinuousWeightCorrection (G4ParticleDefinition *aPartDef, G4double PreStepEkin, G4double AfterStepEkin, const G4MaterialCutsCouple *aCouple, G4double step_length)
 
G4double GetPostStepWeightCorrection ()
 
G4double ComputeAdjointCS (G4Material *aMaterial, G4VEmAdjointModel *aModel, G4double PrimEnergy, G4double Tcut, G4bool IsScatProjToProjCase, std::vector< G4double > &AdjointCS_for_each_element)
 
G4ElementSampleElementFromCSMatrices (G4Material *aMaterial, G4VEmAdjointModel *aModel, G4double PrimEnergy, G4double Tcut, G4bool IsScatProjToProjCase)
 
G4double ComputeTotalAdjointCS (const G4MaterialCutsCouple *aMatCutCouple, G4ParticleDefinition *aPart, G4double PrimEnergy)
 
G4ParticleDefinitionGetAdjointParticleEquivalent (G4ParticleDefinition *theFwdPartDef)
 
G4ParticleDefinitionGetForwardParticleEquivalent (G4ParticleDefinition *theAdjPartDef)
 
void SetTmin (G4double aVal)
 
void SetTmax (G4double aVal)
 
void SetNbins (G4int aInt)
 
void SetIon (G4ParticleDefinition *adjIon, G4ParticleDefinition *fwdIon)
 

정적 Public 멤버 함수

static G4AdjointCSManagerGetAdjointCSManager ()
 

Private 멤버 함수

std::vector< G4AdjointCSMatrix * > BuildCrossSectionsMatricesForAGivenModelAndElement (G4VEmAdjointModel *aModel, G4int Z, G4int A, G4int nbin_pro_decade)
 
std::vector< G4AdjointCSMatrix * > BuildCrossSectionsMatricesForAGivenModelAndMaterial (G4VEmAdjointModel *aModel, G4Material *aMaterial, G4int nbin_pro_decade)
 
 G4AdjointCSManager ()
 
void DefineCurrentMaterial (const G4MaterialCutsCouple *couple)
 
void DefineCurrentParticle (const G4ParticleDefinition *aPartDef)
 
G4double ComputeAdjointCS (G4double aPrimEnergy, G4AdjointCSMatrix *anAdjointCSMatrix, G4double Tcut)
 

Private 속성

std::vector< std::vector
< G4AdjointCSMatrix * > > 
theAdjointCSMatricesForScatProjToProj
 
std::vector< std::vector
< G4AdjointCSMatrix * > > 
theAdjointCSMatricesForProdToProj
 
std::vector< G4VEmAdjointModel * > listOfAdjointEMModel
 
G4MateriallastMaterial
 
G4double lastPrimaryEnergy
 
G4double lastTcut
 
std::vector< size_t > listOfIndexOfAdjointEMModelInAction
 
std::vector< G4boollistOfIsScatProjToProjCase
 
std::vector< std::vector
< G4double > > 
lastAdjointCSVsModelsAndElements
 
G4bool CrossSectionMatrixesAreBuilt
 
size_t currentParticleIndex
 
G4ParticleDefinitioncurrentParticleDef
 
std::vector< G4PhysicsTable * > theTotalForwardSigmaTableVector
 
std::vector< G4PhysicsTable * > theTotalAdjointSigmaTableVector
 
std::vector< std::vector
< G4double > > 
EminForFwdSigmaTables
 
std::vector< std::vector
< G4double > > 
EminForAdjSigmaTables
 
std::vector< std::vector
< G4double > > 
EkinofFwdSigmaMax
 
std::vector< std::vector
< G4double > > 
EkinofAdjSigmaMax
 
G4bool TotalSigmaTableAreBuilt
 
std::vector< G4PhysicsTable * > listSigmaTableForAdjointModelScatProjToProj
 
std::vector< G4PhysicsTable * > listSigmaTableForAdjointModelProdToProj
 
std::vector< std::vector
< G4VEmProcess * > * > 
listOfForwardEmProcess
 
std::vector< std::vector
< G4VEnergyLossProcess * > * > 
listOfForwardEnergyLossProcess
 
std::vector
< G4ParticleDefinition * > 
theListOfAdjointParticlesInAction
 
G4double Tmin
 
G4double Tmax
 
G4int nbins
 
G4MaterialCutsCouplecurrentCouple
 
G4MaterialcurrentMaterial
 
size_t currentMatIndex
 
G4int verbose
 
G4bool forward_CS_is_used
 
G4bool forward_CS_mode
 
G4double PreadjCS
 
G4double PostadjCS
 
G4double PrefwdCS
 
G4double PostfwdCS
 
G4double LastEkinForCS
 
G4double LastCSCorrectionFactor
 
G4ParticleDefinitionlastPartDefForCS
 
G4ParticleDefinitiontheAdjIon
 
G4ParticleDefinitiontheFwdIon
 
G4double massRatio
 
size_t eindex
 

정적 Private 속성

static G4ThreadLocal
G4AdjointCSManager
theInstance = nullptr
 

Friends

class G4ThreadLocalSingleton< G4AdjointCSManager >
 

상세한 설명

G4AdjointCSManager.hh 파일의 69 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4AdjointCSManager::~G4AdjointCSManager ( )

G4AdjointCSManager.cc 파일의 118 번째 라인에서 정의되었습니다.

G4AdjointCSManager::G4AdjointCSManager ( )
private

멤버 함수 문서화

void G4AdjointCSManager::BuildCrossSectionMatrices ( )
std::vector< G4AdjointCSMatrix * > G4AdjointCSManager::BuildCrossSectionsMatricesForAGivenModelAndElement ( G4VEmAdjointModel aModel,
G4int  Z,
G4int  A,
G4int  nbin_pro_decade 
)
private
std::vector< G4AdjointCSMatrix * > G4AdjointCSManager::BuildCrossSectionsMatricesForAGivenModelAndMaterial ( G4VEmAdjointModel aModel,
G4Material aMaterial,
G4int  nbin_pro_decade 
)
private
void G4AdjointCSManager::BuildTotalSigmaTables ( )
G4double G4AdjointCSManager::ComputeAdjointCS ( G4Material aMaterial,
G4VEmAdjointModel aModel,
G4double  PrimEnergy,
G4double  Tcut,
G4bool  IsScatProjToProjCase,
std::vector< G4double > &  AdjointCS_for_each_element 
)
G4double G4AdjointCSManager::ComputeAdjointCS ( G4double  aPrimEnergy,
G4AdjointCSMatrix anAdjointCSMatrix,
G4double  Tcut 
)
private
G4double G4AdjointCSManager::ComputeTotalAdjointCS ( const G4MaterialCutsCouple aMatCutCouple,
G4ParticleDefinition aPart,
G4double  PrimEnergy 
)
void G4AdjointCSManager::DefineCurrentMaterial ( const G4MaterialCutsCouple couple)
private
void G4AdjointCSManager::DefineCurrentParticle ( const G4ParticleDefinition aPartDef)
private
G4AdjointCSManager * G4AdjointCSManager::GetAdjointCSManager ( )
static
G4ParticleDefinition * G4AdjointCSManager::GetAdjointParticleEquivalent ( G4ParticleDefinition theFwdPartDef)
G4double G4AdjointCSManager::GetAdjointSigma ( G4double  Ekin_nuc,
size_t  index_model,
G4bool  is_scat_proj_to_proj,
const G4MaterialCutsCouple aCouple 
)
G4double G4AdjointCSManager::GetContinuousWeightCorrection ( G4ParticleDefinition aPartDef,
G4double  PreStepEkin,
G4double  AfterStepEkin,
const G4MaterialCutsCouple aCouple,
G4double  step_length 
)

G4AdjointCSManager.cc 파일의 504 번째 라인에서 정의되었습니다.

다음을 참조함 : forward_CS_is_used, GetTotalAdjointCS(), GetTotalForwardCS(), LastCSCorrectionFactor.

다음에 의해서 참조됨 : G4AdjointAlongStepWeightCorrection::AlongStepDoIt().

G4double G4AdjointCSManager::GetCrossSectionCorrection ( G4ParticleDefinition aPartDef,
G4double  PreStepEkin,
const G4MaterialCutsCouple aCouple,
G4bool fwd_is_used,
G4double fwd_TotCS 
)
void G4AdjointCSManager::GetEminForTotalCS ( G4ParticleDefinition aPartDef,
const G4MaterialCutsCouple aCouple,
G4double emin_adj,
G4double emin_fwd 
)
G4ParticleDefinition * G4AdjointCSManager::GetForwardParticleEquivalent ( G4ParticleDefinition theAdjPartDef)

G4AdjointCSManager.cc 파일의 960 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Electron::Electron(), G4Gamma::Gamma(), G4ParticleDefinition::GetParticleName(), G4Proton::Proton(), theAdjIon, theFwdIon.

다음에 의해서 참조됨 : ComputeTotalAdjointCS().

void G4AdjointCSManager::GetMaxAdjTotalCS ( G4ParticleDefinition aPartDef,
const G4MaterialCutsCouple aCouple,
G4double e_sigma_max,
G4double sigma_max 
)
void G4AdjointCSManager::GetMaxFwdTotalCS ( G4ParticleDefinition aPartDef,
const G4MaterialCutsCouple aCouple,
G4double e_sigma_max,
G4double sigma_max 
)
G4int G4AdjointCSManager::GetNbProcesses ( )
G4double G4AdjointCSManager::GetPostStepWeightCorrection ( )
G4double G4AdjointCSManager::GetTotalAdjointCS ( G4ParticleDefinition aPartDef,
G4double  Ekin,
const G4MaterialCutsCouple aCouple 
)
G4double G4AdjointCSManager::GetTotalForwardCS ( G4ParticleDefinition aPartDef,
G4double  Ekin,
const G4MaterialCutsCouple aCouple 
)
void G4AdjointCSManager::RegisterAdjointParticle ( G4ParticleDefinition aPartDef)
size_t G4AdjointCSManager::RegisterEmAdjointModel ( G4VEmAdjointModel aModel)

G4AdjointCSManager.cc 파일의 123 번째 라인에서 정의되었습니다.

다음을 참조함 : listOfAdjointEMModel, listSigmaTableForAdjointModelProdToProj, listSigmaTableForAdjointModelScatProjToProj.

다음에 의해서 참조됨 : G4VEmAdjointModel::G4VEmAdjointModel().

void G4AdjointCSManager::RegisterEmProcess ( G4VEmProcess aProcess,
G4ParticleDefinition aPartDef 
)
void G4AdjointCSManager::RegisterEnergyLossProcess ( G4VEnergyLossProcess aProcess,
G4ParticleDefinition aPartDef 
)
G4Element * G4AdjointCSManager::SampleElementFromCSMatrices ( G4Material aMaterial,
G4VEmAdjointModel aModel,
G4double  PrimEnergy,
G4double  Tcut,
G4bool  IsScatProjToProjCase 
)

G4AdjointCSManager.cc 파일의 664 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeAdjointCS(), G4UniformRand, G4Material::GetElement().

void G4AdjointCSManager::SetFwdCrossSectionMode ( G4bool  aBool)
inline

G4AdjointCSManager.hh 파일의 124 번째 라인에서 정의되었습니다.

다음을 참조함 : forward_CS_mode.

void G4AdjointCSManager::SetIon ( G4ParticleDefinition adjIon,
G4ParticleDefinition fwdIon 
)
inline

G4AdjointCSManager.hh 파일의 171 번째 라인에서 정의되었습니다.

다음을 참조함 : theAdjIon, theFwdIon.

void G4AdjointCSManager::SetNbins ( G4int  aInt)
inline

G4AdjointCSManager.hh 파일의 170 번째 라인에서 정의되었습니다.

다음을 참조함 : nbins.

void G4AdjointCSManager::SetTmax ( G4double  aVal)
inline

G4AdjointCSManager.hh 파일의 169 번째 라인에서 정의되었습니다.

다음을 참조함 : Tmax.

void G4AdjointCSManager::SetTmin ( G4double  aVal)
inline

G4AdjointCSManager.hh 파일의 168 번째 라인에서 정의되었습니다.

다음을 참조함 : Tmin.

Friend, 그리고 관련된 함수 문서화

G4AdjointCSManager.hh 파일의 72 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

G4bool G4AdjointCSManager::CrossSectionMatrixesAreBuilt
private

G4AdjointCSManager.hh 파일의 199 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildCrossSectionMatrices(), G4AdjointCSManager().

G4MaterialCutsCouple* G4AdjointCSManager::currentCouple
private

G4AdjointCSManager.hh 파일의 231 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS(), DefineCurrentMaterial(), G4AdjointCSManager(), GetCrossSectionCorrection().

G4Material* G4AdjointCSManager::currentMaterial
private

G4AdjointCSManager.hh 파일의 232 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeTotalAdjointCS(), DefineCurrentMaterial(), G4AdjointCSManager().

size_t G4AdjointCSManager::currentMatIndex
private
G4ParticleDefinition* G4AdjointCSManager::currentParticleDef
private

G4AdjointCSManager.hh 파일의 201 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DefineCurrentParticle(), G4AdjointCSManager().

size_t G4AdjointCSManager::currentParticleIndex
private
size_t G4AdjointCSManager::eindex
private

G4AdjointCSManager.hh 파일의 265 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), ComputeTotalAdjointCS(), G4AdjointCSManager().

std::vector< std::vector<G4double> > G4AdjointCSManager::EkinofAdjSigmaMax
private

G4AdjointCSManager.hh 파일의 210 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetMaxAdjTotalCS(), RegisterAdjointParticle().

std::vector< std::vector<G4double> > G4AdjointCSManager::EkinofFwdSigmaMax
private

G4AdjointCSManager.hh 파일의 209 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetMaxFwdTotalCS(), RegisterAdjointParticle().

std::vector< std::vector<G4double> > G4AdjointCSManager::EminForAdjSigmaTables
private

G4AdjointCSManager.hh 파일의 208 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetEminForTotalCS(), RegisterAdjointParticle().

std::vector< std::vector<G4double> > G4AdjointCSManager::EminForFwdSigmaTables
private

G4AdjointCSManager.hh 파일의 207 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetEminForTotalCS(), RegisterAdjointParticle().

G4bool G4AdjointCSManager::forward_CS_is_used
private

G4AdjointCSManager.hh 파일의 242 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager(), GetContinuousWeightCorrection(), GetCrossSectionCorrection().

G4bool G4AdjointCSManager::forward_CS_mode
private

G4AdjointCSManager.hh 파일의 243 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager(), GetCrossSectionCorrection(), SetFwdCrossSectionMode().

std::vector< std::vector<G4double> > G4AdjointCSManager::lastAdjointCSVsModelsAndElements
private

G4AdjointCSManager.hh 파일의 198 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS().

G4double G4AdjointCSManager::LastCSCorrectionFactor
private
G4double G4AdjointCSManager::LastEkinForCS
private

G4AdjointCSManager.hh 파일의 250 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DefineCurrentMaterial(), G4AdjointCSManager(), GetCrossSectionCorrection().

G4Material* G4AdjointCSManager::lastMaterial
private

G4AdjointCSManager.hh 파일의 193 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS(), G4AdjointCSManager().

G4ParticleDefinition* G4AdjointCSManager::lastPartDefForCS
private

G4AdjointCSManager.hh 파일의 252 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DefineCurrentMaterial(), G4AdjointCSManager(), GetCrossSectionCorrection().

G4double G4AdjointCSManager::lastPrimaryEnergy
private

G4AdjointCSManager.hh 파일의 194 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS(), G4AdjointCSManager().

G4double G4AdjointCSManager::lastTcut
private

G4AdjointCSManager.hh 파일의 195 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS(), G4AdjointCSManager().

std::vector< G4VEmAdjointModel*> G4AdjointCSManager::listOfAdjointEMModel
private

G4AdjointCSManager.hh 파일의 179 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildCrossSectionMatrices(), BuildTotalSigmaTables(), ComputeAdjointCS(), ComputeTotalAdjointCS(), RegisterEmAdjointModel().

std::vector< std::vector<G4VEmProcess*>* > G4AdjointCSManager::listOfForwardEmProcess
private

G4AdjointCSManager.hh 파일의 219 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), RegisterAdjointParticle(), RegisterEmProcess().

std::vector< std::vector<G4VEnergyLossProcess*>* > G4AdjointCSManager::listOfForwardEnergyLossProcess
private

G4AdjointCSManager.hh 파일의 220 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), RegisterAdjointParticle(), RegisterEnergyLossProcess().

std::vector< size_t> G4AdjointCSManager::listOfIndexOfAdjointEMModelInAction
private

G4AdjointCSManager.hh 파일의 196 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS().

std::vector< G4bool> G4AdjointCSManager::listOfIsScatProjToProjCase
private

G4AdjointCSManager.hh 파일의 197 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeAdjointCS().

std::vector<G4PhysicsTable*> G4AdjointCSManager::listSigmaTableForAdjointModelProdToProj
private

G4AdjointCSManager.hh 파일의 215 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), ComputeTotalAdjointCS(), G4AdjointCSManager(), GetAdjointSigma(), RegisterEmAdjointModel().

std::vector<G4PhysicsTable*> G4AdjointCSManager::listSigmaTableForAdjointModelScatProjToProj
private

G4AdjointCSManager.hh 파일의 214 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), ComputeTotalAdjointCS(), G4AdjointCSManager(), GetAdjointSigma(), RegisterEmAdjointModel().

G4double G4AdjointCSManager::massRatio
private
G4int G4AdjointCSManager::nbins
private

G4AdjointCSManager.hh 파일의 227 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), SetNbins().

G4double G4AdjointCSManager::PostadjCS
private

G4AdjointCSManager.hh 파일의 248 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager().

G4double G4AdjointCSManager::PostfwdCS
private

G4AdjointCSManager.hh 파일의 249 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager().

G4double G4AdjointCSManager::PreadjCS
private

G4AdjointCSManager.hh 파일의 248 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager(), GetCrossSectionCorrection().

G4double G4AdjointCSManager::PrefwdCS
private

G4AdjointCSManager.hh 파일의 249 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager(), GetCrossSectionCorrection().

G4ParticleDefinition* G4AdjointCSManager::theAdjIon
private
std::vector< std::vector<G4AdjointCSMatrix*> > G4AdjointCSManager::theAdjointCSMatricesForProdToProj
private

G4AdjointCSManager.hh 파일의 178 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildCrossSectionMatrices(), ComputeAdjointCS().

std::vector< std::vector<G4AdjointCSMatrix*> > G4AdjointCSManager::theAdjointCSMatricesForScatProjToProj
private

G4AdjointCSManager.hh 파일의 177 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildCrossSectionMatrices(), ComputeAdjointCS().

G4ParticleDefinition* G4AdjointCSManager::theFwdIon
private

G4AdjointCSManager.hh 파일의 257 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetAdjointParticleEquivalent(), GetForwardParticleEquivalent(), SetIon().

G4ThreadLocal G4AdjointCSManager * G4AdjointCSManager::theInstance = nullptr
staticprivate

G4AdjointCSManager.hh 파일의 176 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetAdjointCSManager().

std::vector< G4ParticleDefinition*> G4AdjointCSManager::theListOfAdjointParticlesInAction
private
std::vector<G4PhysicsTable*> G4AdjointCSManager::theTotalAdjointSigmaTableVector
private

G4AdjointCSManager.hh 파일의 206 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetMaxAdjTotalCS(), GetTotalAdjointCS(), RegisterAdjointParticle().

std::vector<G4PhysicsTable*> G4AdjointCSManager::theTotalForwardSigmaTableVector
private

G4AdjointCSManager.hh 파일의 205 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), GetMaxFwdTotalCS(), GetTotalForwardCS(), RegisterAdjointParticle().

G4double G4AdjointCSManager::Tmax
private

G4AdjointCSManager.hh 파일의 226 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), SetTmax().

G4double G4AdjointCSManager::Tmin
private

G4AdjointCSManager.hh 파일의 226 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager(), SetTmin().

G4bool G4AdjointCSManager::TotalSigmaTableAreBuilt
private

G4AdjointCSManager.hh 파일의 211 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildTotalSigmaTables(), G4AdjointCSManager().

G4int G4AdjointCSManager::verbose
private

G4AdjointCSManager.hh 파일의 235 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4AdjointCSManager().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: