# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |