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

#include <G4VPhysChemIO.hh>

G4VPhysChemIO에 대한 상속 다이어그램 :
G4PhysChemIO::FormattedText G4PhysChemIO::G4Analysis

Public 멤버 함수

 G4VPhysChemIO ()
 
virtual ~G4VPhysChemIO ()
 
virtual void InitializeMaster ()
 
virtual void InitializeThread ()
 
virtual void InitializeFile ()=0
 
virtual void NewRun ()=0
 
virtual void NewEvent ()=0
 
virtual void CreateWaterMolecule (G4int electronicModif, G4int, G4double energy, const G4Track *)=0
 
virtual void CreateSolvatedElectron (const G4Track *, G4ThreeVector *finalPosition=0)=0
 
virtual void WriteInto (const G4String &, std::ios_base::openmode mode=std::ios_base::out)=0
 
virtual void AddEmptyLineInOuputFile ()
 
virtual void CloseFile ()=0
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VPhysChemIO::G4VPhysChemIO ( )

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

G4VPhysChemIO::~G4VPhysChemIO ( )
virtual

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

멤버 함수 문서화

virtual void G4VPhysChemIO::AddEmptyLineInOuputFile ( )
inlinevirtual

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 재구현되었습니다.

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

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

virtual void G4VPhysChemIO::CloseFile ( )
pure virtual

Close the file specified with WriteInto

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.

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

virtual void G4VPhysChemIO::CreateSolvatedElectron ( const G4Track ,
G4ThreeVector finalPosition = 0 
)
pure virtual

Same idea as the previous method but for solvated electron. This method should be used by the physics model of the ElectronSolvatation process.

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.

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

virtual void G4VPhysChemIO::CreateWaterMolecule ( G4int  electronicModif,
G4int  ,
G4double  energy,
const G4Track  
)
pure virtual

When DNA physics model create a water molecule, you'll get a notification through this method. The ElectronicModification is a flag telling whether the molecule is ionized or excited, the electronic level is calculated by the model and the IncomingTrack is the track responsible for the creation of this molecule (electron, proton...)

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.

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

virtual void G4VPhysChemIO::InitializeFile ( )
pure virtual

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.

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

virtual void G4VPhysChemIO::InitializeMaster ( )
inlinevirtual

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 재구현되었습니다.

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

virtual void G4VPhysChemIO::InitializeThread ( )
inlinevirtual

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 재구현되었습니다.

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

virtual void G4VPhysChemIO::NewEvent ( )
pure virtual
virtual void G4VPhysChemIO::NewRun ( )
pure virtual
virtual void G4VPhysChemIO::WriteInto ( const G4String ,
std::ios_base::openmode  mode = std::ios_base::out 
)
pure virtual

Tells the chemistry manager to write into a file the position and electronic state of the water molecule and the position thermalized or not of the solvated electron

G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.

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


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