ROOT  6.06/09
Reference Guide
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 ()
 
void SetName (const std::string &Name)
 
std::string GetName ()
 
void SetVal (double Val)
 
double GetVal ()
 
void SetConst (bool Const=true)
 
bool GetConst ()
 
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 fVal
 
double fLow
 
double fHigh
 
bool fConst
 

#include <RooStats/HistFactory/Systematics.h>

+ Collaboration diagram for RooStats::HistFactory::NormFactor:

Constructor & Destructor Documentation

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

Definition at line 57 of file Systematics.cxx.

Member Function Documentation

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

Definition at line 83 of file Systematics.h.

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

double RooStats::HistFactory::NormFactor::GetHigh ( )
inline
double RooStats::HistFactory::NormFactor::GetLow ( )
inline
std::string RooStats::HistFactory::NormFactor::GetName ( )
inline
double RooStats::HistFactory::NormFactor::GetVal ( )
inline
void RooStats::HistFactory::NormFactor::Print ( std::ostream &  stream = std::cout)

Definition at line 61 of file Systematics.cxx.

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

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

Definition at line 70 of file Systematics.cxx.

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

void RooStats::HistFactory::NormFactor::SetConst ( bool  Const = true)
inline
void RooStats::HistFactory::NormFactor::SetHigh ( double  High)
inline
void RooStats::HistFactory::NormFactor::SetLow ( double  Low)
inline
void RooStats::HistFactory::NormFactor::SetName ( const std::string &  Name)
inline
void RooStats::HistFactory::NormFactor::SetVal ( double  Val)
inline

Member Data Documentation

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

Definition at line 99 of file Systematics.h.

Referenced by GetConst(), and SetConst().

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

Definition at line 98 of file Systematics.h.

Referenced by GetHigh(), and SetHigh().

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

Definition at line 97 of file Systematics.h.

Referenced by GetLow(), and SetLow().

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

Definition at line 95 of file Systematics.h.

Referenced by GetName(), and SetName().

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

Definition at line 96 of file Systematics.h.

Referenced by GetVal(), and SetVal().


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