55class G4GeometryManager
111 G4GeometryManager() =
default;
118 void DeleteOptimisations();
121 void ReportVoxelStats( std::vector<G4SmartVoxelStat>& stats,
123 std::ostream &os =
G4cout );
126 void PrepareParallelOptimisation(
G4bool allOpts,
G4bool verbose =
true);
127 void BuildOptimisationsSequential(
G4bool allOpts,
G4bool verbose =
true);
130 void CreateListOfVolumesToOptimise(
G4bool allOpts,
G4bool verbose);
134 void ConfigureParallelOptimisation(
G4bool verbose);
137 G4int ReportWorkerIsDoneOptimising(
unsigned int numVolumesOptimised);
143 void InformOptimisationIsFinished(
G4bool verbose);
146 void ResetListOfVolumesToOptimise();
150 G4int CheckOptimisation();
154 void WaitForVoxelisationFinish(
G4bool verbose =
false);
162 static std::vector<G4LogicalVolume*> fVolumesToOptimise;
164 static std::vector<G4LogicalVolume*>::const_iterator fLogVolumeIterator;
167 static std::vector<G4SmartVoxelStat> fGlobVoxelStats;
172 static G4bool fVerboseParallel;
173 static G4bool fParallelVoxelOptimisationRequested;
175 static G4bool fOptimiseInParallelConfigured;
177 static G4bool fParallelVoxelOptimisationUnderway;
178 static G4bool fParallelVoxelOptimisationFinished;
179 static G4bool fUsingExistingWorkers;
184 static G4int fNumberThreadsReporting;
185 static unsigned int fTotalNumberVolumesOptimised;
190 static G4Timer* fWallClockTimer;
191 static G4bool fWallClockStarted;