| 1028 |
if (fHistogram) { |
if (fHistogram) { |
| 1029 |
//cleanup in case of a previous unzoom |
//cleanup in case of a previous unzoom |
| 1030 |
if (fHistogram->GetMinimum() >= fHistogram->GetMaximum()) { |
if (fHistogram->GetMinimum() >= fHistogram->GetMaximum()) { |
| 1031 |
Int_t nch = strlen(fHistogram->GetXaxis()->GetTitle()); |
nch = strlen(fHistogram->GetXaxis()->GetTitle()); |
| 1032 |
firstx = fHistogram->GetXaxis()->GetFirst(); |
firstx = fHistogram->GetXaxis()->GetFirst(); |
| 1033 |
lastx = fHistogram->GetXaxis()->GetLast(); |
lastx = fHistogram->GetXaxis()->GetLast(); |
| 1034 |
if (nch) { |
if (nch) { |