fixed wrong tag

This commit is contained in:
nemu 2008-08-25 14:34:47 +00:00
parent e49b52fe19
commit cf5d2e22bf
2 changed files with 2 additions and 2 deletions

View File

@ -274,9 +274,9 @@ void PMusrCanvas::HandleCmdKey(Int_t event, Int_t x, Int_t y, TObject *selected)
// cout << ">fMainCanvas " << fMainCanvas << endl;
// cout << ">selected " << selected << endl;
//
cout << "x : " << (char)x << endl;
cout << "px: " << (char)fMainCanvas->GetEventX() << endl;
TString str((Char_t)x);
if (x == 'q') {
Done(0);
} else if (x == 'd') {

View File

@ -189,7 +189,7 @@ void musrfit_debug_info(PMsrHandler* msrHandler)
switch (plot_it->fPlotType) {
case MSR_PLOT_SINGLE_HISTO:
case MSR_PLOT_ASYM:
case MSR_PLOT_NO_MUSR:
case MSR_PLOT_NON_MUSR:
cout << plot_run_it->Re() << ", ";
break;
case MSR_PLOT_ASYM_RRF: