Skip to content
Snippets Groups Projects

ISF_FatrasToolsG4: Flush G4cout/cerr streams in G4HadIntProcessor by-hand

Merged Alaettin Serhan Mete requested to merge amete/athena:master-ATLASSIM-5137 into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -54,6 +54,7 @@
#include "G4IsotopeVector.hh"
#include "G4Neutron.hh"
#include "G4ProductionCutsTable.hh"
#include "G4ios.hh"
// CLHEP
#include "CLHEP/Units/SystemOfUnits.h"
@@ -370,6 +371,10 @@ bool iFatras::G4HadIntProcessor::initG4RunManager() const {
//G4cout << *(G4Material::GetMaterialTable()) << std::endl;
// Flush the G4 cout/cerr: ATLASSIM-5137
G4cout << std::flush;
G4cerr << std::flush;
return true;
}
Loading