Skip to content
Snippets Groups Projects
Commit dff74ed3 authored by Manuel Tobias Schiller's avatar Manuel Tobias Schiller Committed by Manuel Tobias Schiller
Browse files

fix yet another bug in the analytical integrals over sub-ranges of a RooDataHist

parent 6f6b70f0
No related branches found
No related tags found
No related merge requests found
...@@ -380,7 +380,7 @@ Double_t RooHistPdf::analyticalIntegral(Int_t code, const char* rangeName) const ...@@ -380,7 +380,7 @@ Double_t RooHistPdf::analyticalIntegral(Int_t code, const char* rangeName) const
Double_t ret = (code & 1) ? Double_t ret = (code & 1) ?
_dataHist->sum(intSet,_histObsList,kTRUE,kTRUE) : _dataHist->sum(intSet,_histObsList,kTRUE,kTRUE) :
_dataHist->sum(intSet,_histObsList,kTRUE,kTRUE, ranges); _dataHist->sum(intSet,_histObsList,kFALSE,kTRUE, ranges);
// cout << "intSet = " << intSet << endl ; // cout << "intSet = " << intSet << endl ;
// cout << "slice position = " << endl ; // cout << "slice position = " << endl ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment