Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
RooStats::HistFactory::NormFactor Class Reference

Definition at line 70 of file Systematics.h.

Public Member Functions

 NormFactor ()
 
bool GetConst ()
 
double GetHigh ()
 
double GetLow ()
 
std::string GetName ()
 
double GetVal ()
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void SetConst (bool Const=true)
 
void SetHigh (double High)
 
void SetLow (double Low)
 
void SetName (const std::string &Name)
 
void SetVal (double Val)
 

Protected Attributes

bool fConst
 
double fHigh
 
double fLow
 
std::string fName
 
double fVal
 

#include <RooStats/HistFactory/Systematics.h>

Constructor & Destructor Documentation

◆ NormFactor()

RooStats::HistFactory::NormFactor::NormFactor ( )

Definition at line 57 of file Systematics.cxx.

Member Function Documentation

◆ GetConst()

bool RooStats::HistFactory::NormFactor::GetConst ( )
inline

Definition at line 83 of file Systematics.h.

◆ GetHigh()

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

Definition at line 88 of file Systematics.h.

◆ GetLow()

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

Definition at line 87 of file Systematics.h.

◆ GetName()

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

Definition at line 77 of file Systematics.h.

◆ GetVal()

double RooStats::HistFactory::NormFactor::GetVal ( )
inline

Definition at line 80 of file Systematics.h.

◆ Print()

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

Definition at line 61 of file Systematics.cxx.

◆ PrintXML()

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

Definition at line 70 of file Systematics.cxx.

◆ SetConst()

void RooStats::HistFactory::NormFactor::SetConst ( bool  Const = true)
inline

Definition at line 82 of file Systematics.h.

◆ SetHigh()

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

Definition at line 86 of file Systematics.h.

◆ SetLow()

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

Definition at line 85 of file Systematics.h.

◆ SetName()

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

Definition at line 76 of file Systematics.h.

◆ SetVal()

void RooStats::HistFactory::NormFactor::SetVal ( double  Val)
inline

Definition at line 79 of file Systematics.h.

Member Data Documentation

◆ fConst

bool RooStats::HistFactory::NormFactor::fConst
protected

Definition at line 99 of file Systematics.h.

◆ fHigh

double RooStats::HistFactory::NormFactor::fHigh
protected

Definition at line 98 of file Systematics.h.

◆ fLow

double RooStats::HistFactory::NormFactor::fLow
protected

Definition at line 97 of file Systematics.h.

◆ fName

std::string RooStats::HistFactory::NormFactor::fName
protected

Definition at line 95 of file Systematics.h.

◆ fVal

double RooStats::HistFactory::NormFactor::fVal
protected

Definition at line 96 of file Systematics.h.


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