Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions roofit/roofitcore/src/RooAbsAnaConvPdf.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -697,11 +697,6 @@ RooAbsAnaConvPdf::compileForNormSet(RooArgSet const &normSet, RooFit::Detail::Co
}
std::unique_ptr<RooAbsAnaConvPdf> pdfClone(static_cast<RooAbsAnaConvPdf *>(this->Clone()));

// The actual resolution model is not serving the RooAbsAnaConvPdf
// in the evaluation. It was only used get the convolutions with a given
// basis. We can remove it for the compiled model.
pdfClone->removeServer(const_cast<RooAbsReal &>(pdfClone->_model.arg()), true);

// The other servers will be compiled with the original normSet, but the
// _convSet has to be evaluated unnormalized.
RooArgList convArgClones;
Expand Down
Loading