Ignore:
Timestamp:
03/30/09 09:07:40 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MH.cc

    r9410 r9414  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.48 2009-03-23 13:13:42 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.49 2009-03-30 08:06:41 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    17001700        double b[5] = {0.2, 0.7, 0.0, 0.3, 0.9 };
    17011701        CreateGradientColorTable(5, s, r, g, b, ncol);
     1702        found=kTRUE;
     1703    }
     1704    if (paletteName.Contains("temp"))
     1705    {
     1706        Double_t s[7] = { 0.00, 0.30, 0.45, 0.75, 0.88, 0.95, 1.00 };
     1707        Double_t r[7] = { 0.00, 0.00, 0.30, 0.60, 1.00, 1.00, 1.00 };
     1708        Double_t g[7] = { 0.00, 0.00, 0.00, 0.00, 0.20, 1.00, 1.00 };
     1709        Double_t b[7] = { 0.10, 0.60, 0.30, 0.00, 0.20, 0.00, 1.00 };
     1710        CreateGradientColorTable(7, s, r, g, b, ncol);
    17021711        found=kTRUE;
    17031712    }
Note: See TracChangeset for help on using the changeset viewer.