![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/human_phantom/include/G4VoxelBreastFactory.hh>
Inheritance diagram for G4VoxelBreastFactory:
Collaboration diagram for G4VoxelBreastFactory:Public Member Functions | |
| G4VoxelBreastFactory () | |
| ~G4VoxelBreastFactory () | |
| G4VPhysicalVolume * | CreateOrgan (const G4String &, G4VPhysicalVolume *, const G4String &, G4bool, G4bool) |
Public Member Functions inherited from G4VBodyFactory | |
| G4VBodyFactory () | |
| virtual | ~G4VBodyFactory () |
Private Attributes | |
| std::map< std::string, G4VOrgan * > | organ |
Definition at line 42 of file G4VoxelBreastFactory.hh.
View newest version in sPHENIX GitHub at line 42 of file G4VoxelBreastFactory.hh
| G4VoxelBreastFactory::G4VoxelBreastFactory | ( | ) |
Definition at line 33 of file G4VoxelBreastFactory.cc.
View newest version in sPHENIX GitHub at line 33 of file G4VoxelBreastFactory.cc
References organ.
| G4VoxelBreastFactory::~G4VoxelBreastFactory | ( | ) |
Definition at line 41 of file G4VoxelBreastFactory.cc.
View newest version in sPHENIX GitHub at line 41 of file G4VoxelBreastFactory.cc
References organ.
|
virtual |
Implements G4VBodyFactory.
Definition at line 52 of file G4VoxelBreastFactory.cc.
View newest version in sPHENIX GitHub at line 52 of file G4VoxelBreastFactory.cc
References pyEMSTDpl::Construct(), and organ.
Here is the call graph for this function:
|
private |
Definition at line 51 of file G4VoxelBreastFactory.hh.
View newest version in sPHENIX GitHub at line 51 of file G4VoxelBreastFactory.hh
Referenced by CreateOrgan(), G4VoxelBreastFactory(), and ~G4VoxelBreastFactory().