Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlampen committed Jul 6, 2015
1 parent eeda98e commit 64a4f03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,6 @@ setDMRHistStyleAndLegend(TH1F* h, PlotAlignmentValidation::DMRPlotInfo& plotinfo
if (useFit_) {
legend << " #mu = " << fitResults.first << " #mum, #sigma = " << fitResults.second << " #mum";
} else {
legend << " #mu = " << h->GetMean(1)*10000 << " #mum, rms = " << h->GetRMS(1)*10000 << " #mum";
legend << " #mu = " << h->GetMean(1)*10000 << " #mum, rms = " << h->GetRMS(1)*10000 << " #pm " << h->GetRMSError(1)*10000 << " #mum, " << (int) h->GetEntries() << " modules" ;
}
} else if (plotinfo.variable == "rmsX" || plotinfo.variable == "rmsY") {
Expand Down

0 comments on commit 64a4f03

Please sign in to comment.