BayesianAnalysisToolkit
0.9.3
|
A class describing a process. More...
#include <BCMTFProcess.h>
Public Member Functions | |
Constructors and destructors | |
BCMTFProcess (const char *name) | |
~BCMTFProcess () | |
Member functions (get) | |
std::string | GetName () |
int | GetHistogramColor () |
int | GetHistogramFillStyle () |
int | GetHistogramLineStyle () |
Member functions (set) | |
void | SetName (const char *name) |
void | SetHistogramColor (int color) |
void | SetHistogramFillStyle (int style) |
void | SetHistogramLineStyle (int style) |
Private Attributes | |
std::string | fName |
int | fHistogramColor |
int | fHistogramFillStyle |
int | fHistogramLineStyle |
A class describing a process.
Definition at line 27 of file BCMTFProcess.h.
BCMTFProcess::BCMTFProcess | ( | const char * | name) |
The default constructor. name The name of the process.
Definition at line 14 of file BCMTFProcess.cxx.
BCMTFProcess::~BCMTFProcess | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set the histogram fill style.
color | The fill style. |
Definition at line 87 of file BCMTFProcess.h.
|
inline |
Set the histogram line style.
color | The line style. |
Definition at line 93 of file BCMTFProcess.h.
|
inline |
Set the name of the process.
name | The name of the process. |
Definition at line 75 of file BCMTFProcess.h.
|
private |
The histogram color
Definition at line 106 of file BCMTFProcess.h.
|
private |
The fill style.
Definition at line 110 of file BCMTFProcess.h.
|
private |
The line style.
Definition at line 114 of file BCMTFProcess.h.
|
private |
The name of the process.
Definition at line 94 of file BCMTFProcess.h.