Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RF] Avoid problems with
FastVerticalInterpHistPdf2Base
initialization
The `_sentry` is already filled when calling `evaluate()`, so no need to do that in the copy constructor. Doing so can actually leading to redundant calls to `_sentry.addVars(_coefList)`, resulting in the problem reported here: cms-analysis#940 (comment) ``` [#0] ERROR:InputArguments -- RooArgSet::checkForDup: ERROR argument with name CMS_vhbb_stats_TT_ZmmLoose7TeV is already in this set ```
- Loading branch information