BAT
0.9.4
The Bayesian analysis toolkit
|
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) |
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 | ( | ) |
The default destructor.
Definition at line 22 of file BCMTFProcess.cxx.
|
inline |
Definition at line 54 of file BCMTFProcess.h.
|
inline |
Definition at line 59 of file BCMTFProcess.h.
|
inline |
Definition at line 64 of file BCMTFProcess.h.
|
inline |
Definition at line 49 of file BCMTFProcess.h.
|
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.