Changeset 591 for trunk/MagicSoft


Ignore:
Timestamp:
01/30/01 14:35:14 (24 years ago)
Author:
harald
Message:
Small changes were neccessary to be able to compile the whole thing.
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MNphotEvent.cc

    r588 r591  
    66
    77#include "MCamGeom.h"
    8 #include "MCamDisplay.h"
     8//#include "MCamDisplay.h"
    99#include "MHexagon.h"
    1010
     
    6363  //
    6464 
    65   MCamDisplay disp(fType)  ;
     65//   MCamDisplay disp(fType)  ;
    6666
    67   for (Int_t i=0; i<fNbPixels; i++)
    68     {
    69       disp.SetPixelColor( ((MNphotPix *) fPixels->At(i))->GetPixId(),
    70                           ((MNphotPix *) fPixels->At(i))->GetPhotons()) ;
    71     }
    72   disp.Draw() ;
     67//   for (Int_t i=0; i<fNbPixels; i++)
     68//     {
     69//       disp.SetPixelColor( ((MNphotPix *) fPixels->At(i))->GetPixId(),
     70//                        ((MNphotPix *) fPixels->At(i))->GetPhotons()) ;
     71//     }
     72//   disp.Draw() ;
    7373
    7474}
  • trunk/MagicSoft/Mars/meventdisp/MGFadcDisp.cc

    r587 r591  
    11#include "MGFadcDisp.h"
     2
     3#include <stdlib.h>
    24
    35#include <TGButton.h>      // TGPictureButton
     
    1113#include <TGTextEntry.h>   
    1214#include <TGMsgBox.h>
    13 
    1415
    1516
  • trunk/MagicSoft/Mars/mgui/Makefile

    r589 r591  
    5858           MGPrototyp.cc \
    5959           MHexagon.cc \
    60            MCamGeom.cc \
    61            MCamDisplay.cc
     60           MCamGeom.cc
    6261
    6362
Note: See TracChangeset for help on using the changeset viewer.