Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -86,10 +86,6 @@ void XrayTelRunAction::BeginOfRunAction(const G4Run* aRun)
else
G4cout << "### Run : " << runN << " (worker)" << G4endl;
if (G4VVisManager::GetConcreteInstance()) {
G4UImanager* UI = G4UImanager::GetUIpointer();
UI->ApplyCommand("/vis/scene/notifyHandlers");
}
// Book histograms and ntuples
XrayTelAnalysis* analysis = XrayTelAnalysis::getInstance();
analysis->book(IsMaster());
@@ -100,9 +96,6 @@ void XrayTelRunAction::EndOfRunAction(const G4Run* )
{
XrayTelAnalysis* analysis = XrayTelAnalysis::getInstance();
analysis->finish(IsMaster());
if (G4VVisManager::GetConcreteInstance())
G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
}