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

Comparing UserCode/auterman/SusyScan/PlotScript/TheLimits.h (file contents):
Revision 1.1 by auterman, Sat Nov 27 10:41:10 2010 UTC vs.
Revision 1.2 by auterman, Sat Nov 27 12:03:26 2010 UTC

# Line 12 | Line 12 | class TheLimits{
12    TheLimits(){}
13  
14    void add(SusyScan*s){_scan.push_back(s);}
15  void plot(TH2*, double(*x)(const SusyScan*), double(*y)(const SusyScan*), double(*f)(const SusyScan*) );
15    void match(const std::vector<GeneratorMasses>);
16    
17    std::vector<SusyScan*> * GetScan(){return &_scan;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines