Geant4
10.03.p03
|
#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="") |
void | StoreDoseFluenceRoot () |
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 | ( | ) |
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.
|
static |
|
static |
Definition at line 67 of file IORTMatrix.cc.
|
inline |
Definition at line 123 of file IORTMatrix.hh.
|
inline |
Definition at line 127 of file IORTMatrix.hh.
|
inline |
Definition at line 128 of file IORTMatrix.hh.
|
inline |
Definition at line 129 of file IORTMatrix.hh.
|
inline |
Definition at line 125 of file IORTMatrix.hh.
void IORTMatrix::Initialize | ( | ) |
Definition at line 123 of file IORTMatrix.cc.
void IORTMatrix::PrintNuclides | ( | ) |
Definition at line 136 of file IORTMatrix.cc.
void IORTMatrix::StoreDoseData | ( | ) |
Definition at line 280 of file IORTMatrix.cc.
Definition at line 291 of file IORTMatrix.cc.
void IORTMatrix::StoreDoseFluenceRoot | ( | ) |
Definition at line 362 of file IORTMatrix.cc.
void IORTMatrix::StoreFluenceData | ( | ) |
Definition at line 273 of file IORTMatrix.cc.
Definition at line 241 of file IORTMatrix.cc.
void IORTMatrix::TotalEnergyDeposit | ( | ) |
Definition at line 395 of file IORTMatrix.cc.
|
static |
Definition at line 83 of file IORTMatrix.hh.