CbmRoot
|
#include <CbmQaPie.h>
Public Member Functions | |
template<typename... Types> | |
CbmQaPie (Types... args) | |
Reimplementation of any existing TPie constructor. | |
CbmQaPie (const CbmQaPie &cpy) | |
Prevent original copy constructor from a crash. | |
~CbmQaPie () | |
Destructor. | |
void | Browse (TBrowser *b) |
Draw TPie by a mouse click in the TBrowser. | |
void | Draw (Option_t *option="l") |
Prevents original TPie::Draw() from crashing when there are no entries. | |
Private Member Functions | |
ClassDef (CbmQaPie, 1) | |
Private Attributes | |
std::vector< CbmQaPieSlice > | fSliceStore |
a vector for slice streaming. It replaces the original array of pointers. | |
A modification of TPie which fixes the following issues:
Definition at line 40 of file CbmQaPie.h.
|
inline |
Reimplementation of any existing TPie constructor.
Definition at line 44 of file CbmQaPie.h.
CbmQaPie::CbmQaPie | ( | const CbmQaPie & | cpy | ) |
Prevent original copy constructor from a crash.
Prevent original copy constructor from a crash
Definition at line 19 of file CbmQaPie.cxx.
|
inline |
Destructor.
Definition at line 52 of file CbmQaPie.h.
void CbmQaPie::Browse | ( | TBrowser * | b | ) |
Draw TPie by a mouse click in the TBrowser.
Draw CbmQaPie by a mouse click in the TBrowser
Definition at line 33 of file CbmQaPie.cxx.
References Draw().
|
private |
void CbmQaPie::Draw | ( | Option_t * | option = "l" | ) |
Prevents original TPie::Draw() from crashing when there are no entries.
Definition at line 40 of file CbmQaPie.cxx.
Referenced by Browse().
|
private |
a vector for slice streaming. It replaces the original array of pointers.
Definition at line 62 of file CbmQaPie.h.