![]()  | 
						
							 
								EIC Software
							  
							
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							  
						 | 
					
Construct the Geant4 detector from a Gdml file. More...
 Inheritance diagram for ActsExamples::GdmlDetectorConstruction:
 Collaboration diagram for ActsExamples::GdmlDetectorConstruction:Public Member Functions | |
| GdmlDetectorConstruction (std::string path) | |
| G4VPhysicalVolume * | Construct () finaloverride | 
| Read the file and parse it to construct the Geant4 description.   | |
Private Attributes | |
| std::string | m_path | 
Construct the Geant4 detector from a Gdml file.
Definition at line 17 of file GdmlDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 17 of file GdmlDetectorConstruction.hpp
| GdmlDetectorConstruction::GdmlDetectorConstruction | ( | std::string | path | ) | 
| path | is the path to the Gdml file | 
Definition at line 15 of file GdmlDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 15 of file GdmlDetectorConstruction.cpp
      
  | 
  finaloverride | 
Read the file and parse it to construct the Geant4 description.
Definition at line 18 of file GdmlDetectorConstruction.cpp.
View newest version in sPHENIX GitHub at line 18 of file GdmlDetectorConstruction.cpp
References G4GDMLParser::GetWorldVolume(), m_path, charm_jet_coverage::parser, and G4GDMLParser::Read().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 26 of file GdmlDetectorConstruction.hpp.
View newest version in sPHENIX GitHub at line 26 of file GdmlDetectorConstruction.hpp
Referenced by Construct().