Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user