Skip to content
Snippets Groups Projects
Commit 7dff0e23 authored by Axel Naumann's avatar Axel Naumann Committed by Philippe Canal
Browse files

Update tutorials/multicore/mtbb101_fillNtuples.C


Co-Authored-By: default avatarPhilippe Canal <pcanal@fnal.gov>
parent 2ff62176
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ Int_t mtbb101_fillNtuples() ...@@ -40,7 +40,7 @@ Int_t mtbb101_fillNtuples()
// Create a random generator and and Ntuple to hold the numbers // Create a random generator and and Ntuple to hold the numbers
TRandom3 rndm(1); TRandom3 rndm(1);
TFile ofile("mpbb101_singleCore.root", "RECREATE"); TFile ofile("mtbb101_singleCore.root", "RECREATE");
TNtuple randomNumbers("singleCore", "Random Numbers", "r"); TNtuple randomNumbers("singleCore", "Random Numbers", "r");
fillRandom(randomNumbers, rndm, nNumbers); fillRandom(randomNumbers, rndm, nNumbers);
randomNumbers.Write(); randomNumbers.Write();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment