Skip to content
Snippets Groups Projects
Commit 0e0eb28f authored by Stephen A. Wood's avatar Stephen A. Wood Committed by Mark K Jones
Browse files

Correct throw in THcRawAdcHit::SetDataTimePedestalPeak

parent 0e9c9872
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ void THcRawAdcHit::SetDataTimePedestalPeak(
) {
if (fNPulses >= fMaxNPulses) {
throw std::out_of_range(
"`THcRawAdcHit::SetData`: too many pulses!"
"`THcRawAdcHit::SetDataTimePedestalPeak`: too many pulses!"
);
}
fPulseInt[fNPulses] = data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment