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.4 by auterman, Wed Feb 9 08:51:32 2011 UTC vs.
Revision 1.5 by auterman, Sun Feb 13 14:39:33 2011 UTC

# Line 29 | Line 29 | class PlotTools {
29                        double(*func)(const T*), int ncont=20, int flag=0,
30                        int color=1, int style=1);
31  
32 +  void Print(double(*x)(const T*), double(*x)(const T*), double(*y)(const T*),
33 +             TGraph*, double p=10.);
34 +
35   private:
36    std::vector<T*> * _scan;
37    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines