Changeset 2173 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 06/13/03 16:42:37 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r2158 r2173 37 37 #include "MCamDisplay.h" 38 38 39 #include <fstream .h>40 #include <iostream .h>39 #include <fstream> 40 #include <iostream> 41 41 42 42 #include <TBox.h> … … 70 70 ClassImp(MCamDisplay); 71 71 72 using namespace std; 73 72 74 // ------------------------------------------------------------------------ 73 75 // … … 133 135 const Float_t h = 2./kItemsLegend; 134 136 135 const Float_t w = fRange/sqrt( fNumPixels);137 const Float_t w = fRange/sqrt((float)fNumPixels); 136 138 137 139 fLegend = new TClonesArray("TBox", kItemsLegend); -
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r2135 r2173 32 32 #include "MHexagon.h" 33 33 34 #include <fstream .h>35 #include <iostream .h>34 #include <fstream> 35 #include <iostream> 36 36 37 37 #include <TVirtualPad.h> // gPad … … 40 40 41 41 ClassImp(MHexagon); 42 43 using namespace std; 42 44 43 45 // ------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.