Import Geant4 11.3.1 source tree
This commit is contained in:
@@ -39,7 +39,7 @@ class G4PVReplica;
|
||||
class GB06ParallelWorldForSlices : public G4VUserParallelWorld
|
||||
{
|
||||
public:
|
||||
GB06ParallelWorldForSlices(G4String worldName);
|
||||
GB06ParallelWorldForSlices(G4String worldName,G4bool bf);
|
||||
~GB06ParallelWorldForSlices();
|
||||
|
||||
private:
|
||||
@@ -48,6 +48,8 @@ class GB06ParallelWorldForSlices : public G4VUserParallelWorld
|
||||
|
||||
G4LogicalVolume* sliceLogical = nullptr;
|
||||
G4PVReplica* slicePhysical = nullptr;
|
||||
G4bool fBiasingFlag;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user