|
CbmRoot
|
#include <LmvmDef.h>
Public Member Functions | |
| LmvmDrawMinvData () | |
| LmvmDrawMinvData (TH1D *h, Color_t fillColor, Color_t lineColor, int lineWidth, Style_t fillStyle, const std::string &legend) | |
Public Attributes | |
| TH1D * | fH = nullptr |
| Color_t | fFillColor = 0 |
| Color_t | fLineColor = 0 |
| int | fLineWidth = 0 |
| Style_t | fFillStyle = -1 |
| std::string | fLegend = "" |
|
inline |
Definition at line 109 of file LmvmDef.h.
References fFillColor, fFillStyle, fH, fLegend, fLineColor, and fLineWidth.
| Color_t LmvmDrawMinvData::fFillColor = 0 |
Definition at line 121 of file LmvmDef.h.
Referenced by LmvmDrawMinvData().
| Style_t LmvmDrawMinvData::fFillStyle = -1 |
Definition at line 124 of file LmvmDef.h.
Referenced by LmvmDrawMinvData().
| TH1D* LmvmDrawMinvData::fH = nullptr |
Definition at line 120 of file LmvmDef.h.
Referenced by LmvmDrawMinvData().
| std::string LmvmDrawMinvData::fLegend = "" |
Definition at line 125 of file LmvmDef.h.
Referenced by LmvmDrawMinvData().
| Color_t LmvmDrawMinvData::fLineColor = 0 |
Definition at line 122 of file LmvmDef.h.
Referenced by LmvmDrawMinvData().
| int LmvmDrawMinvData::fLineWidth = 0 |
Definition at line 123 of file LmvmDef.h.
Referenced by LmvmDrawMinvData().