-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RF] Make it clear when to use
RooSimultaneous::generateSimGlobal
More details in the comments in the code added in this commit. To make it short: the user probably wants to use `generateSimGlobal` when not generating the index category value (or taking it from a proto dataset), and `RooAbsPdf::generate()` otherwise. To avoid confusion, there are now new errors when one does the opposite, which is certainly a user error.
- Loading branch information
1 parent
74dd985
commit 81fa486
Showing
3 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters