BAT  0.9.4
The Bayesian analysis toolkit
 All Classes Namespaces Functions Variables Enumerations
BCMTFSystematic Class Reference

A class desribing a systematic uncertainty. More...

#include <BCMTFSystematic.h>

Public Member Functions

Constructors and destructors
 BCMTFSystematic (const char *name)
 
 ~BCMTFSystematic ()
 
Member functions (get)
std::string GetName ()
 
bool GetFlagSystematicActive ()
 
void SetFlagSystematicActive (bool flag)
 

Detailed Description

A class desribing a systematic uncertainty.

Author
Daniel Kollar
Kevin Kröninger
Version
1.1
Date
06.2012 This class describes a systematic uncertainty.

Definition at line 27 of file BCMTFSystematic.h.

Constructor & Destructor Documentation

BCMTFSystematic::BCMTFSystematic ( const char *  name)

The default constructor.

Parameters
nameThe name of the source of systematic uncertainty.

Definition at line 14 of file BCMTFSystematic.cxx.

BCMTFSystematic::~BCMTFSystematic ( )

The default destructor.

Definition at line 21 of file BCMTFSystematic.cxx.

Member Function Documentation

bool BCMTFSystematic::GetFlagSystematicActive ( )
inline
Returns
A flag defining if this uncertainty is active or not.

Definition at line 54 of file BCMTFSystematic.h.

std::string BCMTFSystematic::GetName ( )
inline
Returns
The name of the systematic uncertainty.

Definition at line 49 of file BCMTFSystematic.h.

void BCMTFSystematic::SetFlagSystematicActive ( bool  flag)
inline

Set a flag defining if this uncertainty is active or not.

Parameters
flagThe flag.

Definition at line 64 of file BCMTFSystematic.h.


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