ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/joshmt/PlotUtil.cxx
(Generate patch)

Comparing UserCode/joshmt/PlotUtil.cxx (file contents):
Revision 1.3 by joshmt, Wed Aug 25 10:15:27 2010 UTC vs.
Revision 1.4 by joshmt, Thu Sep 23 10:11:20 2010 UTC

# 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 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines