80  if(cl>0 || 
leftside > 0) std::cout <<
"using default cl, leftside for now" << std::endl;
 
 
   88  if(cl>0 || 
leftside > 0) std::cout <<
"using default cl, leftside for now" << std::endl;
 
 
  105  if(cl>0 || 
leftside > 0) std::cout <<
"using default cl, leftside for now" << std::endl;
 
  113    std::cout << 
"problem with parameters" << std::endl;
 
  120    std::cout << 
"lookup index = " << 
luIndex << std::endl;
 
 
  162  if(cl>0 || 
leftside > 0) std::cout <<
"using default cl, leftside for now" << std::endl;
 
  168    std::cout << 
"problem with parameters" << std::endl;
 
  187    int index = tree->numEntries() - 1; 
 
 
  201  if(cl>0 || 
leftside > 0) std::cout <<
"using default cl, leftside for now" << std::endl;
 
  207    std::cout << 
"problem with parameters" << std::endl;
 
  219      throw std::runtime_error(
"ConfidenceBelt::GetAcceptanceRegion: Sampling summaries are not filled yet. Switch on NeymanConstruction::CreateConfBelt() or FeldmanCousins::CreateConfBelt().");
 
  242      throw std::runtime_error(
"ConfidenceBelt::GetAcceptanceRegion: Sampling summaries are not filled yet. Switch on NeymanConstruction::CreateConfBelt() or FeldmanCousins::CreateConfBelt().");
 
  247      std::cout << 
"dataset is not initialized properly" << std::endl;
 
 
  267      std::cout << 
"size is wrong, parameters don't match" << std::endl;
 
  271      std::cout << 
"size is ok, but parameters don't match" << std::endl;
 
 
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
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
 
Abstract base class for binned and unbinned datasets.
 
virtual const RooArgSet * get() const
 
virtual Int_t numEntries() const
Return number of entries in dataset, i.e., count unweighted entries.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Container class to hold N-dimensional binned data.
 
Int_t getIndex(const RooAbsCollection &coord, bool fast=false) const
Calculate bin number of the given coordinates.
 
Container class to hold unbinned data.
 
std::vector< SamplingSummary > fSamplingSummaries
 
RooAbsData * fParameterPoints
 
virtual RooArgSet * GetParameters() const
do we want it to return list of parameters
 
AcceptanceRegion * GetAcceptanceRegion(RooArgSet &, double cl=-1., double leftside=-1.)
Method to determine if a parameter point is in the interval.
 
double GetAcceptanceRegionMax(RooArgSet &, double cl=-1., double leftside=-1.)
 
void AddAcceptanceRegion(RooArgSet &, AcceptanceRegion region, double cl=-1., double leftside=-1.)
add after creating a region
 
SamplingSummaryLookup fSamplingSummaryLookup
 
std::vector< double > ConfidenceLevels() const
 
double GetAcceptanceRegionMin(RooArgSet &, double cl=-1., double leftside=-1.)
 
bool CheckParameters(RooArgSet &) const
check if parameters are correct. (dummy implementation to start)
 
void Add(double cl, double leftside)
 
Int_t GetLookupIndex(double cl, double leftside)
 
The TNamed class is the base class for all named ROOT classes.
 
Namespace for the RooStats classes.
 
Double_t QuietNaN()
Returns a quiet NaN as defined by IEEE 754.