Verbose settings.

This commit is contained in:
paraiso
2006-02-25 19:43:33 +00:00
parent 9b9dc80d62
commit 2505fb8754
11 changed files with 21 additions and 2312 deletions

View File

@ -131,7 +131,9 @@ G4VParticleChange* LEMuSRDecay::DecayIt(const G4Track& aTrack, const G4Step& aSt
testb++;
}
#ifdef G4VERBOSE
G4cout<<"Decay Channel LEMuSR "<<testa<<" Decay Channel Geant "<<testb<<G4endl;
if (GetVerboseLevel()>1) {
G4cout<<"Decay Channel LEMuSR "<<testa<<" Decay Channel Geant "<<testb<<G4endl;
}
#endif
}