Geant4  10.00.p02
PhantomConfiguration Class Reference

#include <PhantomConfiguration.hh>

Public Member Functions

 PhantomConfiguration ()
 
 ~PhantomConfiguration ()
 
G4int Initialize ()
 
G4int GetPhantomTotalPixels ()
 
G4int GetNucleusTotalPixels ()
 
G4int GetCytoplasmTotalPixels ()
 
G4float GetPixelSizeX ()
 
G4float GetPixelSizeY ()
 
G4float GetPixelSizeZ ()
 
G4float GetCytoplasmMass ()
 
G4float GetNucleusMass ()
 
G4ThreeVector GetVoxelThreeVector (G4int i)
 

Private Attributes

G4ThreeVectorfVoxelThreeVector
 

Static Private Attributes

static G4int fPhantomTotalPixels = 0
 
static G4int fNucleusTotalPixels = 0
 
static G4int fCytoplasmTotalPixels = 0
 
static G4float fDx = 0
 
static G4float fDy = 0
 
static G4float fDz = 0
 
static G4float fNucleusMass = 0
 
static G4float fCytoplasmMass = 0
 

Detailed Description

Definition at line 40 of file PhantomConfiguration.hh.

Constructor & Destructor Documentation

PhantomConfiguration::PhantomConfiguration ( )

Definition at line 49 of file PhantomConfiguration.cc.

References Initialize().

+ Here is the call graph for this function:

PhantomConfiguration::~PhantomConfiguration ( )

Definition at line 54 of file PhantomConfiguration.cc.

References fVoxelThreeVector.

Member Function Documentation

G4float PhantomConfiguration::GetCytoplasmMass ( )
inline

Definition at line 54 of file PhantomConfiguration.hh.

References fCytoplasmMass.

Referenced by DetectorConstruction::ConstructLine().

+ Here is the caller graph for this function:

G4int PhantomConfiguration::GetCytoplasmTotalPixels ( )
inline

Definition at line 50 of file PhantomConfiguration.hh.

References fCytoplasmTotalPixels.

G4float PhantomConfiguration::GetNucleusMass ( )
inline

Definition at line 55 of file PhantomConfiguration.hh.

References fNucleusMass.

Referenced by DetectorConstruction::ConstructLine().

+ Here is the caller graph for this function:

G4int PhantomConfiguration::GetNucleusTotalPixels ( )
inline

Definition at line 49 of file PhantomConfiguration.hh.

References fNucleusTotalPixels.

G4int PhantomConfiguration::GetPhantomTotalPixels ( )
inline

Definition at line 48 of file PhantomConfiguration.hh.

References fPhantomTotalPixels.

Referenced by DetectorConstruction::ConstructLine().

+ Here is the caller graph for this function:

G4float PhantomConfiguration::GetPixelSizeX ( )
inline

Definition at line 51 of file PhantomConfiguration.hh.

References fDx.

Referenced by DetectorConstruction::ConstructLine().

+ Here is the caller graph for this function:

G4float PhantomConfiguration::GetPixelSizeY ( )
inline

Definition at line 52 of file PhantomConfiguration.hh.

References fDy.

Referenced by DetectorConstruction::ConstructLine().

+ Here is the caller graph for this function:

G4float PhantomConfiguration::GetPixelSizeZ ( )
inline

Definition at line 53 of file PhantomConfiguration.hh.

References fDz.

Referenced by DetectorConstruction::ConstructLine().

+ Here is the caller graph for this function:

G4ThreeVector PhantomConfiguration::GetVoxelThreeVector ( G4int  i)
inline

Definition at line 57 of file PhantomConfiguration.hh.

References fVoxelThreeVector.

G4int PhantomConfiguration::Initialize ( )

Definition at line 61 of file PhantomConfiguration.cc.

References cm3, density, fCytoplasmMass, fCytoplasmTotalPixels, fDx, fDy, fDz, fNucleusMass, fNucleusTotalPixels, fPhantomTotalPixels, fVoxelThreeVector, g, and micrometer.

Referenced by PhantomConfiguration().

+ Here is the caller graph for this function:

Member Data Documentation

G4float PhantomConfiguration::fCytoplasmMass = 0
staticprivate

Definition at line 68 of file PhantomConfiguration.hh.

Referenced by GetCytoplasmMass(), and Initialize().

G4int PhantomConfiguration::fCytoplasmTotalPixels = 0
staticprivate

Definition at line 63 of file PhantomConfiguration.hh.

Referenced by GetCytoplasmTotalPixels(), and Initialize().

G4float PhantomConfiguration::fDx = 0
staticprivate

Definition at line 64 of file PhantomConfiguration.hh.

Referenced by GetPixelSizeX(), and Initialize().

G4float PhantomConfiguration::fDy = 0
staticprivate

Definition at line 65 of file PhantomConfiguration.hh.

Referenced by GetPixelSizeY(), and Initialize().

G4float PhantomConfiguration::fDz = 0
staticprivate

Definition at line 66 of file PhantomConfiguration.hh.

Referenced by GetPixelSizeZ(), and Initialize().

G4float PhantomConfiguration::fNucleusMass = 0
staticprivate

Definition at line 67 of file PhantomConfiguration.hh.

Referenced by GetNucleusMass(), and Initialize().

G4int PhantomConfiguration::fNucleusTotalPixels = 0
staticprivate

Definition at line 62 of file PhantomConfiguration.hh.

Referenced by GetNucleusTotalPixels(), and Initialize().

G4int PhantomConfiguration::fPhantomTotalPixels = 0
staticprivate

Definition at line 61 of file PhantomConfiguration.hh.

Referenced by GetPhantomTotalPixels(), and Initialize().

G4ThreeVector* PhantomConfiguration::fVoxelThreeVector
private

Definition at line 70 of file PhantomConfiguration.hh.

Referenced by GetVoxelThreeVector(), Initialize(), and ~PhantomConfiguration().


The documentation for this class was generated from the following files: