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/G4MIRDBodyFactory.hh>
Public Member Functions | |
G4MIRDBodyFactory () | |
~G4MIRDBodyFactory () | |
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 41 of file G4MIRDBodyFactory.hh.
View newest version in sPHENIX GitHub at line 41 of file G4MIRDBodyFactory.hh
G4MIRDBodyFactory::G4MIRDBodyFactory | ( | ) |
Definition at line 76 of file G4MIRDBodyFactory.cc.
View newest version in sPHENIX GitHub at line 76 of file G4MIRDBodyFactory.cc
References organ.
G4MIRDBodyFactory::~G4MIRDBodyFactory | ( | ) |
Definition at line 128 of file G4MIRDBodyFactory.cc.
View newest version in sPHENIX GitHub at line 128 of file G4MIRDBodyFactory.cc
References organ.
|
virtual |
Implements G4VBodyFactory.
Definition at line 179 of file G4MIRDBodyFactory.cc.
View newest version in sPHENIX GitHub at line 179 of file G4MIRDBodyFactory.cc
References organ.
|
private |
Definition at line 51 of file G4MIRDBodyFactory.hh.
View newest version in sPHENIX GitHub at line 51 of file G4MIRDBodyFactory.hh
Referenced by CreateOrgan(), G4MIRDBodyFactory(), and ~G4MIRDBodyFactory().