Problem 2402 - Add verbosity check in G4UIExecutive
Summary: Add verbosity check in G4UIExecutive
Status: REOPENED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: intercoms (show other problems)
Version: 10.7
Hardware: All All
: P4 minor
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2021-07-27 18:03 CEST by Luigi Pertoldi
Modified: 2022-01-13 20:12 CET (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Luigi Pertoldi 2021-07-27 18:03:47 CEST
The G4couts tn the G4UIExecutive constructor that produce:

    Available UI session types: [...]

Should be guarded by a verbosity check to let the user suppress the message, if desired.
Comment 1 Koichi Murakami 2021-11-30 03:49:26 CET
implemented in v11.0 release
Comment 2 Luigi Pertoldi 2022-01-13 20:12:02 CET
I apologize, I just realize that a verbosity check does not make sense here since "verbose == true" always (see constructor declaration above).

One could add an extra "verbose=true" default argument to the constructor or move the printouts to another class method.