Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooStats::HistFactory::StatErrorConfig Class Reference

Configuration to automatically assign nuisance parameters for the statistical error of the Monte Carlo simulations.

The default is to assign a Poisson uncertainty to a bin when its statistical uncertainty is larger than 5% of the bin content.

Definition at line 309 of file Measurement.h.

Public Member Functions

Constraint::Type GetConstraintType () const
 
double GetRelErrorThreshold () const
 
void Print (std::ostream &=std::cout) const
 
void PrintXML (std::ostream &) const
 
void SetConstraintType (Constraint::Type ConstrType)
 
void SetRelErrorThreshold (double Threshold)
 

Protected Attributes

Constraint::Type fConstraintType = Constraint::Poisson
 
double fRelErrorThreshold = 0.05
 

#include <RooStats/HistFactory/Measurement.h>

Member Function Documentation

◆ GetConstraintType()

Constraint::Type RooStats::HistFactory::StatErrorConfig::GetConstraintType ( ) const
inline

Definition at line 319 of file Measurement.h.

◆ GetRelErrorThreshold()

double RooStats::HistFactory::StatErrorConfig::GetRelErrorThreshold ( ) const
inline

Definition at line 316 of file Measurement.h.

◆ Print()

void RooStats::HistFactory::StatErrorConfig::Print ( std::ostream & stream = std::cout) const

Definition at line 1949 of file Measurement.cxx.

◆ PrintXML()

void RooStats::HistFactory::StatErrorConfig::PrintXML ( std::ostream & xml) const

Definition at line 1955 of file Measurement.cxx.

◆ SetConstraintType()

void RooStats::HistFactory::StatErrorConfig::SetConstraintType ( Constraint::Type ConstrType)
inline

Definition at line 318 of file Measurement.h.

◆ SetRelErrorThreshold()

void RooStats::HistFactory::StatErrorConfig::SetRelErrorThreshold ( double Threshold)
inline

Definition at line 315 of file Measurement.h.

Member Data Documentation

◆ fConstraintType

Constraint::Type RooStats::HistFactory::StatErrorConfig::fConstraintType = Constraint::Poisson
protected

Definition at line 323 of file Measurement.h.

◆ fRelErrorThreshold

double RooStats::HistFactory::StatErrorConfig::fRelErrorThreshold = 0.05
protected

Definition at line 322 of file Measurement.h.

Libraries for RooStats::HistFactory::StatErrorConfig:

The documentation for this class was generated from the following files: