Added constructor of base class to remove warning: base class 'class...
Release notes
Added to copy constructor of RooPdfEvaluator the base class RooAbsReal to remove the following warning
.../CAFCore/SFramework/Root/TSHistogramExporter.cxx:359:1: warning: base class 'class RooAbsReal' should be explicitly initialized in the copy constructor [-Wextra]
359 | RooPdfEvaluator::RooPdfEvaluator(const RooPdfEvaluator& other):