# | Line 164 | Line 164 | void PlotUtil::addSample(TString samplei | |
---|---|---|
164 | ||
165 | } | |
166 | ||
167 | – | TString PlotUtil::fortranize(TString cut) { |
168 | – | |
169 | – | cut.ReplaceAll("==","eq"); |
170 | – | cut.ReplaceAll(">=","gte"); |
171 | – | cut.ReplaceAll("<=","lte"); |
172 | – | |
173 | – | cut.ReplaceAll(">","gt"); |
174 | – | cut.ReplaceAll("<","lt"); |
175 | – | |
176 | – | return cut; |
177 | – | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |