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

#include <G4InteractionContent.hh>

Public 멤버 함수

 G4InteractionContent ()
 
 G4InteractionContent (G4VSplitableHadron *aPrimaryParticipant)
 
 ~G4InteractionContent ()
 
G4bool operator< (const G4InteractionContent &right) const
 
G4VSplitableHadronGetProjectile () const
 
G4VSplitableHadronGetTarget () const
 
void SetProjectileNucleon (G4Nucleon *aNucleon)
 
G4NucleonGetProjectileNucleon () const
 
void SetTargetNucleon (G4Nucleon *aNucleon)
 
G4NucleonGetTargetNucleon () const
 
void SetTarget (G4VSplitableHadron *aTarget)
 
G4int GetNumberOfSoftCollisions ()
 
G4int GetNumberOfHardCollisions ()
 
void SetNumberOfSoftCollisions (int)
 
void SetNumberOfHardCollisions (int)
 
G4int GetNumberOfDiffractiveCollisions ()
 
void SetNumberOfDiffractiveCollisions (int)
 
void SplitHadrons ()
 
void SetInteractionTime (G4double aValue)
 
G4double GetInteractionTime () const
 
void SetStatus (G4int aValue)
 
G4int GetStatus () const
 

Private 멤버 함수

G4InteractionContentoperator= (const G4InteractionContent &right)
 
 G4InteractionContent (const G4InteractionContent &right)
 
int operator== (const G4InteractionContent &right) const
 
int operator!= (const G4InteractionContent &right) const
 

Private 속성

G4VSplitableHadrontheTarget
 
G4VSplitableHadrontheProjectile
 
G4NucleontheProjectileNucleon
 
G4NucleontheTargetNucleon
 
G4int theNumberOfHard
 
G4int theNumberOfSoft
 
G4int theNumberOfDiffractive
 
G4double theInteractionTime
 
G4int curStatus
 

상세한 설명

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

생성자 & 소멸자 문서화

G4InteractionContent::G4InteractionContent ( )
inline

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

G4InteractionContent::G4InteractionContent ( G4VSplitableHadron aPrimaryParticipant)

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

다음을 참조함 : theProjectile, theProjectileNucleon, theTarget, theTargetNucleon.

G4InteractionContent::~G4InteractionContent ( )

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

G4InteractionContent::G4InteractionContent ( const G4InteractionContent right)
private

멤버 함수 문서화

G4double G4InteractionContent::GetInteractionTime ( ) const

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

다음을 참조함 : theInteractionTime.

다음에 의해서 참조됨 : G4FTFPartHelperForSortInT(), G4FTFParticipants::GetList(), operator<().

G4int G4InteractionContent::GetNumberOfDiffractiveCollisions ( )
inline

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

다음을 참조함 : theNumberOfDiffractive.

G4int G4InteractionContent::GetNumberOfHardCollisions ( )
inline

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

다음을 참조함 : theNumberOfHard.

G4int G4InteractionContent::GetNumberOfSoftCollisions ( )
inline

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

다음을 참조함 : theNumberOfSoft.

다음에 의해서 참조됨 : G4QGSParticipants::CreateStrings(), G4QGSParticipants::PerformSoftCollisions().

G4VSplitableHadron * G4InteractionContent::GetProjectile ( ) const
inline
G4Nucleon * G4InteractionContent::GetProjectileNucleon ( ) const
inline

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

다음을 참조함 : theProjectileNucleon.

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

G4int G4InteractionContent::GetStatus ( ) const

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

다음을 참조함 : curStatus.

다음에 의해서 참조됨 : G4FTFModel::BuildStrings(), G4FTFModel::ExciteParticipants(), G4QGSParticipants::GetList().

G4VSplitableHadron * G4InteractionContent::GetTarget ( void  ) const
inline
G4Nucleon * G4InteractionContent::GetTargetNucleon ( ) const
inline

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

다음을 참조함 : theTargetNucleon.

다음에 의해서 참조됨 : G4FTFModel::ExciteParticipants(), G4QGSParticipants::GetList().

int G4InteractionContent::operator!= ( const G4InteractionContent right) const
private
G4bool G4InteractionContent::operator< ( const G4InteractionContent right) const

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

다음을 참조함 : GetInteractionTime().

G4InteractionContent& G4InteractionContent::operator= ( const G4InteractionContent right)
private
int G4InteractionContent::operator== ( const G4InteractionContent right) const
private
void G4InteractionContent::SetInteractionTime ( G4double  aValue)

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

다음을 참조함 : theInteractionTime.

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

void G4InteractionContent::SetNumberOfDiffractiveCollisions ( int  nCol)
inline
void G4InteractionContent::SetNumberOfHardCollisions ( int  nCol)
inline

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

다음을 참조함 : theNumberOfHard.

void G4InteractionContent::SetNumberOfSoftCollisions ( int  nCol)
inline
void G4InteractionContent::SetProjectileNucleon ( G4Nucleon aNucleon)
inline

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

다음을 참조함 : theProjectileNucleon.

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

void G4InteractionContent::SetStatus ( G4int  aValue)
void G4InteractionContent::SetTarget ( G4VSplitableHadron aTarget)
inline
void G4InteractionContent::SetTargetNucleon ( G4Nucleon aNucleon)
inline
void G4InteractionContent::SplitHadrons ( )
inline

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

다음을 참조함 : G4VSplitableHadron::SplitUp(), theProjectile, theTarget.

멤버 데이타 문서화

G4int G4InteractionContent::curStatus
private

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

다음에 의해서 참조됨 : GetStatus(), SetStatus().

G4double G4InteractionContent::theInteractionTime
private

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

다음에 의해서 참조됨 : GetInteractionTime(), SetInteractionTime().

G4int G4InteractionContent::theNumberOfDiffractive
private

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

다음에 의해서 참조됨 : GetNumberOfDiffractiveCollisions(), SetNumberOfDiffractiveCollisions().

G4int G4InteractionContent::theNumberOfHard
private

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

다음에 의해서 참조됨 : GetNumberOfHardCollisions(), SetNumberOfHardCollisions().

G4int G4InteractionContent::theNumberOfSoft
private

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

다음에 의해서 참조됨 : GetNumberOfSoftCollisions(), SetNumberOfSoftCollisions().

G4VSplitableHadron* G4InteractionContent::theProjectile
private

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

다음에 의해서 참조됨 : G4InteractionContent(), GetProjectile(), SplitHadrons().

G4Nucleon* G4InteractionContent::theProjectileNucleon
private

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

다음에 의해서 참조됨 : G4InteractionContent(), GetProjectileNucleon(), SetProjectileNucleon().

G4VSplitableHadron* G4InteractionContent::theTarget
private

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

다음에 의해서 참조됨 : G4InteractionContent(), GetTarget(), SetTarget(), SplitHadrons().

G4Nucleon* G4InteractionContent::theTargetNucleon
private

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

다음에 의해서 참조됨 : G4InteractionContent(), GetTargetNucleon(), SetTargetNucleon().


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