Ignore:
Timestamp:
03/02/01 14:25:49 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/GuiIncl.h

    r587 r669  
    99#include <TGSplitter.h>     // TGHorizontal3DLine
    1010#include <TGFSContainer.h>  // TGFileContainer
    11 #include <TGLabel.h>       // TGLabel
     11#include <TGLabel.h>        // TGLabel
    1212#include <TGTextEntry.h> 
    1313
    14 
    1514#endif // __CINT__
  • trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h

    r466 r669  
    3333 
    3434  Char_t            fInputFile[256] ;
    35   MViewAdcSpectra   fViewAdc ;
     35  MViewAdcSpectra   fViewAdc ; //!
    3636
    3737  //  the things for the menu bar
  • trunk/MagicSoft/Mars/mgui/MGeomPix.cc

    r653 r669  
    1111
    1212
    13 void MGeomPix::Print()
     13void MGeomPix::Print(Option_t *opt)
    1414{
    1515    //   information about a pixel
  • trunk/MagicSoft/Mars/mgui/MGeomPix.h

    r653 r669  
    1717  MGeomPix(Float_t x=0. , Float_t y=0., Float_t r=0.) ;
    1818 
    19   void Print() ;
     19  void Print(Option_t *opt=NULL) ;
    2020 
    2121  void SetX ( Float_t x )     {      fX = x ;    }
Note: See TracChangeset for help on using the changeset viewer.