In the G4ExcitationHandler::Initialise() implementation I would replace the following line: param->Dump(); with if (fVerbose > 0) { param->Dump(); } Otherwise, there's no way to suppress the corresponding screen output.
Hello Luigi, we will revise control on verbosity for the new Geant4 release. It was not possible to do at November, because it was 10.5 release time. Vladimir
(In reply to Vladimir.Ivantchenko from comment #1) > Hello Luigi, > > we will revise control on verbosity for the new Geant4 release. It was not > possible to do at November, because it was 10.5 release time. > > Vladimir Good! No worries! Best, Luigi
This problem report is marked as "enhancement", because there is no obvious bug fix, instead extra development is planned for 2019.
Hello, verbosity of the nuclear de-excitation module has been reviewed and updated. Now verbosity level may be changed via G4DeexPrecoParameters::SetVerbose(G4int verb); for verb=0 nothing is printed, verb=1 is the default. This code will be publicly available with Geant4 10.6beta end of June 2019. VI