ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
HadrontherapyGeometryController () | |
~HadrontherapyGeometryController () | |
void | SetGeometry (G4String) |
Private Member Functions | |
void | registerGeometry (G4VUserDetectorConstruction *detector) |
Controller for geometry selection
This controller is called by the geometry messenger and used to select the geometry. Each available geometry must have unique name and it must be known by the geometry controller.
Definition at line 42 of file HadrontherapyGeometryController.hh.
View newest version in sPHENIX GitHub at line 42 of file HadrontherapyGeometryController.hh
HadrontherapyGeometryController::HadrontherapyGeometryController | ( | ) |
Definition at line 42 of file HadrontherapyGeometryController.cc.
View newest version in sPHENIX GitHub at line 42 of file HadrontherapyGeometryController.cc
HadrontherapyGeometryController::~HadrontherapyGeometryController | ( | ) |
Definition at line 46 of file HadrontherapyGeometryController.cc.
View newest version in sPHENIX GitHub at line 46 of file HadrontherapyGeometryController.cc
|
private |
Definition at line 77 of file HadrontherapyGeometryController.cc.
View newest version in sPHENIX GitHub at line 77 of file HadrontherapyGeometryController.cc
References pyG4RunManager::GeometryHasBeenModified, and G4RunManager::GetRunManager().
Referenced by SetGeometry().
Select a geometry by name.
Definition at line 50 of file HadrontherapyGeometryController.cc.
View newest version in sPHENIX GitHub at line 50 of file HadrontherapyGeometryController.cc
References G4cout, G4endl, and registerGeometry().
Referenced by main().