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

#include <G4DNAMolecularReaction.hh>

G4DNAMolecularReaction에 대한 상속 다이어그램 :
G4VITReactionProcess

Public 멤버 함수

 G4DNAMolecularReaction ()
 
virtual ~G4DNAMolecularReaction ()
 
 G4DNAMolecularReaction (const G4DNAMolecularReaction &other)
 
G4DNAMolecularReactionoperator= (const G4DNAMolecularReaction &other)
 
virtual G4bool TestReactibility (const G4Track &, const G4Track &, const double currentStepTime, const double previousStepTime, bool userStepTimeLimit)
 
virtual G4ITReactionChangeMakeReaction (const G4Track &, const G4Track &)
 
void SetReactionModel (G4VDNAReactionModel *)
 
void SetReactionTable (const G4DNAMolecularReactionTable *)
 
void SetVerbose (int)
 
virtual void Initialize ()
 
virtual G4bool IsApplicable (G4ITType, G4ITType) const
 
void SetReactionTable (const G4ITReactionTable *)
 
void ResetChanges ()
 

Protected 속성

const
G4DNAMolecularReactionTable *& 
fMolReactionTable
 
G4VDNAReactionModelfReactionModel
 
G4int fVerbose
 
G4double fReactionRadius
 
G4double fDistance
 
const G4ITReactionTablefpReactionTable
 
G4ITReactionChangefpChanges
 
G4String fName
 

상세한 설명

G4DNAMolecularReaction is the reaction process used in G4DNAMolecularStepByStepModel between two molecules. After the global track steps, it test whether the molecules can react. If so, the reaction is made.

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

생성자 & 소멸자 문서화

G4DNAMolecularReaction::G4DNAMolecularReaction ( )

Default constructor

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

다음을 참조함 : fDistance, fReactionModel, fReactionRadius, fVerbose.

G4DNAMolecularReaction::~G4DNAMolecularReaction ( )
virtual

Default destructor

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

다음을 참조함 : G4VITReactionProcess::fpChanges.

G4DNAMolecularReaction::G4DNAMolecularReaction ( const G4DNAMolecularReaction other)

Copy constructor

매개변수
otherObject to copy from

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

다음을 참조함 : fDistance, fMolReactionTable, fReactionModel, fReactionRadius, fVerbose.

멤버 함수 문서화

virtual void G4VITReactionProcess::Initialize ( )
inlinevirtualinherited

First initialization (done once for all at the begin of the run) eg. check if the reaction table is given ...

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

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

virtual G4bool G4VITReactionProcess::IsApplicable ( G4ITType  ,
G4ITType   
) const
inlinevirtualinherited

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

G4ITReactionChange * G4DNAMolecularReaction::MakeReaction ( const G4Track trackA,
const G4Track trackB 
)
virtual
G4DNAMolecularReaction & G4DNAMolecularReaction::operator= ( const G4DNAMolecularReaction other)

Assignment operator

매개변수
otherObject to assign from
반환값
A reference to this

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

다음을 참조함 : fDistance, fMolReactionTable, fReactionRadius, fVerbose.

void G4VITReactionProcess::ResetChanges ( )
inlineinherited

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

다음을 참조함 : G4VITReactionProcess::fpChanges.

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

void G4DNAMolecularReaction::SetReactionModel ( G4VDNAReactionModel model)
inline

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

다음을 참조함 : fReactionModel.

void G4DNAMolecularReaction::SetReactionTable ( const G4DNAMolecularReactionTable )
inline
void G4VITReactionProcess::SetReactionTable ( const G4ITReactionTable table)
inlineinherited

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

다음을 참조함 : G4VITReactionProcess::fpReactionTable.

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

void G4DNAMolecularReaction::SetVerbose ( int  verb)
inline

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

다음을 참조함 : fVerbose.

G4bool G4DNAMolecularReaction::TestReactibility ( const G4Track trackA,
const G4Track trackB,
const double  currentStepTime,
const double  previousStepTime,
bool  userStepTimeLimit 
)
virtual

멤버 데이타 문서화

G4double G4DNAMolecularReaction::fDistance
protected

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

다음에 의해서 참조됨 : G4DNAMolecularReaction(), MakeReaction(), operator=(), TestReactibility().

const G4DNAMolecularReactionTable*& G4DNAMolecularReaction::fMolReactionTable
protected

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

다음에 의해서 참조됨 : G4DNAMolecularReaction(), MakeReaction(), operator=(), TestReactibility().

G4String G4VITReactionProcess::fName
protectedinherited

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

다음에 의해서 참조됨 : G4VITReactionProcess::operator=().

G4ITReactionChange* G4VITReactionProcess::fpChanges
protectedinherited
const G4ITReactionTable* G4VITReactionProcess::fpReactionTable
protectedinherited

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

다음에 의해서 참조됨 : G4VITReactionProcess::G4VITReactionProcess(), G4VITReactionProcess::SetReactionTable().

G4VDNAReactionModel* G4DNAMolecularReaction::fReactionModel
protected

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

다음에 의해서 참조됨 : G4DNAMolecularReaction(), SetReactionModel(), TestReactibility().

G4double G4DNAMolecularReaction::fReactionRadius
protected

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

다음에 의해서 참조됨 : G4DNAMolecularReaction(), MakeReaction(), operator=(), TestReactibility().

G4int G4DNAMolecularReaction::fVerbose
protected

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

다음에 의해서 참조됨 : G4DNAMolecularReaction(), MakeReaction(), operator=(), SetVerbose(), TestReactibility().


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