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

#include <CexmcIncidentParticleTrackInfo.hh>

CexmcIncidentParticleTrackInfo에 대한 상속 다이어그램 :
CexmcTrackInfo G4VUserTrackInformation

Public 멤버 함수

 CexmcIncidentParticleTrackInfo (CexmcTrackType trackType=CexmcInsipidTrack)
 
G4int GetTypeInfo (void) const
 
G4double GetCurrentTrackLengthInTarget (void) const
 
void AddTrackLengthInTarget (G4double value)
 
void SetNeedsTrackLengthResampling (G4bool on=true)
 
G4double GetFinalTrackLengthInTarget (void) const
 
void SetFinalTrackLengthInTarget (G4double value)
 
void ResetCurrentTrackLengthInTarget (void)
 
G4bool NeedsTrackLengthResampling (void) const
 
G4bool IsStudiedProcessActivated (void) const
 
void ActivateStudiedProcess (G4bool on=true)
 
void Print (void) const
 
CexmcTrackType GetTrackType (void) const
 
void SetTrackType (CexmcTrackType value)
 
G4int GetCopyNumber (void) const
 
const G4StringGetType () const
 

Protected 속성

G4StringpType
 

Private 속성

G4double currentTrackLengthInTarget
 
G4double finalTrackLengthInTarget
 
G4bool isStudiedProcessActivated
 
G4bool needsTrackLengthResampling
 

상세한 설명

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

생성자 & 소멸자 문서화

CexmcIncidentParticleTrackInfo::CexmcIncidentParticleTrackInfo ( CexmcTrackType  trackType = CexmcInsipidTrack)
explicit

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

멤버 함수 문서화

void CexmcIncidentParticleTrackInfo::ActivateStudiedProcess ( G4bool  on = true)
inline

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

다음을 참조함 : isStudiedProcessActivated.

다음에 의해서 참조됨 : CexmcTrackingAction::SetupIncidentParticleTrackInfo(), CexmcSteppingAction::UserSteppingAction().

void CexmcIncidentParticleTrackInfo::AddTrackLengthInTarget ( G4double  value)
inline

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

다음을 참조함 : currentTrackLengthInTarget.

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

G4int CexmcTrackInfo::GetCopyNumber ( void  ) const
inlineinherited

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

다음을 참조함 : CexmcTrackInfo::copyNumber.

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

G4double CexmcIncidentParticleTrackInfo::GetCurrentTrackLengthInTarget ( void  ) const
inline

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

다음을 참조함 : currentTrackLengthInTarget.

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

G4double CexmcIncidentParticleTrackInfo::GetFinalTrackLengthInTarget ( void  ) const
inline

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

다음을 참조함 : finalTrackLengthInTarget.

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

CexmcTrackType CexmcTrackInfo::GetTrackType ( void  ) const
inlineinherited

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

다음을 참조함 : CexmcTrackInfo::trackType.

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

const G4String & G4VUserTrackInformation::GetType ( ) const
inherited

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

다음을 참조함 : G4VUserTrackInformation::pType.

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

G4int CexmcIncidentParticleTrackInfo::GetTypeInfo ( void  ) const
virtual

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

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

다음을 참조함 : CexmcIncidentParticleTrackType.

G4bool CexmcIncidentParticleTrackInfo::IsStudiedProcessActivated ( void  ) const
inline

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

다음을 참조함 : isStudiedProcessActivated.

다음에 의해서 참조됨 : CexmcStudiedProcess::PostStepGetPhysicalInteractionLength(), CexmcSteppingAction::UserSteppingAction().

G4bool CexmcIncidentParticleTrackInfo::NeedsTrackLengthResampling ( void  ) const
inline

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

다음을 참조함 : needsTrackLengthResampling.

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

void CexmcTrackInfo::Print ( void  ) const
virtualinherited

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

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

void CexmcIncidentParticleTrackInfo::ResetCurrentTrackLengthInTarget ( void  )
inline

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

다음을 참조함 : currentTrackLengthInTarget.

다음에 의해서 참조됨 : CexmcPhysicsList< BasePhysics, StudiedPhysics, ProductionModel >::ResampleTrackLengthInTarget().

void CexmcIncidentParticleTrackInfo::SetFinalTrackLengthInTarget ( G4double  value)
inline

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

다음을 참조함 : finalTrackLengthInTarget.

다음에 의해서 참조됨 : CexmcPhysicsList< BasePhysics, StudiedPhysics, ProductionModel >::ResampleTrackLengthInTarget().

void CexmcIncidentParticleTrackInfo::SetNeedsTrackLengthResampling ( G4bool  on = true)
inline
void CexmcTrackInfo::SetTrackType ( CexmcTrackType  value)
inlineinherited

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

다음을 참조함 : CexmcTrackInfo::trackType.

멤버 데이타 문서화

G4double CexmcIncidentParticleTrackInfo::currentTrackLengthInTarget
private

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

다음에 의해서 참조됨 : AddTrackLengthInTarget(), GetCurrentTrackLengthInTarget(), ResetCurrentTrackLengthInTarget().

G4double CexmcIncidentParticleTrackInfo::finalTrackLengthInTarget
private

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

다음에 의해서 참조됨 : GetFinalTrackLengthInTarget(), SetFinalTrackLengthInTarget().

G4bool CexmcIncidentParticleTrackInfo::isStudiedProcessActivated
private

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

다음에 의해서 참조됨 : ActivateStudiedProcess(), IsStudiedProcessActivated().

G4bool CexmcIncidentParticleTrackInfo::needsTrackLengthResampling
private

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

다음에 의해서 참조됨 : NeedsTrackLengthResampling(), SetNeedsTrackLengthResampling().

G4String* G4VUserTrackInformation::pType
protectedinherited

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