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

#include <G4CascadeHistory.hh>

클래스

struct  HistoryEntry
 

Public 멤버 함수

 G4CascadeHistory (G4int verbose=0)
 
 ~G4CascadeHistory ()
 
void setVerboseLevel (G4int verbose=0)
 
void Clear ()
 
G4int AddEntry (G4CascadParticle &cpart)
 
G4int AddVertex (G4CascadParticle &cpart, std::vector< G4CascadParticle > &daug)
 
void DropEntry (const G4CascadParticle &cpart)
 
void Print (std::ostream &os) const
 

Protected 멤버 함수

void AssignHistoryID (G4CascadParticle &cpart)
 
void FillDaughters (G4int iEntry, std::vector< G4CascadParticle > &daug)
 
void PrintEntry (std::ostream &os, G4int iEntry) const
 
void PrintParticle (std::ostream &os, const G4CascadParticle &cpart) const
 
G4bool PrintingDone (G4int iEntry) const
 
const char * GuessTarget (const HistoryEntry &entry) const
 
G4int size () const
 

Private 멤버 함수

 G4CascadeHistory (const G4CascadeHistory &rhs)
 
G4CascadeHistoryoperator= (const G4CascadeHistory &rhs)
 

Private 속성

G4int verboseLevel
 
std::vector< HistoryEntrytheHistory
 
std::set< G4intentryPrinted
 

상세한 설명

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

생성자 & 소멸자 문서화

G4CascadeHistory::G4CascadeHistory ( G4int  verbose = 0)
inline

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

G4CascadeHistory::~G4CascadeHistory ( )
inline

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

G4CascadeHistory::G4CascadeHistory ( const G4CascadeHistory rhs)
private

멤버 함수 문서화

G4int G4CascadeHistory::AddEntry ( G4CascadParticle cpart)

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

다음을 참조함 : AssignHistoryID(), G4cout, G4endl, G4CascadParticle::getHistoryId(), size(), theHistory, verboseLevel.

다음에 의해서 참조됨 : AddVertex(), FillDaughters(), G4IntraNucleiCascader::generateCascade().

G4int G4CascadeHistory::AddVertex ( G4CascadParticle cpart,
std::vector< G4CascadParticle > &  daug 
)

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

다음을 참조함 : AddEntry(), FillDaughters(), G4cout, G4endl, theHistory, verboseLevel.

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

void G4CascadeHistory::AssignHistoryID ( G4CascadParticle cpart)
protected

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

다음을 참조함 : G4cout, G4endl, G4CascadParticle::getHistoryId(), G4CascadParticle::setHistoryId(), size(), verboseLevel.

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

void G4CascadeHistory::Clear ( )

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

다음을 참조함 : entryPrinted, G4cout, G4endl, theHistory, verboseLevel.

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

void G4CascadeHistory::DropEntry ( const G4CascadParticle cpart)

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

다음을 참조함 : G4cout, G4endl, G4CascadParticle::getHistoryId(), theHistory, verboseLevel.

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

void G4CascadeHistory::FillDaughters ( G4int  iEntry,
std::vector< G4CascadParticle > &  daug 
)
protected

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

다음을 참조함 : AddEntry(), G4cout, G4endl, theHistory, verboseLevel.

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

const char * G4CascadeHistory::GuessTarget ( const HistoryEntry entry) const
protected
G4CascadeHistory& G4CascadeHistory::operator= ( const G4CascadeHistory rhs)
private
void G4CascadeHistory::Print ( std::ostream &  os) const

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

다음을 참조함 : PrintEntry(), PrintingDone(), size(), verboseLevel.

다음에 의해서 참조됨 : G4IntraNucleiCascader::collide(), operator<<(), G4IntraNucleiCascader::rescatter().

void G4CascadeHistory::PrintEntry ( std::ostream &  os,
G4int  iEntry 
) const
protected
G4bool G4CascadeHistory::PrintingDone ( G4int  iEntry) const
inlineprotected

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

다음을 참조함 : entryPrinted.

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

void G4CascadeHistory::PrintParticle ( std::ostream &  os,
const G4CascadParticle cpart 
) const
protected
void G4CascadeHistory::setVerboseLevel ( G4int  verbose = 0)
inline

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

다음을 참조함 : verboseLevel.

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

G4int G4CascadeHistory::size ( ) const
inlineprotected

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

다음을 참조함 : theHistory.

다음에 의해서 참조됨 : AddEntry(), AssignHistoryID(), Print(), PrintEntry().

멤버 데이타 문서화

std::set<G4int> G4CascadeHistory::entryPrinted
mutableprivate

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

다음에 의해서 참조됨 : Clear(), PrintEntry(), PrintingDone().

std::vector<HistoryEntry> G4CascadeHistory::theHistory
private

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

다음에 의해서 참조됨 : AddEntry(), AddVertex(), Clear(), DropEntry(), FillDaughters(), GuessTarget(), PrintEntry(), size().

G4int G4CascadeHistory::verboseLevel
private

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

다음에 의해서 참조됨 : AddEntry(), AddVertex(), AssignHistoryID(), Clear(), DropEntry(), FillDaughters(), GuessTarget(), Print(), setVerboseLevel().


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