BCMTFProcess Class Reference

A class describing a process. More...

#include <BCMTFProcess.h>

Public Member Functions

Constructors and destructors
 BCMTFProcess (const std::string &name)
 The default constructor. More...
 
 ~BCMTFProcess ()
 The default destructor. More...
 
Member functions (get)
const std::string & GetName () const
 
const std::string & GetSafeName () const
 
int GetHistogramColor () const
 
int GetHistogramFillStyle () const
 
int GetHistogramLineStyle () const
 
Member functions (set)
void SetName (const std::string &name)
 Set the name of the process. More...
 
void SetHistogramColor (int color)
 Set the histogram color. More...
 
void SetHistogramFillStyle (int style)
 Set the histogram fill style. More...
 
void SetHistogramLineStyle (int style)
 Set the histogram line style. More...
 

Detailed Description

A class describing a process.

Author
Daniel Kollar
Kevin Kröninger
Version
1.1
Date
06.2012

This class describes a process.

Definition at line 29 of file BCMTFProcess.h.

Constructor & Destructor Documentation

BCMTFProcess::BCMTFProcess ( const std::string &  name)

The default constructor.

Parameters
nameThe name of the process.

Definition at line 14 of file BCMTFProcess.cxx.

BCMTFProcess::~BCMTFProcess ( )

The default destructor.

Definition at line 23 of file BCMTFProcess.cxx.

Member Function Documentation

int BCMTFProcess::GetHistogramColor ( ) const
inline
Returns
The histogram color.

Definition at line 61 of file BCMTFProcess.h.

int BCMTFProcess::GetHistogramFillStyle ( ) const
inline
Returns
The histogram fill style.

Definition at line 66 of file BCMTFProcess.h.

int BCMTFProcess::GetHistogramLineStyle ( ) const
inline
Returns
the Histogram line style.

Definition at line 71 of file BCMTFProcess.h.

const std::string& BCMTFProcess::GetName ( ) const
inline
Returns
The name of the process.

Definition at line 51 of file BCMTFProcess.h.

const std::string& BCMTFProcess::GetSafeName ( ) const
inline
Returns
The safe name of the process.

Definition at line 56 of file BCMTFProcess.h.

void BCMTFProcess::SetHistogramColor ( int  color)
inline

Set the histogram color.

Parameters
colorThe color.

Definition at line 88 of file BCMTFProcess.h.

void BCMTFProcess::SetHistogramFillStyle ( int  style)
inline

Set the histogram fill style.

Parameters
styleThe fill style.

Definition at line 94 of file BCMTFProcess.h.

void BCMTFProcess::SetHistogramLineStyle ( int  style)
inline

Set the histogram line style.

Parameters
styleThe line style.

Definition at line 100 of file BCMTFProcess.h.

void BCMTFProcess::SetName ( const std::string &  name)
inline

Set the name of the process.

Parameters
nameThe name of the process.

Definition at line 82 of file BCMTFProcess.h.


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