Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -26,7 +26,7 @@
/// \file RE06/include/RE06ParallelWorld.hh
/// \brief Definition of the RE06ParallelWorld class
//
//
//
#ifndef RE06ParallelWorld_h
#define RE06ParallelWorld_h 1
@@ -45,26 +45,24 @@ class RE06ParallelWorld : public G4VUserParallelWorld
virtual void Construct();
virtual void ConstructSD();
void SetSerialGeometry(G4bool ser);
G4bool IsSerial() const { return fSerial; }
private:
void SetupGeometry();
void SetupDetectors();
G4LogicalVolume* fCalorLogical[3];
G4LogicalVolume* fLayerLogical[3];
G4LogicalVolume* fCalorLogical[3];
G4LogicalVolume* fLayerLogical[3];
G4VPhysicalVolume* fCalorPhysical[3];
G4VPhysicalVolume* fLayerPhysical[3];
G4String fCalName[3];
G4bool fConstructed;
G4String fCalName[3];
G4bool fConstructed;
static G4ThreadLocal G4bool fSDConstructed;
G4bool fSerial;
G4double fTotalThickness;
G4int fNumberOfLayers;
G4bool fSerial;
G4double fTotalThickness;
G4int fNumberOfLayers;
};
#endif