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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdatacheck/MDumpEvtHeader.cc

    r1081 r2173  
    5151ClassImp(MDumpEvtHeader);
    5252
     53using namespace std;
     54
    5355// --------------------------------------------------------------------------
    5456//
  • trunk/MagicSoft/Mars/mdatacheck/MGDisplayAdc.cc

    r2010 r2173  
    2727
    2828#include <stdlib.h>              // mkstemp
    29 #include <iostream.h>            // cout for debugging
     29#include <iostream            // cout for debugging
    3030
    3131#include <TSystem.h>             // gSystem
     
    3939
    4040#include "MHFadcCam.h"
     41
     42using namespace std;
    4143
    4244enum ComIdentDisplayAdc
Note: See TracChangeset for help on using the changeset viewer.