fixed wrong tag
This commit is contained in:
parent
e49b52fe19
commit
cf5d2e22bf
@ -274,9 +274,9 @@ void PMusrCanvas::HandleCmdKey(Int_t event, Int_t x, Int_t y, TObject *selected)
|
|||||||
// cout << ">fMainCanvas " << fMainCanvas << endl;
|
// cout << ">fMainCanvas " << fMainCanvas << endl;
|
||||||
// cout << ">selected " << selected << endl;
|
// cout << ">selected " << selected << endl;
|
||||||
//
|
//
|
||||||
|
cout << "x : " << (char)x << endl;
|
||||||
cout << "px: " << (char)fMainCanvas->GetEventX() << endl;
|
cout << "px: " << (char)fMainCanvas->GetEventX() << endl;
|
||||||
|
|
||||||
TString str((Char_t)x);
|
|
||||||
if (x == 'q') {
|
if (x == 'q') {
|
||||||
Done(0);
|
Done(0);
|
||||||
} else if (x == 'd') {
|
} else if (x == 'd') {
|
||||||
|
@ -189,7 +189,7 @@ void musrfit_debug_info(PMsrHandler* msrHandler)
|
|||||||
switch (plot_it->fPlotType) {
|
switch (plot_it->fPlotType) {
|
||||||
case MSR_PLOT_SINGLE_HISTO:
|
case MSR_PLOT_SINGLE_HISTO:
|
||||||
case MSR_PLOT_ASYM:
|
case MSR_PLOT_ASYM:
|
||||||
case MSR_PLOT_NO_MUSR:
|
case MSR_PLOT_NON_MUSR:
|
||||||
cout << plot_run_it->Re() << ", ";
|
cout << plot_run_it->Re() << ", ";
|
||||||
break;
|
break;
|
||||||
case MSR_PLOT_ASYM_RRF:
|
case MSR_PLOT_ASYM_RRF:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user