std::unique_ptr<RooRealVar> rms{rmsVar(*static_cast<RooRealVar*>(frame->getPlotVar()),cutSpec,cutRange)}; rms->setPlotLabel("RMS") ; std::unique_ptr<TString> rmsText; std::unique_ptr<TString> meanText; std::unique_ptr<TString> NText; if (options) { rmsText.reset(rms->format...