1 #ifndef __BCMTFPROCESS__H 2 #define __BCMTFPROCESS__H 24 #include "../../BAT/BCAux.h" 57 {
return fSafeName; };
62 {
return fHistogramColor; };
67 {
return fHistogramFillStyle; };
72 {
return fHistogramLineStyle; };
89 { fHistogramColor = color; };
95 { fHistogramFillStyle = style; };
101 { fHistogramLineStyle = style; };
113 std::string fSafeName;
121 int fHistogramFillStyle;
125 int fHistogramLineStyle;
int GetHistogramLineStyle() const
int GetHistogramColor() const
int GetHistogramFillStyle() const
std::string SafeName(const std::string &name)
Convert a name into a safe name for use in ROOT object naming.
const std::string & GetSafeName() const
A class describing a process.
const std::string & GetName() const
BCMTFProcess(const std::string &name)
The default constructor.
void SetName(const std::string &name)
Set the name of the process.
~BCMTFProcess()
The default destructor.
void SetHistogramColor(int color)
Set the histogram color.
void SetHistogramLineStyle(int style)
Set the histogram line style.
void SetHistogramFillStyle(int style)
Set the histogram fill style.