ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/DD4hepG4/include/ACTFW/Plugins/DD4hepG4/GeoConstruction.hpp>
Public Member Functions | |
GeoConstruction (dd4hep::Detector &lcdd) | |
Constructor. | |
G4VPhysicalVolume * | Construct () finaloverride |
Public Member Functions inherited from G4VUserDetectorConstruction | |
G4VUserDetectorConstruction () | |
virtual | ~G4VUserDetectorConstruction () |
virtual void | ConstructSDandField () |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Private Attributes | |
dd4hep::Detector & | m_lcdd |
Reference to geometry object. | |
Additional Inherited Members | |
Protected Member Functions inherited from G4VUserDetectorConstruction | |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Definition at line 33 of file GeoConstruction.hpp.
View newest version in sPHENIX GitHub at line 33 of file GeoConstruction.hpp
GeoConstruction::GeoConstruction | ( | dd4hep::Detector & | lcdd | ) |
Constructor.
Definition at line 19 of file GeoConstruction.cpp.
View newest version in sPHENIX GitHub at line 19 of file GeoConstruction.cpp
|
finaloverridevirtual |
Geometry construction callback: Invoke the conversion to Geant4 All volumes (including world) are deleted in ~G4PhysicalVolumeStore()
Implements G4VUserDetectorConstruction.
Definition at line 23 of file GeoConstruction.cpp.
View newest version in sPHENIX GitHub at line 23 of file GeoConstruction.cpp
References Acts::Logging::INFO, instance, m_lcdd, and Acts::Test::world.
|
private |
Reference to geometry object.
Definition at line 44 of file GeoConstruction.hpp.
View newest version in sPHENIX GitHub at line 44 of file GeoConstruction.hpp
Referenced by Construct().