Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 186 to 186 | ||||||||
// Create a Gaussian PDF using the Workspace Factory (this is essentially the shorthand for creating a Gaussian). RooWorkspace* myWorkspace = new RooWorkspace("myWorkspace"); myWorkspace->factory("Gaussian::g(x[-5, 5], mu[0], sigma[1]"); | ||||||||
Added: | ||||||||
> > | ||||||||
Added: | ||||||||
> > | Example code: accessing the workspace
| |||||||
Added: | ||||||||
> > | ||||||||
RooStatsRooStats provides tools for high-level statistics questions in ROOT. It builds on RooFit, which provides basic building blocks for statistical questions. |