ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
RooStats::HistFactory::OverallSys Class Reference

Definition at line 45 of file Systematics.h.

Public Member Functions

 OverallSys ()
 
void SetName (const std::string &Name)
 
std::string GetName ()
 
void SetLow (double Low)
 
void SetHigh (double High)
 
double GetLow ()
 
double GetHigh ()
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 

Protected Attributes

std::string fName
 
double fLow
 
double fHigh
 

#include <RooStats/HistFactory/Systematics.h>

Constructor & Destructor Documentation

RooStats::HistFactory::OverallSys::OverallSys ( )
inline

Definition at line 49 of file Systematics.h.

Member Function Documentation

double RooStats::HistFactory::OverallSys::GetHigh ( )
inline

Definition at line 57 of file Systematics.h.

Referenced by RooStats::HistFactory::GetChannelEstimateSummaries().

double RooStats::HistFactory::OverallSys::GetLow ( )
inline

Definition at line 56 of file Systematics.h.

Referenced by RooStats::HistFactory::GetChannelEstimateSummaries().

std::string RooStats::HistFactory::OverallSys::GetName ( )
inline
void RooStats::HistFactory::OverallSys::Print ( std::ostream &  stream = std::cout)

Definition at line 80 of file Systematics.cxx.

Referenced by RooStats::HistFactory::ConfigParser::MakeOverallSys().

void RooStats::HistFactory::OverallSys::PrintXML ( std::ostream &  xml)

Definition at line 87 of file Systematics.cxx.

Referenced by RooStats::HistFactory::Sample::PrintXML().

void RooStats::HistFactory::OverallSys::SetHigh ( double  High)
inline
void RooStats::HistFactory::OverallSys::SetLow ( double  Low)
inline
void RooStats::HistFactory::OverallSys::SetName ( const std::string &  Name)
inline

Member Data Documentation

double RooStats::HistFactory::OverallSys::fHigh
protected

Definition at line 65 of file Systematics.h.

Referenced by GetHigh(), and SetHigh().

double RooStats::HistFactory::OverallSys::fLow
protected

Definition at line 64 of file Systematics.h.

Referenced by GetLow(), and SetLow().

std::string RooStats::HistFactory::OverallSys::fName
protected

Definition at line 63 of file Systematics.h.

Referenced by GetName(), and SetName().

Collaboration diagram for RooStats::HistFactory::OverallSys:
[legend]

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