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

Comparing UserCode/auterman/SusyScan/PlotScript/scan.h (file contents):
Revision 1.4 by auterman, Wed Dec 5 13:27:47 2007 UTC vs.
Revision 1.5 by auterman, Wed Dec 5 17:23:12 2007 UTC

# Line 176 | Line 176 | class TScan {
176     TScan();
177     ~TScan();
178  
179 <   MyTGraph * IsoMassLine(bool(*func)(SUSY_POINT,double), double);
179 >   template <class T> MyTGraph * IsoMassLine(std::vector<T>, bool(*func)(T,double), double);
180     MyTGraph * GetContour(TH2F*, int flag=0);
181     template <class T> TH2F * TScan::Area(std::vector<T>,  bool(*func)(T));
182     template <class T> TH2F * TScan::Area(std::vector<T>,double(*func)(T));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines