Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "G4VUserDetectorConstruction.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
class G4LogicalVolume;
|
||||
|
||||
class GB06DetectorConstruction : public G4VUserDetectorConstruction
|
||||
{
|
||||
@@ -40,9 +40,11 @@ class GB06DetectorConstruction : public G4VUserDetectorConstruction
|
||||
GB06DetectorConstruction();
|
||||
~GB06DetectorConstruction();
|
||||
|
||||
public:
|
||||
virtual G4VPhysicalVolume* Construct();
|
||||
virtual void ConstructSDandField();
|
||||
|
||||
private:
|
||||
G4LogicalVolume* logicMeasurement = nullptr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
|
||||
#include "G4VUserParallelWorld.hh"
|
||||
|
||||
class G4LogicalVolume;
|
||||
class G4PVReplica;
|
||||
|
||||
class GB06ParallelWorldForSlices : public G4VUserParallelWorld
|
||||
{
|
||||
public:
|
||||
@@ -42,6 +45,9 @@ class GB06ParallelWorldForSlices : public G4VUserParallelWorld
|
||||
private:
|
||||
virtual void Construct();
|
||||
virtual void ConstructSD();
|
||||
|
||||
G4LogicalVolume* sliceLogical = nullptr;
|
||||
G4PVReplica* slicePhysical = nullptr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user