Changeset 1904


Ignore:
Timestamp:
04/03/03 18:41:43 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r1715 r1904  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz <mailto:tbretz@astro.uni-wuerzburg.de>, 10/2002
     18!   Author(s): Thomas Bretz 10/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2002
     20!   Copyright: MAGIC Software Development, 2000-2003
    2121!
    2222!
     
    123123    return GetFilter()->CallPreProcess(list);
    124124}
    125 
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.cc

    r1740 r1904  
    521521}
    522522
     523void MCamDisplay::SetPrettyPalette()
     524{
     525    SetPalette(1, 0);
     526}
     527
     528void MCamDisplay::SetDeepBlueSeaPalette()
     529{
     530    SetPalette(51, 0);
     531}
     532
     533void MCamDisplay::SetInvDeepBlueSeaPalette()
     534{
     535    SetPalette(52, 0);
     536}
     537
    523538void MCamDisplay::DrawPixelNumbers()
    524539{
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.h

    r1740 r1904  
    9090    void SetInvDeepBlueSeaPalette(); // *MENU*
    9191
    92 
    93    
    9492    void  SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max);      // New function added by M.Lopez in 31-01-03
    95 
    9693
    9794    ClassDef(MCamDisplay, 0) // Displays the magic camera
Note: See TracChangeset for help on using the changeset viewer.