Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RF] Remove warning about unused variables in
RooFormula
After commit a27e60a, it is not important anymore that only the variables used by the expression are passed to RooFormula. Removing the corresponding warnings helps to get rid of useless warnings in the case where you want to try out variations of the formula that omit certain terms, and in particular it helps in `RooAbsData::reduce()`, where the formula is always passed all the varaiables in the dataset, whether the reduction uses them or not.
- Loading branch information