Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -246,6 +246,7 @@ void HistoManager::EndOfRun()
G4cout.precision(prec);
fAnalysisManager->Write();
fAnalysisManager->CloseFile();
fAnalysisManager->Clear();
G4bool extra = true;
if(fTargetMaterial && extra) {
@@ -257,7 +258,6 @@ void HistoManager::EndOfRun()
<< " GeV on " << fTargetMaterial->GetName()
<< " xs/X0= " << 1.0/(cross*fTargetMaterial->GetRadlen()) << G4endl;
}
delete fAnalysisManager;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......