Ignore:
Timestamp:
06/13/03 16:42:37 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.cc

    r2158 r2173  
    3737#include "MCamDisplay.h"
    3838
    39 #include <fstream.h>
    40 #include <iostream.h>
     39#include <fstream>
     40#include <iostream>
    4141
    4242#include <TBox.h>
     
    7070ClassImp(MCamDisplay);
    7171
     72using namespace std;
     73
    7274// ------------------------------------------------------------------------
    7375//
     
    133135    const Float_t h = 2./kItemsLegend;
    134136
    135     const Float_t w = fRange/sqrt(fNumPixels);
     137    const Float_t w = fRange/sqrt((float)fNumPixels);
    136138
    137139    fLegend  = new TClonesArray("TBox",  kItemsLegend);
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r2135 r2173  
    3232#include "MHexagon.h"
    3333
    34 #include <fstream.h>
    35 #include <iostream.h>
     34#include <fstream>
     35#include <iostream>
    3636
    3737#include <TVirtualPad.h>  // gPad
     
    4040
    4141ClassImp(MHexagon);
     42
     43using namespace std;
    4244
    4345// ------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.