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.
File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.