Public Member Functions | Private Attributes

BCMTFSystematic Class Reference

A class for ... More...

#include <BCMTFSystematic.h>

List of all members.

Public Member Functions

 BCMTFSystematic (const char *name)
 ~BCMTFSystematic ()
void SetFlagSystematicActive (bool flag)
std::string GetName ()
bool GetFlagSystematicActive ()

Private Attributes

std::string fSystematicName
bool fFlagSystematicActive

Detailed Description

A class for ...

Author:
Daniel Kollar
Kevin Kröninger
Version:
1.0
Date:
04.2012

Definition at line 30 of file BCMTFSystematic.h.


Constructor & Destructor Documentation

BCMTFSystematic::BCMTFSystematic ( const char *  name  ) 

Definition at line 13 of file BCMTFSystematic.cxx.

BCMTFSystematic::~BCMTFSystematic (  ) 

Definition at line 20 of file BCMTFSystematic.cxx.

{}


Member Function Documentation

bool BCMTFSystematic::GetFlagSystematicActive (  )  [inline]

Definition at line 48 of file BCMTFSystematic.h.

      { return fFlagSystematicActive; };

std::string BCMTFSystematic::GetName (  )  [inline]

Definition at line 44 of file BCMTFSystematic.h.

      { return fSystematicName; };

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

Definition at line 40 of file BCMTFSystematic.h.

      { fFlagSystematicActive = flag; };


Member Data Documentation

Definition at line 57 of file BCMTFSystematic.h.

std::string BCMTFSystematic::fSystematicName [private]

Definition at line 49 of file BCMTFSystematic.h.


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