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

#include <G4ChipsProtonElasticXS.hh>

G4ChipsProtonElasticXS에 대한 상속 다이어그램 :
G4VCrossSectionDataSet

Public 멤버 함수

 G4ChipsProtonElasticXS ()
 
 ~G4ChipsProtonElasticXS ()
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *Pt, G4int Z, G4int A, const G4Element *elm, const G4Material *mat)
 
virtual G4double GetIsoCrossSection (const G4DynamicParticle *, G4int tgZ, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
virtual G4double GetChipsCrossSection (G4double momentum, G4int Z, G4int N, G4int pdg)
 
G4double GetExchangeT (G4int tZ, G4int tN, G4int pPDG)
 
G4double GetHMaxT ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
 
virtual const G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
bool ForAllAtomsAndEnergies () const
 
void SetForAllAtomsAndEnergies (G4bool val)
 
const G4StringGetName () const
 

정적 Public 멤버 함수

static const char * Default_Name ()
 

Protected 멤버 함수

void SetName (const G4String &)
 

Protected 속성

G4int verboseLevel
 

Private 멤버 함수

G4double CalculateCrossSection (G4bool CS, G4int F, G4int I, G4int pPDG, G4int Z, G4int N, G4double pP)
 
G4double GetSlope (G4int tZ, G4int tN, G4int pPDG)
 
G4double GetPTables (G4double lpP, G4double lPm, G4int PDG, G4int tZ, G4int tN)
 
G4double GetTabValues (G4double lp, G4int pPDG, G4int tgZ, G4int tgN)
 
G4double GetQ2max (G4int pPDG, G4int tgZ, G4int tgN, G4double pP)
 

Private 속성

const G4int nPoints
 
const G4int nLast
 
G4double lPMin
 
G4double lPMax
 
G4double dlnP
 
G4bool onlyCS
 
G4double lastSIG
 
G4double lastLP
 
G4double lastTM
 
G4int lastN
 
G4int lastZ
 
G4double lastP
 
G4double lastTH
 
G4double lastCS
 
G4int lastI
 
G4double theSS
 
G4double theS1
 
G4double theB1
 
G4double theS2
 
G4double theB2
 
G4double theS3
 
G4double theB3
 
G4double theS4
 
G4double theB4
 
G4int lastTZ
 
G4int lastTN
 
G4double lastPIN
 
G4doublelastCST
 
G4doublelastPAR
 
G4doublelastSST
 
G4doublelastS1T
 
G4doublelastB1T
 
G4doublelastS2T
 
G4doublelastB2T
 
G4doublelastS3T
 
G4doublelastB3T
 
G4doublelastS4T
 
G4doublelastB4T
 
std::vector< G4double * > PAR
 
std::vector< G4double * > CST
 
std::vector< G4double * > SST
 
std::vector< G4double * > S1T
 
std::vector< G4double * > B1T
 
std::vector< G4double * > S2T
 
std::vector< G4double * > B2T
 
std::vector< G4double * > S3T
 
std::vector< G4double * > B3T
 
std::vector< G4double * > S4T
 
std::vector< G4double * > B4T
 
std::vector< G4intcolN
 
std::vector< G4intcolZ
 
std::vector< G4doublecolP
 
std::vector< G4doublecolTH
 
std::vector< G4doublecolCS
 
std::vector< G4doublePIN
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ChipsProtonElasticXS::G4ChipsProtonElasticXS ( )
G4ChipsProtonElasticXS::~G4ChipsProtonElasticXS ( )

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

다음을 참조함 : B1T, B2T, B3T, B4T, CST, PAR, pos, S1T, S2T, S3T, S4T, SST.

멤버 함수 문서화

void G4VCrossSectionDataSet::BuildPhysicsTable ( const G4ParticleDefinition )
virtualinherited
G4double G4ChipsProtonElasticXS::CalculateCrossSection ( G4bool  CS,
G4int  F,
G4int  I,
G4int  pPDG,
G4int  Z,
G4int  N,
G4double  pP 
)
private
G4double G4VCrossSectionDataSet::ComputeCrossSection ( const G4DynamicParticle part,
const G4Element elm,
const G4Material mat = nullptr 
)
inherited
void G4ChipsProtonElasticXS::CrossSectionDescription ( std::ostream &  outFile) const
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

static const char* G4ChipsProtonElasticXS::Default_Name ( )
inlinestatic
void G4VCrossSectionDataSet::DumpPhysicsTable ( const G4ParticleDefinition )
virtualinherited
bool G4VCrossSectionDataSet::ForAllAtomsAndEnergies ( ) const
inlineinherited

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

다음을 참조함 : G4VCrossSectionDataSet::isForAllAtomsAndEnergies.

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

G4double G4ChipsProtonElasticXS::GetChipsCrossSection ( G4double  momentum,
G4int  Z,
G4int  N,
G4int  pdg 
)
virtual

!The slave functions must provide cross-sections in millibarns (mb) !! (not in IU)

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

다음을 참조함 : CalculateCrossSection(), colCS, colN, colP, colTH, colZ, in, lastCS, lastI, lastN, lastP, lastTH, lastZ, millibarn, onlyCS.

다음에 의해서 참조됨 : G4QuasiElRatios::ChExer(), GetIsoCrossSection(), G4ChipsElasticModel::SampleInvariantT(), G4QuasiElRatios::Scatter().

G4double G4VCrossSectionDataSet::GetCrossSection ( const G4DynamicParticle dp,
const G4Element elm,
const G4Material mat = nullptr 
)
inlineinherited

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

다음을 참조함 : G4VCrossSectionDataSet::ComputeCrossSection().

G4double G4VCrossSectionDataSet::GetElementCrossSection ( const G4DynamicParticle dynPart,
G4int  Z,
const G4Material mat = nullptr 
)
virtualinherited
G4double G4ChipsProtonElasticXS::GetExchangeT ( G4int  tZ,
G4int  tN,
G4int  pPDG 
)

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

다음을 참조함 : a, e, G4cout, G4endl, G4UniformRand, gigaelectronvolt, lastLP, lastTM, onlyCS, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, theSS.

다음에 의해서 참조됨 : G4QuasiElRatios::ChExer(), G4ChipsElasticModel::SampleInvariantT(), G4QuasiElRatios::Scatter().

G4double G4ChipsProtonElasticXS::GetHMaxT ( )

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

다음을 참조함 : gigaelectronvolt, lastTM.

다음에 의해서 참조됨 : G4QuasiElRatios::ChExer(), G4QuasiElRatios::Scatter().

G4double G4ChipsProtonElasticXS::GetIsoCrossSection ( const G4DynamicParticle Pt,
G4int  tgZ,
G4int  A,
const G4Isotope iso = 0,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

다음을 참조함 : GetChipsCrossSection(), G4DynamicParticle::GetTotalMomentum().

G4double G4VCrossSectionDataSet::GetMaxKinEnergy ( ) const
inlineinherited
G4double G4VCrossSectionDataSet::GetMinKinEnergy ( ) const
inlineinherited
const G4String & G4VCrossSectionDataSet::GetName ( void  ) const
inlineinherited
G4double G4ChipsProtonElasticXS::GetPTables ( G4double  lpP,
G4double  lPm,
G4int  PDG,
G4int  tZ,
G4int  tN 
)
private

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

다음을 참조함 : a, dlnP, E, e, FatalException, fin, G4cout, G4endl, G4Exception(), GetTabValues(), lastB1T, lastB2T, lastB3T, lastB4T, lastCST, lastPAR, lastS1T, lastS2T, lastS3T, lastS4T, lastSST, lPMax, lPMin, nLast, nPoints, onlyCS, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, theSS.

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

G4double G4ChipsProtonElasticXS::GetQ2max ( G4int  pPDG,
G4int  tgZ,
G4int  tgN,
G4double  pP 
)
private
G4double G4ChipsProtonElasticXS::GetSlope ( G4int  tZ,
G4int  tN,
G4int  pPDG 
)
private

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

다음을 참조함 : FatalException, G4cout, G4endl, G4Exception(), gigaelectronvolt, lastLP, onlyCS, theB1.

G4double G4ChipsProtonElasticXS::GetTabValues ( G4double  lp,
G4int  pPDG,
G4int  tgZ,
G4int  tgN 
)
private

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

다음을 참조함 : a, G4cout, G4endl, lastPAR, G4InuclParticleNames::sp, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, theSS.

다음에 의해서 참조됨 : CalculateCrossSection(), GetPTables().

G4int G4VCrossSectionDataSet::GetVerboseLevel ( ) const
inlinevirtualinherited

G4ParticleHPInelasticData, G4ParticleHPElasticData, G4ParticleHPCaptureData, G4ParticleHPFissionData에서 재구현되었습니다.

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

다음을 참조함 : G4VCrossSectionDataSet::verboseLevel.

G4bool G4VCrossSectionDataSet::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material mat = 0 
)
virtualinherited
G4bool G4ChipsProtonElasticXS::IsIsoApplicable ( const G4DynamicParticle Pt,
G4int  Z,
G4int  A,
const G4Element elm,
const G4Material mat 
)
virtual

G4VCrossSectionDataSet(으)로부터 재구현되었습니다.

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

const G4Isotope * G4VCrossSectionDataSet::SelectIsotope ( const G4Element anElement,
G4double  kinEnergy 
)
virtualinherited
void G4VCrossSectionDataSet::SetForAllAtomsAndEnergies ( G4bool  val)
inlineinherited
void G4VCrossSectionDataSet::SetMaxKinEnergy ( G4double  value)
inlineinherited
void G4VCrossSectionDataSet::SetMinKinEnergy ( G4double  value)
inlineinherited
void G4VCrossSectionDataSet::SetName ( const G4String nam)
inlineprotectedinherited

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

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

void G4VCrossSectionDataSet::SetVerboseLevel ( G4int  value)
inlinevirtualinherited

G4ParticleHPInelasticData, G4ParticleHPCaptureData, G4ParticleHPElasticData, G4ParticleHPFissionData에서 재구현되었습니다.

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

다음을 참조함 : G4VCrossSectionDataSet::verboseLevel.

멤버 데이타 문서화

std::vector<G4double*> G4ChipsProtonElasticXS::B1T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::B2T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::B3T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::B4T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double> G4ChipsProtonElasticXS::colCS
private

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

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

std::vector<G4int> G4ChipsProtonElasticXS::colN
private

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

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

std::vector<G4double> G4ChipsProtonElasticXS::colP
private

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

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

std::vector<G4double> G4ChipsProtonElasticXS::colTH
private

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

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

std::vector<G4int> G4ChipsProtonElasticXS::colZ
private

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

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

std::vector<G4double*> G4ChipsProtonElasticXS::CST
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

G4double G4ChipsProtonElasticXS::dlnP
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastB1T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastB2T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastB3T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastB4T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double G4ChipsProtonElasticXS::lastCS
private

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

다음에 의해서 참조됨 : G4ChipsProtonElasticXS(), GetChipsCrossSection().

G4double* G4ChipsProtonElasticXS::lastCST
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4int G4ChipsProtonElasticXS::lastI
private

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

다음에 의해서 참조됨 : G4ChipsProtonElasticXS(), GetChipsCrossSection().

G4double G4ChipsProtonElasticXS::lastLP
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetSlope().

G4int G4ChipsProtonElasticXS::lastN
private

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

다음에 의해서 참조됨 : G4ChipsProtonElasticXS(), GetChipsCrossSection().

G4double G4ChipsProtonElasticXS::lastP
private

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

다음에 의해서 참조됨 : G4ChipsProtonElasticXS(), GetChipsCrossSection().

G4double* G4ChipsProtonElasticXS::lastPAR
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::lastPIN
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS().

G4double* G4ChipsProtonElasticXS::lastS1T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastS2T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastS3T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double* G4ChipsProtonElasticXS::lastS4T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double G4ChipsProtonElasticXS::lastSIG
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS().

G4double* G4ChipsProtonElasticXS::lastSST
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double G4ChipsProtonElasticXS::lastTH
private

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

다음에 의해서 참조됨 : G4ChipsProtonElasticXS(), GetChipsCrossSection().

G4double G4ChipsProtonElasticXS::lastTM
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetHMaxT().

G4int G4ChipsProtonElasticXS::lastTN
private

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

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

G4int G4ChipsProtonElasticXS::lastTZ
private

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

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

G4int G4ChipsProtonElasticXS::lastZ
private

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

다음에 의해서 참조됨 : G4ChipsProtonElasticXS(), GetChipsCrossSection().

G4double G4ChipsProtonElasticXS::lPMax
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

G4double G4ChipsProtonElasticXS::lPMin
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

const G4int G4ChipsProtonElasticXS::nLast
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetPTables().

const G4int G4ChipsProtonElasticXS::nPoints
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), GetPTables().

G4bool G4ChipsProtonElasticXS::onlyCS
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetChipsCrossSection(), GetExchangeT(), GetPTables(), GetSlope().

std::vector<G4double*> G4ChipsProtonElasticXS::PAR
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double> G4ChipsProtonElasticXS::PIN
private

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

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

std::vector<G4double*> G4ChipsProtonElasticXS::S1T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::S2T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::S3T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::S4T
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

std::vector<G4double*> G4ChipsProtonElasticXS::SST
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), ~G4ChipsProtonElasticXS().

G4double G4ChipsProtonElasticXS::theB1
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetSlope(), GetTabValues().

G4double G4ChipsProtonElasticXS::theB2
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theB3
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theB4
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theS1
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theS2
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theS3
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theS4
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4double G4ChipsProtonElasticXS::theSS
private

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

다음에 의해서 참조됨 : CalculateCrossSection(), G4ChipsProtonElasticXS(), GetExchangeT(), GetPTables(), GetTabValues().

G4int G4VCrossSectionDataSet::verboseLevel
protectedinherited

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

다음에 의해서 참조됨 : G4CrossSectionPairGG::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4ParticleInelasticXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4LENDCrossSection::create_used_target_map(), G4BGGNucleonElasticXS::G4BGGNucleonElasticXS(), G4BGGNucleonInelasticXS::G4BGGNucleonInelasticXS(), G4BGGPionElasticXS::G4BGGPionElasticXS(), G4BGGPionInelasticXS::G4BGGPionInelasticXS(), G4CrossSectionPairGG::G4CrossSectionPairGG(), G4NeutronCaptureXS::G4NeutronCaptureXS(), G4NeutronElasticXS::G4NeutronElasticXS(), G4NeutronInelasticXS::G4NeutronInelasticXS(), G4ParticleInelasticXS::G4ParticleInelasticXS(), G4CrossSectionPairGG::GetElementCrossSection(), G4NeutronElasticXS::GetElementCrossSection(), G4NeutronCaptureXS::GetElementCrossSection(), G4BGGPionElasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetElementCrossSection(), G4BGGNucleonElasticXS::GetElementCrossSection(), G4ParticleInelasticXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4BGGPionInelasticXS::GetElementCrossSection(), G4BGGPionElasticXS::GetIsoCrossSection(), G4BGGNucleonInelasticXS::GetIsoCrossSection(), G4BGGNucleonElasticXS::GetIsoCrossSection(), G4BGGPionInelasticXS::GetIsoCrossSection(), G4VCrossSectionDataSet::GetVerboseLevel(), G4NeutronElasticXS::Initialise(), G4NeutronCaptureXS::IsoCrossSection(), G4NeutronInelasticXS::IsoCrossSection(), G4ParticleInelasticXS::IsoCrossSection(), G4NeutronCaptureXS::RetrieveVector(), G4NeutronInelasticXS::RetrieveVector(), G4ParticleInelasticXS::RetrieveVector(), G4VCrossSectionDataSet::SetVerboseLevel().


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