Ignore:
Timestamp:
02/07/09 20:48:57 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmovie/MMovieWrite.cc

    r8914 r9303  
    9393#include <TStopwatch.h>
    9494
     95#include "MString.h"
     96
    9597#include "MParList.h"
    9698#include "MTaskList.h"
     
    173175
    174176    name += " -f 9 -E 40 -r 0 -K kvcd ";
    175     name += Form("-g %d -G %d", n, n);
     177    name += MString::Format("-g %d -G %d", n, n);
    176178
    177179    // For higher resolution add "--no-constraints"
     
    651653
    652654        // Set new name to be displayed
    653         h.SetName(Form("%d: %.2f/%.1fns", i+1, t*freq, t));
     655        h.SetName(MString::Format("%d: %.2f/%.1fns", i+1, t*freq, t));
    654656
    655657        // Update existing image with new data and encode into pipe
     
    660662    DeletePalette(colidx);
    661663
    662     cout << setw(3) << GetNumExecutions() << ": " << Form("%6.2f", (float)numframes/(slices-2)) << " f/sl " << slices << " " << numframes+1 << endl;
     664    cout << setw(3) << GetNumExecutions() << ": " << MString::Format("%6.2f", (float)numframes/(slices-2)) << " f/sl " << slices << " " << numframes+1 << endl;
    663665
    664666    return kTRUE;
     
    782784    */
    783785
    784     TString s = Form("%d:  Evt #", GetNumExecutions()+1);
     786    TString s = MString::Format("%d:  Evt #", GetNumExecutions()+1);
    785787    s += fHead->GetDAQEvtNumber();
    786788    s += " of ";
Note: See TracChangeset for help on using the changeset viewer.