Actions
Bug #64
closedBug #80: Version 1.6 bugfixes
Nuisance warnings about multiple hits from scintillator class
Responsible:
Description
With g2p run 3132, I get gazillions of messages like this from THaScintillator (perhaps 20-30 per 1000 events):
Warning in THaScintillator::"L.s1"::Decode: 2 hits on TDC channel 4/10/89 Warning in THaScintillator::"L.s1"::Decode: 2 hits on TDC channel 4/10/81 Warning in THaScintillator::"L.s1"::Decode: 2 hits on TDC channel 4/10/89 Warning in THaScintillator::"L.s1"::Decode: 2 hits on TDC channel 4/10/81 Warning in THaScintillator::"L.s1"::Decode: 2 hits on TDC channel 4/10/91
These can't be silenced in analyzer-1.5.25, but there should be a way to acknowledge and continue quietly. Perhaps by default just print a warning summary, and per-event warnings only with fDebug > 1? Also, if we already print them, the messages should include the event number.
Actions