ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::DD4hepG4::GeoConstruction Class Reference

#include <acts/blob/master/Examples/Algorithms/DD4hepG4/include/ACTFW/Plugins/DD4hepG4/GeoConstruction.hpp>

+ Inheritance diagram for FW::DD4hepG4::GeoConstruction:
+ Collaboration diagram for FW::DD4hepG4::GeoConstruction:

Public Member Functions

 GeoConstruction (dd4hep::Detector &lcdd)
 Constructor.
 
G4VPhysicalVolumeConstruct () 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
 
G4VUserParallelWorldGetParallelWorld (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)
 

Detailed Description

Definition at line 33 of file GeoConstruction.hpp.

View newest version in sPHENIX GitHub at line 33 of file GeoConstruction.hpp

Constructor & Destructor Documentation

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

Member Function Documentation

G4VPhysicalVolume * GeoConstruction::Construct ( void  )
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.

Member Data Documentation

dd4hep::Detector& FW::DD4hepG4::GeoConstruction::m_lcdd
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().


The documentation for this class was generated from the following files: