ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/SusyScan/PlotScript/PlotTools.h
(Generate patch)

Comparing UserCode/auterman/SusyScan/PlotScript/PlotTools.h (file contents):
Revision 1.6 by auterman, Tue Feb 22 13:59:19 2011 UTC vs.
Revision 1.7 by auterman, Wed Mar 2 13:31:33 2011 UTC

# 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    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines