Changeset 591 for trunk/MagicSoft/Mars/manalysis/MNphotEvent.cc
- Timestamp:
- 01/30/01 14:35:14 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MNphotEvent.cc
r588 r591 6 6 7 7 #include "MCamGeom.h" 8 #include "MCamDisplay.h"8 //#include "MCamDisplay.h" 9 9 #include "MHexagon.h" 10 10 … … 63 63 // 64 64 65 MCamDisplay disp(fType) ;65 // MCamDisplay disp(fType) ; 66 66 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() ; 73 73 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.