Problem 2261

Summary: No way to change the verbosity level (fVerbose) of G4ExcitationHandler
Product: Geant4 Reporter: Alexandr Kozlinskiy <akozlins>
Component: processes/hadronic/models/de_excitation/handlerAssignee: Vladimir.Ivantchenko
Status: RESOLVED FIXED    
Severity: minor    
Priority: P4    
Version: 10.6   
Hardware: All   
OS: All   

Description Alexandr Kozlinskiy 2020-07-14 12:33:31 CEST
problem:
- there is no setter for private fVerbose variable and the default value is 1
- because of this the G4ExcitationHandler::Initialise always execs param->Dump()
suggestion:
- use verbose level of deex parameters (set through /process/deex/verbose)
- or set default to 0
Comment 1 Vladimir.Ivantchenko 2020-08-22 21:52:31 CEST
Hello,

this is implemented in the development version and the fix will be available with the next public release in December.

Vladimir