|
void | AddPoint (Int_t depth, Int_t number, Int_t style, Double_t ratio) |
|
void | AddLink (std::initializer_list< Int_t > depths, std::initializer_list< Int_t > ids, Int_t style) |
|
void | SaveAs (TString path) |
|
Double_t | GetWidth () const |
|
Double_t | GetHeight () const |
|
std::vector< std::vector< std::pair< double, double > > > | GetCoords () const |
|
| Object () |
|
virtual TString | GetExtractType () const |
|
virtual TString | HTMLExtract (Int_t, TString="") const |
|
virtual void | HTMLExtractIntoTable (Int_t, HtmlTable &, TString="", TString="") const |
|
virtual void | Add (const Object *pack) |
|
virtual Long64_t | Merge (TCollection *collection) |
|
virtual Bool_t | CanBeTableElement () const |
|
Definition at line 18 of file PicTree.h.
◆ PicTree()
Hal::PicTree::PicTree |
( |
| ) |
|
◆ ~PicTree()
virtual Hal::PicTree::~PicTree |
( |
| ) |
|
|
inlinevirtual |
◆ AddLink()
void Hal::PicTree::AddLink |
( |
std::initializer_list< Int_t > | depths, |
|
|
std::initializer_list< Int_t > | ids, |
|
|
Int_t | style ) |
adds link
- Parameters
-
depths | depth of data {from, to} |
ids | position of circles {from, to} |
style | 0 for normal link 1 for background |
Definition at line 32 of file PicTree.cxx.
◆ AddPoint()
void Hal::PicTree::AddPoint |
( |
Int_t | depth, |
|
|
Int_t | number, |
|
|
Int_t | style, |
|
|
Double_t | ratio ) |
add point drawn as circle
- Parameters
-
depth | depth of circle (x) |
number | position of circle (y) |
style | 0 for normal data, 1 for background |
ratio | ratio of passed objects |
Definition at line 35 of file PicTree.cxx.
◆ GetCoords()
std::vector< std::vector< std::pair< double, double > > > Hal::PicTree::GetCoords |
( |
| ) |
const |
|
inline |
- Returns
- array of coordinates (calcualted during calling SaveAs [tier level][collection] first -> x second ->y coordinate
Definition at line 83 of file PicTree.h.
◆ GetHeight()
Double_t Hal::PicTree::GetHeight |
( |
| ) |
const |
|
inline |
- Returns
- height of picture
Definition at line 78 of file PicTree.h.
◆ GetWidth()
Double_t Hal::PicTree::GetWidth |
( |
| ) |
const |
|
inline |
- Returns
- width of picture
Definition at line 73 of file PicTree.h.
◆ SaveAs()
void Hal::PicTree::SaveAs |
( |
TString | path | ) |
|
save picture
- Parameters
-
Definition at line 39 of file PicTree.cxx.
The documentation for this class was generated from the following files: