We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SetExportOnly
1 parent a6034f2 commit 840f93dCopy full SHA for 840f93d
root/roofit/histfactory/TestWorkspaces.cxx
@@ -40,7 +40,6 @@ TestWorkspaces::getWorkspace001(RooStats::HistFactory::HistoToWorkspaceFactoryFa
40
41
meas.SetLumi(1.0);
42
meas.SetLumiRelErr(0.10);
43
- meas.SetExportOnly(false);
44
meas.SetBinHigh(2);
45
46
// Create a channel
@@ -78,8 +77,6 @@ TestWorkspaces::getWorkspace001(RooStats::HistFactory::HistoToWorkspaceFactoryFa
78
77
meas.CollectHistograms();
79
meas.PrintTree(oocoutI(nullptr, HistFactory));
80
81
- meas.SetExportOnly(true);
82
-
83
// Now, do the measurement
84
return std::unique_ptr<RooWorkspace>{MakeModelAndMeasurementFast(meas, cfg)};
85
}
0 commit comments