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.3 by auterman, Sat Nov 27 12:22:28 2010 UTC vs.
Revision 1.5 by auterman, Sat Jan 29 11:00:19 2011 UTC

# Line 12 | Line 12 | class TheLimits{
12   public:
13    TheLimits(){}
14  
15 +  void Fill(int argc, char** argv);
16 +  void Fill(const std::string filelist);
17 +
18    void add(SusyScan*s){_scan.push_back(s);}
19    void FillGeneratorMasses(std::string file);
20  
# Line 20 | Line 23 | class TheLimits{
23    std::vector<SusyScan*> * GetScan(){return &_scan;}
24    std::vector<GeneratorMasses*> * GetGeneratorMasses(){return &_masses;}
25    
26 +  void OverwriteLimits(std::string flag);
27 +  
28   private:
29    std::vector<SusyScan*> _scan;
30    std::vector<GeneratorMasses*> _masses;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines