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

#include <G4MPIstatus.hh>

Public 타입

enum  { kNSIZE = 10 }
 

Public 멤버 함수

 G4MPIstatus ()
 
 ~G4MPIstatus ()
 
void SetStatus (G4int arank, G4int runid, G4int noe, G4int evtid, G4ApplicationState state)
 
G4int GetRank () const
 
G4int GetRunID () const
 
G4int GetNEventToBeProcessed () const
 
G4int GetEventID () const
 
G4double GetCPUTime () const
 
G4ApplicationState GetG4State () const
 
G4int SizeOf () const
 
void Pack (G4int *data) const
 
void UnPack (G4int *data)
 
void StartTimer ()
 
void StopTimer ()
 
void Print () const
 

Private 멤버 함수

G4String GetStateString (G4ApplicationState astate) const
 

Private 속성

G4int rank_
 
G4int run_id_
 
G4int nevent_to_be_processed_
 
G4int event_id_
 
G4double cputime_
 
G4ApplicationState g4state_
 
G4Timertimer_
 

상세한 설명

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

멤버 열거형 문서화

anonymous enum
열거형 멤버
kNSIZE 

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

생성자 & 소멸자 문서화

G4MPIstatus::G4MPIstatus ( )

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

다음을 참조함 : timer_.

G4MPIstatus::~G4MPIstatus ( )

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

다음을 참조함 : timer_.

멤버 함수 문서화

G4double G4MPIstatus::GetCPUTime ( ) const
inline

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

다음을 참조함 : cputime_.

G4int G4MPIstatus::GetEventID ( ) const
inline

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

다음을 참조함 : event_id_.

G4ApplicationState G4MPIstatus::GetG4State ( ) const
inline

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

다음을 참조함 : g4state_.

G4int G4MPIstatus::GetNEventToBeProcessed ( ) const
inline

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

다음을 참조함 : nevent_to_be_processed_.

G4int G4MPIstatus::GetRank ( ) const
inline

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

다음을 참조함 : rank_.

G4int G4MPIstatus::GetRunID ( ) const
inline

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

다음을 참조함 : run_id_.

G4String G4MPIstatus::GetStateString ( G4ApplicationState  astate) const
private

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

다음을 참조함 : G4State_Abort, G4State_EventProc, G4State_GeomClosed, G4State_Idle, G4State_Init, G4State_PreInit, G4State_Quit.

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

void G4MPIstatus::Pack ( G4int data) const

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

다음을 참조함 : cputime_, event_id_, g4state_, nevent_to_be_processed_, rank_, run_id_.

void G4MPIstatus::Print ( void  ) const

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

다음을 참조함 : cputime_, event_id_, G4cout, G4endl, g4state_, GetStateString(), nevent_to_be_processed_, rank_, run_id_.

void G4MPIstatus::SetStatus ( G4int  arank,
G4int  runid,
G4int  noe,
G4int  evtid,
G4ApplicationState  state 
)

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

다음을 참조함 : cputime_, event_id_, g4state_, nevent_to_be_processed_, rank_, run_id_, timer_.

G4int G4MPIstatus::SizeOf ( ) const
inline

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

다음을 참조함 : kNSIZE.

void G4MPIstatus::StartTimer ( )

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

다음을 참조함 : timer_.

void G4MPIstatus::StopTimer ( )

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

다음을 참조함 : timer_.

void G4MPIstatus::UnPack ( G4int data)

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

다음을 참조함 : cputime_, event_id_, g4state_, nevent_to_be_processed_, rank_, run_id_.

멤버 데이타 문서화

G4double G4MPIstatus::cputime_
private

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

다음에 의해서 참조됨 : GetCPUTime(), Pack(), Print(), SetStatus(), UnPack().

G4int G4MPIstatus::event_id_
private

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

다음에 의해서 참조됨 : GetEventID(), Pack(), Print(), SetStatus(), UnPack().

G4ApplicationState G4MPIstatus::g4state_
private

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

다음에 의해서 참조됨 : GetG4State(), Pack(), Print(), SetStatus(), UnPack().

G4int G4MPIstatus::nevent_to_be_processed_
private

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

다음에 의해서 참조됨 : GetNEventToBeProcessed(), Pack(), Print(), SetStatus(), UnPack().

G4int G4MPIstatus::rank_
private

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

다음에 의해서 참조됨 : GetRank(), Pack(), Print(), SetStatus(), UnPack().

G4int G4MPIstatus::run_id_
private

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

다음에 의해서 참조됨 : GetRunID(), Pack(), Print(), SetStatus(), UnPack().

G4Timer* G4MPIstatus::timer_
private

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

다음에 의해서 참조됨 : G4MPIstatus(), SetStatus(), StartTimer(), StopTimer(), ~G4MPIstatus().


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