# | Line 34 | Line 34 | class PlotTools { | |
---|---|---|
34 | void Print(double(*x)(const T*), double(*x)(const T*), double(*y)(const T*), | |
35 | TGraph*, double p=10.); | |
36 | ||
37 | + | TGraph * ChooseBest(TGraph*,TGraph*,TGraph*,TGraph*,double x=0,double y=0); |
38 | + | |
39 | + | TH2 * BinWiseOr(TH2*, TH2*); |
40 | + | |
41 | private: | |
42 | std::vector<T*> * _scan; | |
43 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |