ROOT  6.06/08
Reference Guide
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>

+ Collaboration diagram for RooStats::HistFactory::OverallSys:

Constructor & Destructor Documentation

§ OverallSys()

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

Definition at line 49 of file Systematics.h.

Member Function Documentation

§ GetHigh()

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

§ GetLow()

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

§ GetName()

std::string RooStats::HistFactory::OverallSys::GetName ( )
inline

§ Print()

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

Definition at line 80 of file Systematics.cxx.

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

§ PrintXML()

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

Definition at line 87 of file Systematics.cxx.

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

§ SetHigh()

void RooStats::HistFactory::OverallSys::SetHigh ( double  High)
inline

§ SetLow()

void RooStats::HistFactory::OverallSys::SetLow ( double  Low)
inline

§ SetName()

void RooStats::HistFactory::OverallSys::SetName ( const std::string &  Name)
inline

Member Data Documentation

§ fHigh

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

Definition at line 65 of file Systematics.h.

§ fLow

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

Definition at line 64 of file Systematics.h.

§ fName

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

Definition at line 63 of file Systematics.h.


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