Private Attributes

BCMTFSystematic Class Reference

A class desribing a systematic uncertainty. More...

#include <BCMTFSystematic.h>

List of all members.

Public Member Functions

Constructors and destructors

 BCMTFSystematic (const char *name)
 ~BCMTFSystematic ()
Member functions (get)

std::string GetName ()
bool GetFlagSystematicActive ()
void SetFlagSystematicActive (bool flag)

Private Attributes

std::string fSystematicName
bool fFlagSystematicActive

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 26 of file BCMTFSystematic.h.


Constructor & Destructor Documentation

BCMTFSystematic::BCMTFSystematic ( const char *  name  ) 

The default constructor.

Parameters:
name The name of the source of systematic uncertainty.

Definition at line 13 of file BCMTFSystematic.cxx.

BCMTFSystematic::~BCMTFSystematic (  ) 

The default destructor.

Definition at line 20 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 53 of file BCMTFSystematic.h.

      { return fFlagSystematicActive; };

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

Definition at line 48 of file BCMTFSystematic.h.

      { return fSystematicName; };

void BCMTFSystematic::SetFlagSystematicActive ( bool  flag  )  [inline]

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

Parameters:
flag The flag.

Definition at line 63 of file BCMTFSystematic.h.

      { fFlagSystematicActive = flag; };


Member Data Documentation

A flag defining if this uncertainty is active or not.

Definition at line 76 of file BCMTFSystematic.h.

std::string BCMTFSystematic::fSystematicName [private]

The name of the source of the systematic uncertainty.

Definition at line 64 of file BCMTFSystematic.h.


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