added skeleton of a XML startup file

This commit is contained in:
nemu
2008-04-02 11:08:19 +00:00
parent 26a1b444fe
commit 83c2a0cbd3
4 changed files with 49 additions and 0 deletions

View File

@ -373,3 +373,16 @@ void PMusrCanvas::UpdateParamTheoryPad()
fMainCanvas->cd();
fMainCanvas->Update();
}
//--------------------------------------------------------------------------
// UpdateInfoPad
//--------------------------------------------------------------------------
/**
* <p>
*/
void PMusrCanvas::UpdateInfoPad()
{
// get fit data
// get chisq if not a max likelihood fit
// get run plot info
}