#include <G4DetectorConstruction.h>
◆ G4DetectorConstruction()
G4DetectorConstruction::G4DetectorConstruction |
( |
| ) |
|
◆ ~G4DetectorConstruction()
G4DetectorConstruction::~G4DetectorConstruction |
( |
| ) |
|
◆ Construct()
G4VPhysicalVolume * G4DetectorConstruction::Construct |
( |
| ) |
|
◆ dummyDetector()
void G4DetectorConstruction::dummyDetector |
( |
| ) |
|
Definition at line 33 of file G4DetectorConstruction.cxx.
35 G4ThreeVector materialPosition(0.,0.,0.);
39 G4Box* worldBox =
new G4Box(
"WorldBox",25000.,25000.,25000.);
42 G4Material* g4vacuum = G4Material::GetMaterial(
"Vacuum",
false);
48 new G4LogicalVolume(worldBox,g4vacuum,
"WorldLogical", 0, 0, 0);
50 new G4PVPlacement(0,materialPosition,
"WorldPhysical",
m_worldLog,0,
false,0);
◆ m_worldLog
G4LogicalVolume* G4DetectorConstruction::m_worldLog |
|
private |
◆ m_worldPhys
G4VPhysicalVolume* G4DetectorConstruction::m_worldPhys |
|
private |
The documentation for this class was generated from the following files: