Ignore:
Timestamp:
09/17/04 15:48:22 (20 years ago)
Author:
moralejo
Message:
Changes to adapt headers to c++ style.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MC/MCRunHeader.hxx

    r5078 r5103  
    2727#include "TObject.h"
    2828
    29 #include <iostream.h>
    30 #include <iomanip.h>
    31 #include <fstream.h>
     29#include <iostream>
     30#include <iomanip>
     31#include <fstream>
    3232#include <stdlib.h>
    3333#include <math.h>
    3434
    3535#define SIZE_OF_MCRUNHEADER    272   /* floats */
     36
     37using namespace std;
    3638
    3739// @endcode
Note: See TracChangeset for help on using the changeset viewer.