Changeset 8914 for trunk/MagicSoft


Ignore:
Timestamp:
06/02/08 16:14:06 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r8903 r8914  
    530530
    531531    MContinue contcoscal(&fcosmicscal, "ContCosmicsCal");
    532     contcoscal.SetInverted();
    533532
    534533    //------------------------------
  • trunk/MagicSoft/Mars/mmovie/MMovieWrite.cc

    r8439 r8914  
    341341    TArrayI col(99);
    342342
     343#if ROOT_VERSION_CODE < ROOT_VERSION(5,18,00)
    343344    const Int_t rc = gStyle->CreateGradientColorTable(6, s, r, g, b, col.GetSize());
     345#else
     346    const Int_t rc = TColor::CreateGradientColorTable(6, s, r, g, b, col.GetSize());
     347#endif
    344348
    345349    // --- Overwrite the 'underflow' bin with white ---
Note: See TracChangeset for help on using the changeset viewer.