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

#include <G4ScreenedNuclearRecoil.hh>

G4ScreenedCoulombCrossSection에 대한 상속 다이어그램 :
G4ScreenedCoulombCrossSectionInfo G4NativeScreenedCoulombCrossSection

Public 타입

enum  { nMassMapElements =116 }
 
typedef std::map< G4int,
G4ScreeningTables
ScreeningMap
 
typedef std::map< G4int, class
G4ParticleDefinition * > 
ParticleCache
 

Public 멤버 함수

 G4ScreenedCoulombCrossSection ()
 
 G4ScreenedCoulombCrossSection (const G4ScreenedCoulombCrossSection &src)
 
virtual ~G4ScreenedCoulombCrossSection ()
 
virtual void LoadData (G4String screeningKey, G4int z1, G4double m1, G4double recoilCutoff)=0
 
void BuildMFPTables (void)
 
virtual
G4ScreenedCoulombCrossSection
create ()=0
 
const G4ScreeningTablesGetScreening (G4int Z)
 
void SetVerbosity (G4int v)
 
G4ParticleDefinitionSelectRandomUnweightedTarget (const G4MaterialCutsCouple *couple)
 
G4double standardmass (G4int z1)
 
const G4_c2_functionoperator[] (G4int materialIndex)
 

정적 Public 멤버 함수

static const char * CVSHeaderVers ()
 
static const char * CVSFileVers ()
 

Protected 속성

ScreeningMap screeningData
 
ParticleCache targetMap
 
G4int verbosity
 
std::map< G4int, G4_c2_const_ptrsigmaMap
 
std::map< G4int, G4_c2_const_ptrMFPTables
 

정적 Private 속성

static const G4double massmap [nMassMapElements+1]
 

상세한 설명

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

멤버 타입정의 문서화

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

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

멤버 열거형 문서화

anonymous enum
열거형 멤버
nMassMapElements 

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

생성자 & 소멸자 문서화

G4ScreenedCoulombCrossSection::G4ScreenedCoulombCrossSection ( )
inline

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

G4ScreenedCoulombCrossSection::G4ScreenedCoulombCrossSection ( const G4ScreenedCoulombCrossSection src)
inline

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

G4ScreenedCoulombCrossSection::~G4ScreenedCoulombCrossSection ( )
virtual

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

다음을 참조함 : MFPTables, screeningData.

멤버 함수 문서화

void G4ScreenedCoulombCrossSection::BuildMFPTables ( void  )
virtual G4ScreenedCoulombCrossSection* G4ScreenedCoulombCrossSection::create ( )
pure virtual

G4NativeScreenedCoulombCrossSection에서 구현되었습니다.

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

const char * G4ScreenedCoulombCrossSectionInfo::CVSFileVers ( )
staticinherited

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

static const char* G4ScreenedCoulombCrossSectionInfo::CVSHeaderVers ( )
inlinestaticinherited

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

const G4ScreeningTables* G4ScreenedCoulombCrossSection::GetScreening ( G4int  Z)
inline

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

다음을 참조함 : screeningData, Z.

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

virtual void G4ScreenedCoulombCrossSection::LoadData ( G4String  screeningKey,
G4int  z1,
G4double  m1,
G4double  recoilCutoff 
)
pure virtual

G4NativeScreenedCoulombCrossSection에서 구현되었습니다.

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

const G4_c2_function* G4ScreenedCoulombCrossSection::operator[] ( G4int  materialIndex)
inline

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

다음을 참조함 : MFPTables.

G4ParticleDefinition * G4ScreenedCoulombCrossSection::SelectRandomUnweightedTarget ( const G4MaterialCutsCouple couple)
void G4ScreenedCoulombCrossSection::SetVerbosity ( G4int  v)
inline

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

다음을 참조함 : verbosity.

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

G4double G4ScreenedCoulombCrossSection::standardmass ( G4int  z1)
inline

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

다음을 참조함 : massmap, nMassMapElements.

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

멤버 데이타 문서화

const G4double G4ScreenedCoulombCrossSection::massmap
staticprivate
초기값:
={
0, 1.007940, 4.002602, 6.941000, 9.012182, 10.811000, 12.010700,
14.006700, 15.999400, 18.998403, 20.179700, 22.989770, 24.305000, 26.981538,
28.085500,
30.973761, 32.065000, 35.453000, 39.948000, 39.098300, 40.078000, 44.955910,
47.867000,
50.941500, 51.996100, 54.938049, 55.845000, 58.933200, 58.693400, 63.546000,
65.409000,
69.723000, 72.640000, 74.921600, 78.960000, 79.904000, 83.798000, 85.467800,
87.620000,
88.905850, 91.224000, 92.906380, 95.940000, 98.000000, 101.070000, 102.905500,
106.420000,
107.868200, 112.411000, 114.818000, 118.710000, 121.760000, 127.600000,
126.904470, 131.293000,
132.905450, 137.327000, 138.905500, 140.116000, 140.907650, 144.240000,
145.000000, 150.360000,
151.964000, 157.250000, 158.925340, 162.500000, 164.930320, 167.259000,
168.934210, 173.040000,
174.967000, 178.490000, 180.947900, 183.840000, 186.207000, 190.230000,
192.217000, 195.078000,
196.966550, 200.590000, 204.383300, 207.200000, 208.980380, 209.000000,
210.000000, 222.000000,
223.000000, 226.000000, 227.000000, 232.038100, 231.035880, 238.028910,
237.000000, 244.000000,
243.000000, 247.000000, 247.000000, 251.000000, 252.000000, 257.000000,
258.000000, 259.000000,
262.000000, 261.000000, 262.000000, 266.000000, 264.000000, 277.000000,
268.000000, 281.000000,
272.000000, 285.000000, 282.500000, 289.000000, 287.500000, 292.000000}

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

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

std::map<G4int, G4_c2_const_ptr > G4ScreenedCoulombCrossSection::MFPTables
protected

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

다음에 의해서 참조됨 : BuildMFPTables(), operator[](), ~G4ScreenedCoulombCrossSection().

ScreeningMap G4ScreenedCoulombCrossSection::screeningData
protected

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

다음에 의해서 참조됨 : GetScreening(), G4NativeScreenedCoulombCrossSection::LoadData(), ~G4ScreenedCoulombCrossSection().

std::map<G4int, G4_c2_const_ptr > G4ScreenedCoulombCrossSection::sigmaMap
protected

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

다음에 의해서 참조됨 : BuildMFPTables(), G4NativeScreenedCoulombCrossSection::LoadData().

ParticleCache G4ScreenedCoulombCrossSection::targetMap
protected

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

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

G4int G4ScreenedCoulombCrossSection::verbosity
protected

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

다음에 의해서 참조됨 : G4NativeScreenedCoulombCrossSection::LoadData(), SetVerbosity().


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