Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RF] Fix invalid
static_cast
in RooTreeDataStore::loadValues
In the logging for out-of-range values in `RooTreeDataStore::loadValues`, there was `static_cast<RooAbsReal*>(arg)->getVal()` called also for categories, which is invalid. This led to garbage numbers as here in the tutorial outputs: https://root.cern/doc/v624/rf401__importttreethx_8C.html (see the lines with `Skipping event #2 because i cannot accommodate the value`)
- Loading branch information