Skip to content

Commit

Permalink
supress geant4 hadron physics printout unless debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Jun 1, 2021
1 parent ecf5a6f commit 6f0b19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimG4Components/src/SimG4Svc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ StatusCode SimG4Svc::initialize() {
G4HadronicProcessStore::Instance()->SetVerbose(0);
UImanager->ApplyCommand("/run/verbose 0");
UImanager->ApplyCommand("/process/em/verbose 0");
UImanager->ApplyCommand("/process/had/verbose 0");
}
// Create regions
for (auto& toolname : m_regionToolNames) {
Expand Down

0 comments on commit 6f0b19e

Please sign in to comment.