#include <G4VPhysChemIO.hh>
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 번째 라인에서 정의되었습니다.
|
virtual |
G4VPhysChemIO.cc 파일의 43 번째 라인에서 정의되었습니다.
|
inlinevirtual |
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 재구현되었습니다.
G4VPhysChemIO.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAChemistryManager::AddEmptyLineInOuputFile().
|
pure virtual |
Close the file specified with WriteInto
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.
다음에 의해서 참조됨 : G4DNAChemistryManager::CloseFile().
|
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().
|
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().
|
pure virtual |
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.
다음에 의해서 참조됨 : G4DNAChemistryManager::InitializeFile().
|
inlinevirtual |
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 재구현되었습니다.
G4VPhysChemIO.hh 파일의 49 번째 라인에서 정의되었습니다.
|
inlinevirtual |
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 재구현되었습니다.
G4VPhysChemIO.hh 파일의 50 번째 라인에서 정의되었습니다.
|
pure virtual |
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.
|
pure virtual |
G4PhysChemIO::G4Analysis, G4PhysChemIO::FormattedText에서 구현되었습니다.
|
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().