////////////////////////////////////////////////////////////////////////////////////////////
Base class to store the up and down variations for histogram uncertainties.
Use the derived classes for actual models.
Definition at line 99 of file Measurement.h.
Public Member Functions | |
| HistogramUncertaintyBase () | |
| HistogramUncertaintyBase (const HistogramUncertaintyBase &oth) | |
| HistogramUncertaintyBase (const std::string &Name) | |
| HistogramUncertaintyBase (HistogramUncertaintyBase &&) | |
| virtual | ~HistogramUncertaintyBase () |
| const TH1 * | GetHistoHigh () const |
| const TH1 * | GetHistoLow () const |
| const std::string & | GetHistoNameHigh () const |
| const std::string & | GetHistoNameLow () const |
| const std::string & | GetHistoPathHigh () const |
| const std::string & | GetHistoPathLow () const |
| const std::string & | GetInputFileHigh () const |
| const std::string & | GetInputFileLow () const |
| const std::string & | GetName () const |
| HistogramUncertaintyBase & | operator= (const HistogramUncertaintyBase &oth) |
| HistogramUncertaintyBase & | operator= (HistogramUncertaintyBase &&) |
| virtual void | Print (std::ostream &=std::cout) const |
| virtual void | PrintXML (std::ostream &) const =0 |
| void | SetHistoHigh (TH1 *High) |
| void | SetHistoLow (TH1 *Low) |
| void | SetHistoNameHigh (const std::string &HistoNameHigh) |
| void | SetHistoNameLow (const std::string &HistoNameLow) |
| void | SetHistoPathHigh (const std::string &HistoPathHigh) |
| void | SetHistoPathLow (const std::string &HistoPathLow) |
| void | SetInputFileHigh (const std::string &InputFileHigh) |
| void | SetInputFileLow (const std::string &InputFileLow) |
| void | SetName (const std::string &Name) |
| virtual void | writeToFile (const std::string &FileName, const std::string &DirName) |
Protected Attributes | |
| std::unique_ptr< TH1 > | fhHigh |
| std::string | fHistoNameHigh |
| std::string | fHistoNameLow |
| std::string | fHistoPathHigh |
| std::string | fHistoPathLow |
| std::unique_ptr< TH1 > | fhLow |
| std::string | fInputFileHigh |
| std::string | fInputFileLow |
| std::string | fName |
#include <RooStats/HistFactory/Measurement.h>
|
default |
| RooStats::HistFactory::HistogramUncertaintyBase::HistogramUncertaintyBase | ( | const std::string & | Name | ) |
Definition at line 1604 of file Measurement.cxx.
| RooStats::HistFactory::HistogramUncertaintyBase::HistogramUncertaintyBase | ( | const HistogramUncertaintyBase & | oth | ) |
Definition at line 1819 of file Measurement.cxx.
|
default |
|
virtualdefault |
|
inline |
Definition at line 121 of file Measurement.h.
|
inline |
Definition at line 120 of file Measurement.h.
|
inline |
Definition at line 136 of file Measurement.h.
|
inline |
Definition at line 135 of file Measurement.h.
|
inline |
Definition at line 142 of file Measurement.h.
|
inline |
Definition at line 141 of file Measurement.h.
|
inline |
Definition at line 130 of file Measurement.h.
|
inline |
Definition at line 129 of file Measurement.h.
|
inline |
Definition at line 124 of file Measurement.h.
| HistogramUncertaintyBase & RooStats::HistFactory::HistogramUncertaintyBase::operator= | ( | const HistogramUncertaintyBase & | oth | ) |
Definition at line 1836 of file Measurement.cxx.
|
default |
|
virtual |
Reimplemented in RooStats::HistFactory::ShapeFactor, RooStats::HistFactory::ShapeSys, and RooStats::HistFactory::StatError.
Definition at line 1615 of file Measurement.cxx.
|
pure virtual |
| void RooStats::HistFactory::HistogramUncertaintyBase::SetHistoHigh | ( | TH1 * | High | ) |
Definition at line 1859 of file Measurement.cxx.
| void RooStats::HistFactory::HistogramUncertaintyBase::SetHistoLow | ( | TH1 * | Low | ) |
Definition at line 1853 of file Measurement.cxx.
|
inline |
Definition at line 133 of file Measurement.h.
|
inline |
Definition at line 132 of file Measurement.h.
|
inline |
Definition at line 139 of file Measurement.h.
|
inline |
Definition at line 138 of file Measurement.h.
|
inline |
Definition at line 127 of file Measurement.h.
|
inline |
Definition at line 126 of file Measurement.h.
|
inline |
Definition at line 123 of file Measurement.h.
|
virtual |
Reimplemented in RooStats::HistFactory::ShapeFactor, RooStats::HistFactory::ShapeSys, and RooStats::HistFactory::StatError.
Definition at line 1622 of file Measurement.cxx.
|
protected |
Definition at line 157 of file Measurement.h.
|
protected |
Definition at line 152 of file Measurement.h.
|
protected |
Definition at line 148 of file Measurement.h.
|
protected |
Definition at line 153 of file Measurement.h.
|
protected |
Definition at line 149 of file Measurement.h.
|
protected |
Definition at line 156 of file Measurement.h.
|
protected |
Definition at line 151 of file Measurement.h.
|
protected |
Definition at line 147 of file Measurement.h.
|
protected |
Definition at line 145 of file Measurement.h.