#include <G4AnalysisVerbose.hh>
Definition at line 38 of file G4AnalysisVerbose.hh.
◆ G4AnalysisVerbose()
G4AnalysisVerbose::G4AnalysisVerbose |
( |
| ) |
|
|
default |
◆ ~G4AnalysisVerbose()
G4AnalysisVerbose::~G4AnalysisVerbose |
( |
| ) |
|
|
default |
◆ Message()
Definition at line 41 of file G4AnalysisVerbose.cc.
46{
47 if ( level == 0 ) return;
48
49 if ( level < 0 || level > fkMaxLevel ) {
50
51 return;
52 }
53
55 << fToBeDoneText[level-1]
56 << action
57 << " "
58 << object;
59 if (objectName.size() != 0u) {
60 G4cout <<
" : " << objectName;
61 }
62
63 if (success) {
64 G4cout <<
" " << fDoneText[level-1];
65 }
66 else {
67 G4cout <<
" " << fFailureText;
68 }
69
71}
G4GLOB_DLL std::ostream G4cout
Referenced by G4AnalysisManagerState::Message().
The documentation for this class was generated from the following files: