ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4PhantomBuilder Class Reference

#include <geant4/tree/geant4-10.6-release/examples/advanced/human_phantom/include/G4PhantomBuilder.hh>

+ Inheritance diagram for G4PhantomBuilder:
+ Collaboration diagram for G4PhantomBuilder:

Public Member Functions

 G4PhantomBuilder ()
 
 ~G4PhantomBuilder ()
 
void BuildHead (const G4String &, G4bool, G4bool)
 
void BuildTrunk (const G4String &, G4bool, G4bool)
 
void BuildLeftLeg (const G4String &, G4bool, G4bool)
 
void BuildRightLeg (const G4String &, G4bool, G4bool)
 
void BuildUpperSpine (const G4String &, G4bool, G4bool)
 
void BuildMiddleLowerSpine (const G4String &, G4bool, G4bool)
 
void BuildLeftLegBone (const G4String &, G4bool, G4bool)
 
void BuildRightLegBone (const G4String &, G4bool, G4bool)
 
void BuildLeftArmBone (const G4String &, G4bool, G4bool)
 
void BuildRightArmBone (const G4String &, G4bool, G4bool)
 
void BuildSkull (const G4String &, G4bool, G4bool)
 
void BuildRibCage (const G4String &, G4bool, G4bool)
 
void BuildPelvis (const G4String &, G4bool, G4bool)
 
void BuildLeftScapula (const G4String &, G4bool, G4bool)
 
void BuildRightScapula (const G4String &, G4bool, G4bool)
 
void BuildLeftAdrenal (const G4String &, G4bool, G4bool)
 
void BuildRightAdrenal (const G4String &, G4bool, G4bool)
 
void BuildLeftClavicle (const G4String &, G4bool, G4bool)
 
void BuildRightClavicle (const G4String &, G4bool, G4bool)
 
void BuildBrain (const G4String &, G4bool, G4bool)
 
void BuildHeart (const G4String &, G4bool, G4bool)
 
void BuildLeftLung (const G4String &, G4bool, G4bool)
 
void BuildRightLung (const G4String &, G4bool, G4bool)
 
void BuildStomach (const G4String &, G4bool, G4bool)
 
void BuildSmallIntestine (const G4String &, G4bool, G4bool)
 
void BuildUpperLargeIntestine (const G4String &, G4bool, G4bool)
 
void BuildLowerLargeIntestine (const G4String &, G4bool, G4bool)
 
void BuildLeftKidney (const G4String &, G4bool, G4bool)
 
void BuildRightKidney (const G4String &, G4bool, G4bool)
 
void BuildLiver (const G4String &, G4bool, G4bool)
 
void BuildPancreas (const G4String &, G4bool, G4bool)
 
void BuildSpleen (const G4String &, G4bool, G4bool)
 
void BuildUrinaryBladder (const G4String &, G4bool, G4bool)
 
void BuildThyroid (const G4String &, G4bool, G4bool)
 
void BuildThymus (const G4String &, G4bool, G4bool)
 
void SetModel (G4String)
 
void SetMotherVolume (G4VPhysicalVolume *)
 
G4VPhysicalVolumeGetPhantom ()
 
- Public Member Functions inherited from G4BasePhantomBuilder
 G4BasePhantomBuilder ()
 
virtual ~G4BasePhantomBuilder ()
 
virtual void BuildLeftOvary (const G4String &, G4bool, G4bool)
 
virtual void BuildRightOvary (const G4String &, G4bool, G4bool)
 
virtual void BuildUterus (const G4String &, G4bool, G4bool)
 
virtual void BuildLeftBreast (const G4String &, G4bool, G4bool)
 
virtual void BuildRightBreast (const G4String &, G4bool, G4bool)
 
virtual void BuildVoxelLeftBreast (const G4String &, G4bool, G4bool)
 
virtual void BuildVoxelRightBreast (const G4String &, G4bool, G4bool)
 
virtual void BuildMaleGenitalia (const G4String &, G4bool, G4bool)
 
virtual void BuildLeftTeste (const G4String &, G4bool, G4bool)
 
virtual void BuildRightTeste (const G4String &, G4bool, G4bool)
 

Protected Attributes

G4VBodyFactorybody
 
G4String model
 
G4VPhysicalVolumemotherVolume
 
G4VPhysicalVolumeheadVolume
 
G4VPhysicalVolumetrunkVolume
 
G4VPhysicalVolumeleftLegVolume
 
G4VPhysicalVolumerightLegVolume
 
G4VPhysicalVolumemaleGenitaliaVolume
 

Detailed Description

Definition at line 42 of file G4PhantomBuilder.hh.

View newest version in sPHENIX GitHub at line 42 of file G4PhantomBuilder.hh

Constructor & Destructor Documentation

G4PhantomBuilder::G4PhantomBuilder ( )

Definition at line 44 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 44 of file G4PhantomBuilder.cc

References body, headVolume, leftLegVolume, maleGenitaliaVolume, motherVolume, rightLegVolume, and trunkVolume.

G4PhantomBuilder::~G4PhantomBuilder ( )

Definition at line 56 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 56 of file G4PhantomBuilder.cc

Member Function Documentation

void G4PhantomBuilder::BuildBrain ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 216 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 216 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and headVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildHead ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 168 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 168 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), headVolume, and motherVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildHeart ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 224 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 224 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftAdrenal ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 310 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 310 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftArmBone ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 108 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 108 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftClavicle ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 147 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 147 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftKidney ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 295 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 295 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftLeg ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 69 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 69 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), leftLegVolume, and motherVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftLegBone ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 88 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 88 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and leftLegVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftLung ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 231 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 231 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLeftScapula ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 127 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 127 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLiver ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 327 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 327 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildLowerLargeIntestine ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 279 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 279 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildMiddleLowerSpine ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 198 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 198 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildPancreas ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 334 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 334 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildPelvis ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 208 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 208 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRibCage ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 255 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 255 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightAdrenal ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 318 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 318 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightArmBone ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 117 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 117 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightClavicle ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 157 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 157 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightKidney ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 302 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 302 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightLeg ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 78 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 78 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), motherVolume, and rightLegVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightLegBone ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 98 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 98 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), rightLegVolume, and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightLung ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 239 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 239 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildRightScapula ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 137 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 137 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildSkull ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 178 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 178 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and headVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildSmallIntestine ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 287 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 287 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildSpleen ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 263 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 263 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildStomach ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 247 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 247 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildThymus ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 358 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 358 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildThyroid ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 350 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 350 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and headVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildTrunk ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 59 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 59 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), motherVolume, and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildUpperLargeIntestine ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 271 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 271 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildUpperSpine ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 188 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 188 of file G4PhantomBuilder.cc

References body, FatalException, G4cout, G4endl, G4Exception(), and headVolume.

+ Here is the call graph for this function:

void G4PhantomBuilder::BuildUrinaryBladder ( const G4String colourName,
G4bool  solidVis,
G4bool  sensitivity 
)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 342 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 342 of file G4PhantomBuilder.cc

References body, FatalException, G4Exception(), and trunkVolume.

+ Here is the call graph for this function:

G4VPhysicalVolume * G4PhantomBuilder::GetPhantom ( )
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 367 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 367 of file G4PhantomBuilder.cc

References motherVolume.

void G4PhantomBuilder::SetModel ( G4String  modelFlag)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 378 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 378 of file G4PhantomBuilder.cc

References body, G4cout, and G4endl.

void G4PhantomBuilder::SetMotherVolume ( G4VPhysicalVolume mother)
virtual

Reimplemented from G4BasePhantomBuilder.

Definition at line 372 of file G4PhantomBuilder.cc.

View newest version in sPHENIX GitHub at line 372 of file G4PhantomBuilder.cc

References motherVolume.

Member Data Documentation

G4VPhysicalVolume* G4PhantomBuilder::headVolume
protected

Definition at line 103 of file G4PhantomBuilder.hh.

View newest version in sPHENIX GitHub at line 103 of file G4PhantomBuilder.hh

Referenced by BuildBrain(), BuildHead(), BuildSkull(), BuildThyroid(), BuildUpperSpine(), and G4PhantomBuilder().

G4VPhysicalVolume* G4PhantomBuilder::leftLegVolume
protected

Definition at line 105 of file G4PhantomBuilder.hh.

View newest version in sPHENIX GitHub at line 105 of file G4PhantomBuilder.hh

Referenced by BuildLeftLeg(), BuildLeftLegBone(), and G4PhantomBuilder().

G4VPhysicalVolume* G4PhantomBuilder::maleGenitaliaVolume
protected

Definition at line 107 of file G4PhantomBuilder.hh.

View newest version in sPHENIX GitHub at line 107 of file G4PhantomBuilder.hh

Referenced by G4MaleBuilder::BuildLeftTeste(), G4MaleBuilder::BuildMaleGenitalia(), G4MaleBuilder::BuildRightTeste(), and G4PhantomBuilder().

G4String G4PhantomBuilder::model
protected

Definition at line 100 of file G4PhantomBuilder.hh.

View newest version in sPHENIX GitHub at line 100 of file G4PhantomBuilder.hh

G4VPhysicalVolume* G4PhantomBuilder::rightLegVolume
protected

Definition at line 106 of file G4PhantomBuilder.hh.

View newest version in sPHENIX GitHub at line 106 of file G4PhantomBuilder.hh

Referenced by BuildRightLeg(), BuildRightLegBone(), and G4PhantomBuilder().


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