Suppress Warning Statements, RooFit

Hi there,

I’m filling a RooDataHist from values stored in a text file, and I get a warning message every time a value is rounded down to its max value. I’d like to have values above the max value defined in my one independent variable stored in the overflow bin, otherwise I would simply cut the data above this value. How can I suppress the warning:

[#0] WARNING:InputArguments – RooAbsRealLValue::inFitRange(dimass): value 129.673 rounded down to max limit 120

from occuring everytime it rounds down a value? When loading several hundred thousand events, I get ~ several thousand error messages.

Thank you,