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/MCCphoton.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>
    33 #include <string.h>
     33#include <string>
    3434#include <math.h>
    3535
    3636#include "jcmacros.h"
     37
     38using namespace std;
    3739
    3840// const char variables to use in MCCphoton::isA() function
Note: See TracChangeset for help on using the changeset viewer.