Hi, The destructor of G4eeTo3PiModel has a G4cout. This will print some superfluous lines: 79 G4eeTo3PiModel::~G4eeTo3PiModel() 80 { 81 G4cout << "### G4eeTo3PiModel::~G4eeTo3PiModel: gmax= " 82 << gmax << " gcash= " << gcash << G4endl; 83 } Could the G4cout be removed or at least put to a lower printing level? Cheers, Jochem
Hello, Thanks for pointing out to the bug. The fix will be available with the first patch to 9.6. Have you check on physics performance of the model? VI
Hi, Thanks for the quick fix. I recently took over a Geant4 based code (BDSIM). Unfortunately, I am not yet in a state where I can check on the physics performance. Cheers, Jochem