Changeset 591 for trunk/MagicSoft
- Timestamp:
- 01/30/01 14:35:14 (24 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 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 } -
trunk/MagicSoft/Mars/meventdisp/MGFadcDisp.cc
r587 r591 1 1 #include "MGFadcDisp.h" 2 3 #include <stdlib.h> 2 4 3 5 #include <TGButton.h> // TGPictureButton … … 11 13 #include <TGTextEntry.h> 12 14 #include <TGMsgBox.h> 13 14 15 15 16 -
trunk/MagicSoft/Mars/mgui/Makefile
r589 r591 58 58 MGPrototyp.cc \ 59 59 MHexagon.cc \ 60 MCamGeom.cc \ 61 MCamDisplay.cc 60 MCamGeom.cc 62 61 63 62
Note:
See TracChangeset
for help on using the changeset viewer.