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

#include <MCTruthConfig.hh>

Public 멤버 함수

 MCTruthConfig ()
 
virtual ~MCTruthConfig ()
 
void SetMinE (double e)
 
G4double GetMinE () const
 
void SetParticleTypes (std::vector< G4int > &types)
 
void AddParticleType (G4int type)
 
std::vector< G4int > & GetParticleTypes ()
 
void SetCreatorProcesses (std::vector< G4String > &processes)
 
void AddCreatorProcess (G4String &process)
 
std::vector< G4String > & GetCreatorProcesses ()
 

Private 속성

G4double fMinE
 
std::vector< G4intfParticleTypes
 
std::vector< G4StringfCreatorProcesses
 

상세한 설명

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

생성자 & 소멸자 문서화

MCTruthConfig::MCTruthConfig ( )

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

MCTruthConfig::~MCTruthConfig ( )
virtual

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

멤버 함수 문서화

void MCTruthConfig::AddCreatorProcess ( G4String process)
inline

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

다음을 참조함 : fCreatorProcesses.

void MCTruthConfig::AddParticleType ( G4int  type)
inline

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

다음을 참조함 : fParticleTypes.

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

std::vector<G4String>& MCTruthConfig::GetCreatorProcesses ( )
inline

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

다음을 참조함 : fCreatorProcesses.

G4double MCTruthConfig::GetMinE ( ) const
inline

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

다음을 참조함 : fMinE.

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

std::vector<G4int>& MCTruthConfig::GetParticleTypes ( )
inline

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

다음을 참조함 : fParticleTypes.

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

void MCTruthConfig::SetCreatorProcesses ( std::vector< G4String > &  processes)
inline

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

다음을 참조함 : fCreatorProcesses.

void MCTruthConfig::SetMinE ( double  e)
inline

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

다음을 참조함 : e, fMinE.

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

void MCTruthConfig::SetParticleTypes ( std::vector< G4int > &  types)
inline

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

다음을 참조함 : fParticleTypes.

멤버 데이타 문서화

std::vector<G4String> MCTruthConfig::fCreatorProcesses
private

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

다음에 의해서 참조됨 : AddCreatorProcess(), GetCreatorProcesses(), SetCreatorProcesses().

G4double MCTruthConfig::fMinE
private

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

다음에 의해서 참조됨 : GetMinE(), SetMinE().

std::vector<G4int> MCTruthConfig::fParticleTypes
private

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

다음에 의해서 참조됨 : AddParticleType(), GetParticleTypes(), SetParticleTypes().


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