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.2 by auterman, Sat Nov 27 12:03:26 2010 UTC vs.
Revision 1.3 by auterman, Sat Nov 27 12:22:28 2010 UTC

# Line 2 | Line 2
2   #define THELIMITS_H
3  
4   #include <vector>
5 + #include <string>
6  
7   class SusyScan;
8   class TH2;
# Line 12 | Line 13 | class TheLimits{
13    TheLimits(){}
14  
15    void add(SusyScan*s){_scan.push_back(s);}
16 <  void match(const std::vector<GeneratorMasses>);
16 >  void FillGeneratorMasses(std::string file);
17 >
18 >  void match();
19    
20    std::vector<SusyScan*> * GetScan(){return &_scan;}
21 +  std::vector<GeneratorMasses*> * GetGeneratorMasses(){return &_masses;}
22    
23   private:
24 <  std::vector<SusyScan*> _scan;
24 >  std::vector<SusyScan*> _scan;
25 >  std::vector<GeneratorMasses*> _masses;
26   };
27  
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines