11#ifndef ROOSTATS_FeldmanCousins 
   12#define ROOSTATS_FeldmanCousins 
   51         std::cout << 
"DEPRECATED, set data in constructor" << std::endl;
 
 
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Abstract base class for binned and unbinned datasets.
 
ConfidenceBelt is a concrete implementation of the ConfInterval interface.
 
The FeldmanCousins class (like the Feldman-Cousins technique) is essentially a specific configuration...
 
bool fSaveBeltToFile
controls use if ConfidenceBelt should be saved to a TFile
 
ConfidenceBelt * fConfBelt
 
RooAbsData & fData
data set
 
void CreateParameterPoints() const
initializes fPointsToTest data member (mutable)
 
void SetModel(const ModelConfig &) override
set the model
 
FeldmanCousins(RooAbsData &data, ModelConfig &model)
Common constructor.
 
void AdditionalNToysFactor(double fact)
 
bool fFluctuateData
tell ToyMCSampler to fluctuate number of entries in dataset
 
void SetPOIPointsToTest(RooAbsData &poiToTest)
User-defined set of points to test.
 
double fSize
size of the test (eg. specified rate of Type I error)
 
Int_t fNbins
number of samples per variable
 
double Size() const override
Get the size of the test (eg. rate of Type I error)
 
PointSetInterval * GetInterval() const override
Main interface to get a ConfInterval (will be a PointSetInterval)
 
double ConfidenceLevel() const override
Get the Confidence level for the test.
 
void UseAdaptiveSampling(bool flag=true)
 
TestStatSampler * GetTestStatSampler() const
Returns instance of TestStatSampler.
 
RooAbsData * GetPointsToScan()
 
void CreateTestStatSampler() const
initializes fTestStatSampler data member (mutable)
 
double fAdditionalNToysFactor
give user ability to ask for more toys
 
void SaveBeltToFile(bool flag=true)
 
RooAbsData * fPOIToTest
value of POI points to perform the construction
 
bool fCreateBelt
controls use if ConfidenceBelt should be saved to a TFile
 
void CreateConfBelt(bool flag=true)
 
bool fDoProfileConstruction
instead of full construction over nuisance parameters, do profile
 
RooAbsData * fPointsToTest
points to perform the construction
 
void SetTestSize(double size) override
set the size of the test (rate of Type I error) ( Eg. 0.05 for a 95% Confidence Interval)
 
ToyMCSampler * fTestStatSampler
the test statistic sampler
 
void SetConfidenceLevel(double cl) override
set the confidence level for the interval (eg. 0.95 for a 95% Confidence Interval)
 
void FluctuateNumDataEntries(bool flag=true)
 
void SetNBins(Int_t bins)
 
~FeldmanCousins() override
destructor
 
void SetParameterPointsToTest(RooAbsData &pointsToTest)
User-defined set of points to test.
 
void SetData(RooAbsData &) override
Set the DataSet.
 
ConfidenceBelt * GetConfidenceBelt()
Get the confidence belt. This requires that CreateConfBelt() has been set.
 
bool fAdaptiveSampling
controls use of adaptive sampling algorithm
 
IntervalCalculator is an interface class for a tools which produce RooStats ConfIntervals.
 
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
 
PointSetInterval is a concrete implementation of the ConfInterval interface.
 
TestStatSampler is an interface class for a tools which produce RooStats SamplingDistributions.
 
ToyMCSampler is an implementation of the TestStatSampler interface.
 
Namespace for the RooStats classes.