Changeset 597 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 02/07/01 16:50:22 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/GuiLinkDef.h
r589 r597 15 15 #pragma link C++ class MPixGeom; 16 16 #pragma link C++ class MCamGeom; 17 #pragma link C++ class MCamNeighbor; 17 18 18 19 #pragma link C++ class MCamDisplay; -
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r596 r597 144 144 UpdateLegend() ; 145 145 } 146 147 148 149 cout << fMinPhe << "/" << fMaxPhe << endl ; 146 147 // update the picture 150 148 151 149 for (Int_t i=0 ; i<event->GetNbPixels() ; i++ ) 152 150 { 153 ( (MHexagon*) fPixels->At( event->GetPixelId(i) ))->SetFillColor( GetColor(event->GetPhotons(i))) ; 154 } 155 151 if ( event->IsPixelUsed(i) == TRUE ) 152 ( (MHexagon*) fPixels->At( event->GetPixelId(i) ))->SetFillColor( GetColor(event->GetPhotons(i))) ; 153 154 } 155 156 156 Draw() ; 157 157 -
trunk/MagicSoft/Mars/mgui/MCamGeom.h
r589 r597 82 82 void Print() ; 83 83 84 85 86 84 ClassDef(MCamGeom, 1) // Base (abstract) class for a task 87 85 }; -
trunk/MagicSoft/Mars/mgui/Makefile
r595 r597 59 59 MHexagon.cc \ 60 60 MCamGeom.cc \ 61 MCamNeighbor.cc \ 61 62 MCamDisplay.cc 62 63
Note:
See TracChangeset
for help on using the changeset viewer.