Skip to content

Commit

Permalink
Update nonstandard.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleosynthesis authored Jul 27, 2023
1 parent 9342034 commit 1d215ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part3/nonstandard.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ void makeRooMultiPdfWorkspace(){


// Save to a new workspace
TFile *fout = new TFile("workspace.root","RECREATE");
RooWorkspace wout("workspace","workspaace");
TFile *fout = new TFile("toyhgg_in.root","RECREATE");
RooWorkspace wout("multipdf","multipdf");

data->SetName("data");
wout.import(*data);
Expand Down

0 comments on commit 1d215ac

Please sign in to comment.