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

Cluster coalescence algorithm used in the IAEA intercomparison. 더 자세히 ...

#include <G4INCLClusteringModelIntercomparison.hh>

G4INCL::ClusteringModelIntercomparison에 대한 상속 다이어그램 :
G4INCL::IClusteringModel

클래스

class  SortedNucleonConfiguration
 Class for storing and comparing sorted nucleon configurations. 더 자세히 ...
 

Public 멤버 함수

 ClusteringModelIntercomparison (Config const *const theConfig)
 
virtual ~ClusteringModelIntercomparison ()
 
virtual ClustergetCluster (Nucleus *, Particle *)
 
virtual G4bool clusterCanEscape (Nucleus const *const, Cluster const *const)
 

Private 타입

typedef std::set
< SortedNucleonConfiguration
SortedNucleonConfigurationContainer
 
typedef
SortedNucleonConfigurationContainer::iterator 
SortedNucleonConfigurationIterator
 

Private 멤버 함수

void findClusterStartingFrom (const G4int oldA, const G4int oldZ)
 
G4double getPhaseSpace (const G4int oldA, ConsideredPartner const &p)
 

Private 속성

NucleustheNucleus
 
G4double runningEnergies [ParticleTable::maxClusterMass+1]
 
ThreeVector runningMomenta [ParticleTable::maxClusterMass+1]
 
ThreeVector runningPositions [ParticleTable::maxClusterMass+1]
 
G4double runningPotentials [ParticleTable::maxClusterMass+1]
 
G4int runningConfiguration [ParticleTable::maxClusterMass]
 
G4int selectedA
 
G4int selectedZ
 
G4double sqtot
 
G4int clusterZMaxAll
 
G4int clusterNMaxAll
 
G4double cascadingEnergyPool
 
const G4double protonMass
 
const G4double neutronMass
 
G4int runningMaxClusterAlgorithmMass
 
G4int nConsideredMax
 
G4int nConsidered
 
ConsideredPartnerconsideredPartners
 Array of considered cluster partners. 더 자세히 ...
 
G4boolisInRunningConfiguration
 Array of flags for nucleons in the running configuration. 더 자세히 ...
 
ParticlecandidateConfiguration [ParticleTable::maxClusterMass]
 Best cluster configuration. 더 자세히 ...
 
SortedNucleonConfigurationContainer checkedConfigurations [ParticleTable::maxClusterMass-2]
 Array of containers for configurations that have already been checked. 더 자세히 ...
 
G4int maxMassConfigurationSkipping
 Maximum mass for configuration storage. 더 자세히 ...
 

정적 Private 속성

static const G4int clusterZMin [ParticleTable::maxClusterMass+1] = {0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3}
 Lower limit of Z for cluster of mass A. 더 자세히 ...
 
static const G4int clusterZMax [ParticleTable::maxClusterMass+1] = {0, 0, 1, 2, 3, 3, 5, 5, 6, 6, 7, 7, 8}
 Upper limit of Z for cluster of mass A. 더 자세히 ...
 
static const G4double clusterPosFact [ParticleTable::maxClusterMass+1]
 Precomputed factor 1.0/A. 더 자세히 ...
 
static const G4double clusterPosFact2 [ParticleTable::maxClusterMass+1]
 Precomputed factor (1.0/A)^2. 더 자세히 ...
 
static const G4double clusterPhaseSpaceCut [ParticleTable::maxClusterMass+1]
 Phase-space parameters for cluster formation. 더 자세히 ...
 
static const G4double limitCosEscapeAngle = 0.7
 

상세한 설명

Cluster coalescence algorithm used in the IAEA intercomparison.

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

멤버 타입정의 문서화

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

typedef SortedNucleonConfigurationContainer::iterator G4INCL::ClusteringModelIntercomparison::SortedNucleonConfigurationIterator
private

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

생성자 & 소멸자 문서화

G4INCL::ClusteringModelIntercomparison::ClusteringModelIntercomparison ( Config const *const  theConfig)
inline
virtual G4INCL::ClusteringModelIntercomparison::~ClusteringModelIntercomparison ( )
inlinevirtual

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

다음을 참조함 : consideredPartners, isInRunningConfiguration.

멤버 함수 문서화

G4bool G4INCL::ClusteringModelIntercomparison::clusterCanEscape ( Nucleus const *  const,
Cluster const *  const 
)
virtual
void G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom ( const G4int  oldA,
const G4int  oldZ 
)
private
Cluster * G4INCL::ClusteringModelIntercomparison::getCluster ( Nucleus ,
Particle  
)
virtual
G4double G4INCL::ClusteringModelIntercomparison::getPhaseSpace ( const G4int  oldA,
ConsideredPartner const &  p 
)
private

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

다음을 참조함 : clusterPosFact2, G4INCL::ConsideredPartner::momentum, G4INCL::ConsideredPartner::position, runningMomenta, runningPositions.

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

멤버 데이타 문서화

Particle* G4INCL::ClusteringModelIntercomparison::candidateConfiguration[ParticleTable::maxClusterMass]
private

Best cluster configuration.

This array contains pointers to the nucleons which make up the best cluster configuration that has been found so far.

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom(), getCluster().

G4double G4INCL::ClusteringModelIntercomparison::cascadingEnergyPool
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

SortedNucleonConfigurationContainer G4INCL::ClusteringModelIntercomparison::checkedConfigurations[ParticleTable::maxClusterMass-2]
private

Array of containers for configurations that have already been checked.

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

G4int G4INCL::ClusteringModelIntercomparison::clusterNMaxAll
private

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom().

const G4double G4INCL::ClusteringModelIntercomparison::clusterPhaseSpaceCut
staticprivate
초기값:
= {0.0, 70000.0, 180000.0,
90000.0, 90000.0,
128941.0 ,145607.0,
161365.0, 176389.0,
190798.0, 204681.0,
218109.0, 231135.0}

Phase-space parameters for cluster formation.

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

const G4double G4INCL::ClusteringModelIntercomparison::clusterPosFact
staticprivate
초기값:
= {0.0, 1.0, 0.5,
0.33333, 0.25,
0.2, 0.16667,
0.14286, 0.125,
0.11111, 0.1,
0.09091, 0.083333}

Precomputed factor 1.0/A.

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

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

const G4double G4INCL::ClusteringModelIntercomparison::clusterPosFact2
staticprivate
초기값:
= {0.0, 1.0, 0.25,
0.11111, 0.0625,
0.04, 0.0277778,
0.020408, 0.015625,
0.012346, 0.01,
0.0082645, 0.0069444}

Precomputed factor (1.0/A)^2.

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

다음에 의해서 참조됨 : getCluster(), getPhaseSpace().

const G4int G4INCL::ClusteringModelIntercomparison::clusterZMax = {0, 0, 1, 2, 3, 3, 5, 5, 6, 6, 7, 7, 8}
staticprivate

Upper limit of Z for cluster of mass A.

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom().

G4int G4INCL::ClusteringModelIntercomparison::clusterZMaxAll
private

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom().

const G4int G4INCL::ClusteringModelIntercomparison::clusterZMin = {0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3}
staticprivate

Lower limit of Z for cluster of mass A.

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom().

ConsideredPartner* G4INCL::ClusteringModelIntercomparison::consideredPartners
private

Array of considered cluster partners.

A dynamical array of ConsideredPartner objects is allocated on this variable and filled with pointers to nucleons which are eligible for clustering. We used to use a ParticleList for this purpose, but this made it very cumbersome to check whether nucleons had already been included in the running configuration. Using an array of Particle* coupled with a boolean mask (

참고
{isInRunningConfiguration}) reduces the overhead by a large amount. Running times for 1-GeV p+Pb208 went down by almost 30% (!).

Lesson learnt: when you need speed, nothing beats a good ol' array.

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster(), ~ClusteringModelIntercomparison().

G4bool* G4INCL::ClusteringModelIntercomparison::isInRunningConfiguration
private

Array of flags for nucleons in the running configuration.

Clustering partners that are already used in the running cluster configuration are flagged as "true" in this array.

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster(), ~ClusteringModelIntercomparison().

const G4double G4INCL::ClusteringModelIntercomparison::limitCosEscapeAngle = 0.7
staticprivate

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

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

G4int G4INCL::ClusteringModelIntercomparison::maxMassConfigurationSkipping
private

Maximum mass for configuration storage.

Skipping configurations becomes inefficient above this mass.

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

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

G4int G4INCL::ClusteringModelIntercomparison::nConsidered
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

G4int G4INCL::ClusteringModelIntercomparison::nConsideredMax
private

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

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

const G4double G4INCL::ClusteringModelIntercomparison::neutronMass
private

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

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

const G4double G4INCL::ClusteringModelIntercomparison::protonMass
private

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

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

G4int G4INCL::ClusteringModelIntercomparison::runningConfiguration[ParticleTable::maxClusterMass]
private

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom().

G4double G4INCL::ClusteringModelIntercomparison::runningEnergies[ParticleTable::maxClusterMass+1]
private

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom(), getCluster().

G4int G4INCL::ClusteringModelIntercomparison::runningMaxClusterAlgorithmMass
private

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom(), getCluster().

ThreeVector G4INCL::ClusteringModelIntercomparison::runningMomenta[ParticleTable::maxClusterMass+1]
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster(), getPhaseSpace().

ThreeVector G4INCL::ClusteringModelIntercomparison::runningPositions[ParticleTable::maxClusterMass+1]
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster(), getPhaseSpace().

G4double G4INCL::ClusteringModelIntercomparison::runningPotentials[ParticleTable::maxClusterMass+1]
private

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

다음에 의해서 참조됨 : ClusteringModelIntercomparison(), findClusterStartingFrom(), getCluster().

G4int G4INCL::ClusteringModelIntercomparison::selectedA
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

G4int G4INCL::ClusteringModelIntercomparison::selectedZ
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

G4double G4INCL::ClusteringModelIntercomparison::sqtot
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().

Nucleus* G4INCL::ClusteringModelIntercomparison::theNucleus
private

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

다음에 의해서 참조됨 : findClusterStartingFrom(), getCluster().


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