some more work towards a full encapsulation

This commit is contained in:
nemu
2009-11-04 11:42:51 +00:00
parent 73b70defaa
commit 15ddd28644
8 changed files with 247 additions and 100 deletions

View File

@@ -536,13 +536,13 @@ void PMusrCanvas::UpdateInfoPad()
// histo info (depending on the fittype
if (runs[runNo].GetFitType() == MSR_FITTYPE_SINGLE_HISTO) {
tstr += TString("h:");
tstr += runs[runNo].fForwardHistoNo;
tstr += runs[runNo].GetForwardHistoNo();
tstr += TString(",");
} else if (runs[runNo].GetFitType() == MSR_FITTYPE_ASYM) {
tstr += TString("h:");
tstr += runs[runNo].fForwardHistoNo;
tstr += runs[runNo].GetForwardHistoNo();
tstr += TString("/");
tstr += runs[runNo].fBackwardHistoNo;
tstr += runs[runNo].GetBackwardHistoNo();
tstr += TString(",");
}
// temperature if present