Geant4.10
|
#include <IORTMatrix.hh>
Public Member Functions | |
~IORTMatrix () | |
void | PrintNuclides () |
void | ClearHitTrack () |
G4int * | GetHitTrack (G4int i, G4int j, G4int k) |
void | Initialize () |
void | Clear () |
G4bool | Fill (G4int, G4ParticleDefinition *particleDef, G4int i, G4int j, G4int k, G4double energyDeposit, G4bool fluence=false) |
void | Fill (G4int i, G4int j, G4int k, G4double energyDeposit) |
void | TotalEnergyDeposit () |
void | StoreMatrix (G4String file, void *data, size_t psize) |
void | StoreFluenceData () |
void | StoreDoseData () |
void | StoreDoseFluenceAscii (G4String filename="") |
G4int | Index (G4int i, G4int j, G4int k) |
G4double * | GetMatrix () |
G4int | GetNvoxel () |
G4int | GetNumberOfVoxelAlongX () |
G4int | GetNumberOfVoxelAlongY () |
G4int | GetNumberOfVoxelAlongZ () |
Static Public Member Functions | |
static IORTMatrix * | GetInstance () |
static IORTMatrix * | GetInstance (G4int nX, G4int nY, G4int nZ, G4double mass) |
Static Public Attributes | |
static G4bool | secondary = false |
Definition at line 66 of file IORTMatrix.hh.
IORTMatrix::~IORTMatrix | ( | ) |
void IORTMatrix::Clear | ( | ) |
Definition at line 111 of file IORTMatrix.cc.
Referenced by Initialize(), and ~IORTMatrix().
void IORTMatrix::ClearHitTrack | ( | ) |
Definition at line 145 of file IORTMatrix.cc.
G4bool IORTMatrix::Fill | ( | G4int | trackID, |
G4ParticleDefinition * | particleDef, | ||
G4int | i, | ||
G4int | j, | ||
G4int | k, | ||
G4double | energyDeposit, | ||
G4bool | fluence = false |
||
) |
Definition at line 161 of file IORTMatrix.cc.
References ion::dose, ion::fluence, Index(), and secondary.
|
static |
Definition at line 61 of file IORTMatrix.cc.
Referenced by IORTEventAction::EndOfEventAction(), main(), IORTDetectorSD::ProcessHits(), IORTAnalysisFileMessenger::SetNewValue(), and IORTDetectorConstruction::UpdateGeometry().
|
static |
|
inline |
Definition at line 125 of file IORTMatrix.hh.
|
inline |
Definition at line 129 of file IORTMatrix.hh.
|
inline |
Definition at line 130 of file IORTMatrix.hh.
|
inline |
Definition at line 131 of file IORTMatrix.hh.
|
inline |
Definition at line 127 of file IORTMatrix.hh.
Definition at line 122 of file IORTMatrix.hh.
Referenced by Fill(), GetHitTrack(), StoreDoseFluenceAscii(), and StoreMatrix().
void IORTMatrix::Initialize | ( | ) |
void IORTMatrix::PrintNuclides | ( | ) |
Definition at line 136 of file IORTMatrix.cc.
References G4cout, and G4endl.
void IORTMatrix::StoreDoseData | ( | ) |
Definition at line 280 of file IORTMatrix.cc.
References StoreMatrix().
void IORTMatrix::StoreFluenceData | ( | ) |
Definition at line 273 of file IORTMatrix.cc.
References StoreMatrix().
Definition at line 241 of file IORTMatrix.cc.
References G4endl, Index(), and n.
Referenced by StoreDoseData(), and StoreFluenceData().
void IORTMatrix::TotalEnergyDeposit | ( | ) |
Definition at line 399 of file IORTMatrix.cc.
|
static |
Definition at line 83 of file IORTMatrix.hh.
Referenced by Fill(), and StoreDoseFluenceAscii().