#include <G4PhysChemIO.hh>
Definition at line 101 of file G4PhysChemIO.hh.
◆ G4Analysis()
Definition at line 162 of file G4PhysChemIO.cc.
162 :
164{
167}
G4VAnalysisManager * fpAnalysisManager
◆ ~G4Analysis()
G4PhysChemIO::G4Analysis::~G4Analysis |
( |
| ) |
|
|
override |
◆ AddEmptyLineInOutputFile()
void G4PhysChemIO::G4Analysis::AddEmptyLineInOutputFile |
( |
| ) |
|
|
inlineoverridevirtual |
◆ CloseFile()
void G4PhysChemIO::G4Analysis::CloseFile |
( |
| ) |
|
|
overridevirtual |
◆ CreateSolvatedElectron()
void G4PhysChemIO::G4Analysis::CreateSolvatedElectron |
( |
const G4Track * | electronTrack, |
|
|
G4ThreeVector * | finalPosition = nullptr ) |
|
overridevirtual |
Same idea as the previous method but for solvated electron. This method should be used by the physics model of the ElectronSolvatation process.
Implements G4VPhysChemIO.
Definition at line 264 of file G4PhysChemIO.cc.
266{
268
269
272
273
275
276
277
278
279
284
285
287 const double i_nm = 1./nanometer;
288
292
293 if (finalPosition != nullptr)
294 {
298 }
299 else
300 {
304 }
305
307}
CLHEP::Hep3Vector G4ThreeVector
void InitializeFile() override
const G4ThreeVector & GetPosition() const
G4double GetKineticEnergy() const
◆ CreateWaterMolecule()
void G4PhysChemIO::G4Analysis::CreateWaterMolecule |
( |
G4int | electronicModif, |
|
|
G4int | electronicLevel, |
|
|
G4double | energy, |
|
|
const G4Track * | theIncomingTrack ) |
|
overridevirtual |
Method used by DNA physics model to create a water molecule. The ElectronicModification is a flag telling wheter 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, for instance an electron.
Implements G4VPhysChemIO.
Definition at line 226 of file G4PhysChemIO.cc.
230{
232
233
236
237
239
240
241
242
243
245
248
249
251
255
260}
◆ InitializeFile()
void G4PhysChemIO::G4Analysis::InitializeFile |
( |
| ) |
|
|
overridevirtual |
◆ InitializeMaster()
void G4PhysChemIO::G4Analysis::InitializeMaster |
( |
| ) |
|
|
inlineoverridevirtual |
◆ InitializeThread()
void G4PhysChemIO::G4Analysis::InitializeThread |
( |
| ) |
|
|
inlineoverridevirtual |
◆ NewEvent()
void G4PhysChemIO::G4Analysis::NewEvent |
( |
| ) |
|
|
inlineoverridevirtual |
◆ NewRun()
void G4PhysChemIO::G4Analysis::NewRun |
( |
| ) |
|
|
inlineoverridevirtual |
◆ WriteInto()
void G4PhysChemIO::G4Analysis::WriteInto |
( |
const G4String & | , |
|
|
std::ios_base::openmode | mode = std::ios_base::out ) |
|
overridevirtual |
Tells the chemMan to write into a file the position and electronic state of the water molecule and the position thermalized or not of the solvated electron
Implements G4VPhysChemIO.
Definition at line 209 of file G4PhysChemIO.cc.
◆ fFileInitialized
G4bool G4PhysChemIO::G4Analysis::fFileInitialized |
|
protected |
◆ fNtupleID
int G4PhysChemIO::G4Analysis::fNtupleID |
|
protected |
◆ fpAnalysisManager
The documentation for this class was generated from the following files: