Import Geant4 11.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2025-03-24 16:45:22 +01:00
parent 32390e802b
commit df176550b3
388 changed files with 29491 additions and 29435 deletions
@@ -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