NAGASH 0.9.8
Next Generation Analysis System
|
Figure class for TF1. More...
#include "NAGASH/FigureTool.h"
Public Member Functions | |
virtual | ~FigureFunc1D () |
virtual void | DrawElement () override |
virtual void | SetStyle () override |
Public Member Functions inherited from NAGASH::FigureElement | |
FigureElement (std::shared_ptr< MSGTool > MSG, std::shared_ptr< FigureStyleHelper > shelper, const TString &elementname, const TString &tyname, FigureElement *mother=0) | |
virtual void | CD () |
void | Draw () |
std::shared_ptr< FigureElement > | FindLinkElement (const TString &name) |
std::shared_ptr< FigureElement > | GetLinkElement (int index) |
int | GetLinkIndex (const TString &name) |
FigureElement * | GetMotherElement () |
TString | GetName () |
int | GetNLinkElement () |
FigureElement * | GetRootElement () |
TString | GetTypeName () |
bool | IsType (const TString &tyname) |
std::shared_ptr< FigureElement > | TraceElement (const TString &name) |
Private Member Functions | |
FigureFunc1D (std::shared_ptr< MSGTool > MSG, std::shared_ptr< FigureStyleHelper > shelper, const TString &elementname, TF1 *func, const TString &option, FigureElement *mother, std::function< void(TF1 *)> optionfunc=[](TF1 *) {}) | |
TF1 * | GetFunc () |
std::pair< double, double > | GetMinAndMax (double, double) |
Private Attributes | |
TString | DrawOption |
int | index_in_pad = 0 |
TF1 * | myfunc = nullptr |
std::function< void(TF1 *)> | OptionFunc |
Friends | |
class | FigureCanvas |
class | FigurePad |
class | FigureStyleHelper |
Additional Inherited Members | |
Public Attributes inherited from NAGASH::FigureElement | |
FigureSquareRange | Range_Total |
Protected Member Functions inherited from NAGASH::FigureElement | |
bool | CheckDuplicate (const TString &name) |
bool | Contain (FigureSquareRange A, FigureSquareRange SubA) |
bool | Contain (std::shared_ptr< FigureElement > subelement) |
std::shared_ptr< MSGTool > | MSGUser () |
std::shared_ptr< FigureStyleHelper > | StyleUser () |
Protected Attributes inherited from NAGASH::FigureElement | |
std::deque< std::shared_ptr< FigureElement > > | LinkedElement |
std::map< TString, uint64_t > | MapLinkedElement |
FigureElement * | MotherElement |
std::vector< FigureSquareRange > | Range_vec |
Figure class for TF1.
Definition at line 249 of file FigureTool.h.
|
virtual |
Definition at line 1670 of file FigureTool.cxx.
|
private |
Definition at line 1646 of file FigureTool.cxx.
|
overridevirtual |
Reimplemented from NAGASH::FigureElement.
Definition at line 1654 of file FigureTool.cxx.
|
inlineprivate |
Definition at line 272 of file FigureTool.h.
|
private |
Definition at line 1665 of file FigureTool.cxx.
|
overridevirtual |
Reimplemented from NAGASH::FigureElement.
Definition at line 1659 of file FigureTool.cxx.
|
friend |
Definition at line 252 of file FigureTool.h.
|
friend |
Definition at line 251 of file FigureTool.h.
|
friend |
Definition at line 253 of file FigureTool.h.
|
private |
Definition at line 267 of file FigureTool.h.
|
private |
Definition at line 269 of file FigureTool.h.
|
private |
Definition at line 266 of file FigureTool.h.
|
private |
Definition at line 268 of file FigureTool.h.