ROOT 6.08/07 Reference Guide |
Helper class for ToyMCSampler.
Handles all of the nuisance parameter related functions. Once instantiated, it gives a new nuisance parameter point at each call to nextPoint(...). Only used inside ToyMCSampler, ie "private" in the cxx file
Definition at line 51 of file ToyMCSampler.h.
Public Member Functions | |
NuisanceParametersSampler (RooAbsPdf *prior=NULL, const RooArgSet *parameters=NULL, Int_t nToys=1000, Bool_t asimov=kFALSE) | |
virtual | ~NuisanceParametersSampler () |
void | NextPoint (RooArgSet &nuisPoint, Double_t &weight) |
Protected Member Functions | |
void | Refresh () |
Private Attributes | |
Bool_t | fExpected |
Int_t | fIndex |
Int_t | fNToys |
const RooArgSet * | fParams |
RooAbsData * | fPoints |
RooAbsPdf * | fPrior |
#include <RooStats/ToyMCSampler.h>
|
inline |
Definition at line 54 of file ToyMCSampler.h.
|
inlinevirtual |
Definition at line 64 of file ToyMCSampler.h.
Definition at line 48 of file ToyMCSampler.cxx.
|
protected |
Definition at line 69 of file ToyMCSampler.cxx.
|
private |
Definition at line 77 of file ToyMCSampler.h.
|
private |
Definition at line 80 of file ToyMCSampler.h.
|
private |
Definition at line 76 of file ToyMCSampler.h.
|
private |
Definition at line 75 of file ToyMCSampler.h.
|
private |
Definition at line 79 of file ToyMCSampler.h.
|
private |
Definition at line 74 of file ToyMCSampler.h.