ROOT  6.06/08
Reference Guide
Public Member Functions | Protected Attributes | List of all members
RooStats::HistFactory::ShapeFactor Class Reference

Definition at line 258 of file Systematics.h.

Public Member Functions

 ShapeFactor ()
 
void SetName (const std::string &Name)
 
std::string GetName ()
 
void Print (std::ostream &=std::cout)
 
void PrintXML (std::ostream &)
 
void writeToFile (const std::string &FileName, const std::string &DirName)
 
void SetInitialShape (TH1 *shape)
 
TH1GetInitialShape ()
 
void SetConstant (bool constant)
 
bool IsConstant ()
 
bool HasInitialShape ()
 
void SetInputFile (const std::string &InputFile)
 
std::string GetInputFile ()
 
void SetHistoName (const std::string &HistoName)
 
std::string GetHistoName ()
 
void SetHistoPath (const std::string &HistoPath)
 
std::string GetHistoPath ()
 

Protected Attributes

std::string fName
 
bool fConstant
 
bool fHasInitialShape
 
std::string fHistoName
 
std::string fHistoPath
 
std::string fInputFile
 
TH1fhInitialShape
 

#include <RooStats/HistFactory/Systematics.h>

+ Collaboration diagram for RooStats::HistFactory::ShapeFactor:

Constructor & Destructor Documentation

§ ShapeFactor()

RooStats::HistFactory::ShapeFactor::ShapeFactor ( )

Definition at line 292 of file Systematics.cxx.

Member Function Documentation

§ GetHistoName()

std::string RooStats::HistFactory::ShapeFactor::GetHistoName ( )
inline

§ GetHistoPath()

std::string RooStats::HistFactory::ShapeFactor::GetHistoPath ( )
inline

§ GetInitialShape()

TH1* RooStats::HistFactory::ShapeFactor::GetInitialShape ( )
inline

§ GetInputFile()

std::string RooStats::HistFactory::ShapeFactor::GetInputFile ( )
inline

§ GetName()

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

§ HasInitialShape()

bool RooStats::HistFactory::ShapeFactor::HasInitialShape ( )
inline

§ IsConstant()

bool RooStats::HistFactory::ShapeFactor::IsConstant ( )
inline

§ Print()

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

§ PrintXML()

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

Definition at line 336 of file Systematics.cxx.

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

§ SetConstant()

void RooStats::HistFactory::ShapeFactor::SetConstant ( bool  constant)
inline

Definition at line 274 of file Systematics.h.

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

§ SetHistoName()

void RooStats::HistFactory::ShapeFactor::SetHistoName ( const std::string &  HistoName)
inline

Definition at line 285 of file Systematics.h.

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

§ SetHistoPath()

void RooStats::HistFactory::ShapeFactor::SetHistoPath ( const std::string &  HistoPath)
inline

Definition at line 291 of file Systematics.h.

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

§ SetInitialShape()

void RooStats::HistFactory::ShapeFactor::SetInitialShape ( TH1 shape)
inline

Definition at line 271 of file Systematics.h.

Referenced by RooStats::HistFactory::Channel::CollectHistograms().

§ SetInputFile()

void RooStats::HistFactory::ShapeFactor::SetInputFile ( const std::string &  InputFile)
inline

Definition at line 279 of file Systematics.h.

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

§ SetName()

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

§ writeToFile()

void RooStats::HistFactory::ShapeFactor::writeToFile ( const std::string &  FileName,
const std::string &  DirName 
)

Definition at line 313 of file Systematics.cxx.

Member Data Documentation

§ fConstant

bool RooStats::HistFactory::ShapeFactor::fConstant
protected

Definition at line 300 of file Systematics.h.

Referenced by Print().

§ fHasInitialShape

bool RooStats::HistFactory::ShapeFactor::fHasInitialShape
protected

Definition at line 304 of file Systematics.h.

Referenced by PrintXML().

§ fhInitialShape

TH1* RooStats::HistFactory::ShapeFactor::fhInitialShape
protected

Definition at line 308 of file Systematics.h.

§ fHistoName

std::string RooStats::HistFactory::ShapeFactor::fHistoName
protected

§ fHistoPath

std::string RooStats::HistFactory::ShapeFactor::fHistoPath
protected

§ fInputFile

std::string RooStats::HistFactory::ShapeFactor::fInputFile
protected

§ fName

std::string RooStats::HistFactory::ShapeFactor::fName
protected

Definition at line 298 of file Systematics.h.

Referenced by Print().


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