![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/medical/dna/dnadamage1/include/ParallelWorld.hh>
Public Member Functions | |
ParallelWorld (G4String) | |
~ParallelWorld () override | |
void | Construct () override |
![]() | |
G4VUserParallelWorld (G4String worldName) | |
virtual | ~G4VUserParallelWorld () |
virtual void | ConstructSD () |
G4String | GetName () |
Private Member Functions | |
void | SetupChemistryGeometry () |
Additional Inherited Members | |
![]() | |
G4VPhysicalVolume * | GetWorld () |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
![]() | |
G4String | fWorldName |
Definition at line 33 of file ParallelWorld.hh.
View newest version in sPHENIX GitHub at line 33 of file ParallelWorld.hh
ParallelWorld::ParallelWorld | ( | G4String | worldName | ) |
Definition at line 38 of file ParallelWorld.cc.
View newest version in sPHENIX GitHub at line 38 of file ParallelWorld.cc
|
override |
Definition at line 44 of file ParallelWorld.cc.
View newest version in sPHENIX GitHub at line 44 of file ParallelWorld.cc
Implements G4VUserParallelWorld.
Definition at line 49 of file ParallelWorld.cc.
View newest version in sPHENIX GitHub at line 49 of file ParallelWorld.cc
References SetupChemistryGeometry().
|
private |
Definition at line 55 of file ParallelWorld.cc.
View newest version in sPHENIX GitHub at line 55 of file ParallelWorld.cc
References G4NistManager::FindOrBuildMaterial(), G4VPhysicalVolume::GetLogicalVolume(), G4VUserParallelWorld::GetWorld(), G4NistManager::Instance(), and nm.
Referenced by Construct().