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.4 by auterman, Wed Jan 26 15:23:05 2011 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 +  void OverwriteLimits(std::string flag);
24    
25   private:
26 <  std::vector<SusyScan*> _scan;
26 >  std::vector<SusyScan*> _scan;
27 >  std::vector<GeneratorMasses*> _masses;
28   };
29  
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines