Changeset 8914 for trunk/MagicSoft/Mars
- Timestamp:
- 06/02/08 16:14:06 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r8903 r8914 530 530 531 531 MContinue contcoscal(&fcosmicscal, "ContCosmicsCal"); 532 contcoscal.SetInverted();533 532 534 533 //------------------------------ -
trunk/MagicSoft/Mars/mmovie/MMovieWrite.cc
r8439 r8914 341 341 TArrayI col(99); 342 342 343 #if ROOT_VERSION_CODE < ROOT_VERSION(5,18,00) 343 344 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 344 348 345 349 // --- Overwrite the 'underflow' bin with white ---
Note:
See TracChangeset
for help on using the changeset viewer.