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

#include <G4ITReaction.hh>

Public 멤버 함수

virtual ~G4ITReactionSet ()
 
void AddReaction (double time, G4Track *trackA, G4Track *trackB)
 
void AddReactions (double time, G4Track *trackA, G4TrackVectorHandle reactants)
 
void RemoveReactionSet (G4Track *track)
 
void SelectThisReaction (G4ITReactionPtr reaction)
 
G4ITReactionPerTrackMapGetReactionMap ()
 
void RemoveReactionPerTrack (G4ITReactionPerTrackPtr reactionPerTrack)
 
void CleanAllReaction ()
 
bool Empty ()
 
G4ITReactionPerTimeGetReactionsPerTime ()
 

정적 Public 멤버 함수

static G4ITReactionSetInstance ()
 

Protected 멤버 함수

void AddReaction (G4Track *track, G4ITReactionPtr reaction)
 

Protected 속성

G4ITReactionPerTrackMap fReactionPerTrack
 
G4ITReactionPerTime fReactionPerTime
 
bool fSortByTime
 

정적 Protected 속성

static G4ThreadLocal
G4ITReactionSet
fpInstance
 

Private 멤버 함수

 G4ITReactionSet ()
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ITReactionSet::G4ITReactionSet ( )
inlineprivate

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

다음을 참조함 : fpInstance, fSortByTime.

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

virtual G4ITReactionSet::~G4ITReactionSet ( )
inlinevirtual

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

다음을 참조함 : fReactionPerTime, fReactionPerTrack.

멤버 함수 문서화

void G4ITReactionSet::AddReaction ( double  time,
G4Track trackA,
G4Track trackB 
)
inline

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

다음을 참조함 : fReactionPerTime, fSortByTime, G4ITReaction::New().

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

void G4ITReactionSet::AddReaction ( G4Track track,
G4ITReactionPtr  reaction 
)
inlineprotected

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

다음을 참조함 : fReactionPerTrack, G4ITReactionPerTrack::New(), pos.

void G4ITReactionSet::AddReactions ( double  time,
G4Track trackA,
G4TrackVectorHandle  reactants 
)
inline

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

다음을 참조함 : AddReaction().

void G4ITReactionSet::CleanAllReaction ( )
inline

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

다음을 참조함 : fReactionPerTime, fReactionPerTrack.

다음에 의해서 참조됨 : G4Scheduler::Reset(), G4Scheduler::Stepping().

bool G4ITReactionSet::Empty ( )
inline

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

다음을 참조함 : fReactionPerTrack.

G4ITReactionPerTrackMap& G4ITReactionSet::GetReactionMap ( )
inline

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

다음을 참조함 : fReactionPerTrack.

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

G4ITReactionPerTime& G4ITReactionSet::GetReactionsPerTime ( )
inline

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

다음을 참조함 : fReactionPerTime.

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

static G4ITReactionSet* G4ITReactionSet::Instance ( void  )
inlinestatic
void G4ITReactionSet::RemoveReactionPerTrack ( G4ITReactionPerTrackPtr  reactionPerTrack)
inline

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

다음을 참조함 : fReactionPerTrack.

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

void G4ITReactionSet::RemoveReactionSet ( G4Track track)
inline

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

다음을 참조함 : fReactionPerTrack.

다음에 의해서 참조됨 : G4ITStepProcessor::ExtractDoItData(), SelectThisReaction().

void G4ITReactionSet::SelectThisReaction ( G4ITReactionPtr  reaction)
inline

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

다음을 참조함 : RemoveReactionSet().

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

멤버 데이타 문서화

G4ThreadLocal G4ITReactionSet * G4ITReactionSet::fpInstance
staticprotected

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

다음에 의해서 참조됨 : G4ITReactionSet(), Instance().

G4ITReactionPerTime G4ITReactionSet::fReactionPerTime
protected

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

다음에 의해서 참조됨 : AddReaction(), CleanAllReaction(), GetReactionsPerTime(), ~G4ITReactionSet().

G4ITReactionPerTrackMap G4ITReactionSet::fReactionPerTrack
protected

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

다음에 의해서 참조됨 : AddReaction(), CleanAllReaction(), Empty(), GetReactionMap(), RemoveReactionPerTrack(), RemoveReactionSet(), ~G4ITReactionSet().

bool G4ITReactionSet::fSortByTime
protected

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

다음에 의해서 참조됨 : AddReaction(), G4ITReactionSet().


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