GlobalGeometry.h
Go to the documentation of this file.
1 #ifndef _tls_GlobalGeometry_h_
2 #define _tls_GlobalGeometry_h_
3 
4 #include "G4VUserDetectorConstruction.hh"
5 
6 
7 class G4LogicalVolume;
8 class G4VPhysicalVolume;
9 
10 namespace tls {
11 
25  class GlobalGeometry : public G4VUserDetectorConstruction {
26  public:
29 
30  G4VPhysicalVolume* Construct();
31 
32  private:
33  G4LogicalVolume* fLogicalWorld = nullptr;
34  G4VPhysicalVolume* fIlogicalWorld = nullptr;
35  };
36 
37 }
38 
39 
40 #endif
G4VPhysicalVolume * fIlogicalWorld
G4LogicalVolume * fLogicalWorld
G4VPhysicalVolume * Construct()

, generated on Tue Sep 26 2023.