Skip to content

Commit

Permalink
src/CombineHarvester_Datacards.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliya Nigamova committed Jun 19, 2024
1 parent 005890b commit a70451a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CombineTools/src/CombineHarvester_Datacards.cc
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ void CombineHarvester::FillHistMappings(std::vector<HistMapping> & mappings) {
}
RooArgSet vars = iter.second->allPdfs();
for (RooAbsArg *v : vars) {
RooRealVar *y = dynamic_cast<RooRealVar*>(v);
RooAbsPdf *y = dynamic_cast<RooAbsPdf*>(v);

if (y) pdf_ws_map[iter.second->pdf(y->GetName())] = iter.second.get();
}
Expand Down

0 comments on commit a70451a

Please sign in to comment.