added polynom and improved prettyfing

This commit is contained in:
nemu
2008-06-10 15:41:15 +00:00
parent 180ced9223
commit 0954450615
3 changed files with 178 additions and 23 deletions

View File

@ -68,7 +68,9 @@ PRunBase::PRunBase()
* <p>
*
* \param msrInfo pointer to the msr info structure
* \param runNo number of the run of the msr-file
* \param rawData
* \param runNo
* \param tag
*/
PRunBase::PRunBase(PMsrHandler *msrInfo, PRunDataHandler *rawData, unsigned int runNo, EPMusrHandleTag tag)
{