Problem 2261 - No way to change the verbosity level (fVerbose) of G4ExcitationHandler
Summary: No way to change the verbosity level (fVerbose) of G4ExcitationHandler
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models/de_excitation/handler (show other problems)
Version: 10.6
Hardware: All All
: P4 minor
Assignee: Vladimir.Ivantchenko
URL:
Depends on:
Blocks:
 
Reported: 2020-07-14 12:33 CEST by Alexandr Kozlinskiy
Modified: 2020-08-22 21:52 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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