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.
- 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
-
name The 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
|
inline |
- Returns
- The histogram color.
Definition at line 61 of file BCMTFProcess.h.
|
inline |
- Returns
- The histogram fill style.
Definition at line 66 of file BCMTFProcess.h.
|
inline |
- Returns
- the Histogram line style.
Definition at line 71 of file BCMTFProcess.h.
|
inline |
- Returns
- The name of the process.
Definition at line 51 of file BCMTFProcess.h.
|
inline |
- Returns
- The safe name of the process.
Definition at line 56 of file BCMTFProcess.h.
|
inline |
|
inline |
Set the histogram fill style.
- Parameters
-
style The fill style.
Definition at line 94 of file BCMTFProcess.h.
|
inline |
Set the histogram line style.
- Parameters
-
style The line style.
Definition at line 100 of file BCMTFProcess.h.
|
inline |
Set the name of the process.
- Parameters
-
name The name of the process.
Definition at line 82 of file BCMTFProcess.h.
The documentation for this class was generated from the following files:
- /root/bat/models/mtf/BCMTFProcess.h
- /root/bat/models/mtf/BCMTFProcess.cxx