Ignore:
Timestamp:
02/22/01 14:30:10 (24 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

    r531 r609  
    11#include "MDumpEvtHeader.h"
     2
     3#include <iostream.h>
    24
    35#include "MParList.h"
  • trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc

    r531 r609  
    11#include "MShowSpect.h"
     2
     3#include <iostream.h>
    24
    35#include "MParList.h"      // MParList
     
    3537    {
    3638      cout << "ERROR: MShowSpect::PreProc(): " << fHistName << " not found!" << endl;
    37       return kFALSE ;
     39      return kFALSE;
    3840    }
    3941 
    40   return (kTRUE) ;
     42  return kTRUE;
    4143}
    4244
     
    4850  new MGDisplayAdc(fHists, gClient->GetRoot(), gClient->GetRoot(), 600, 600);
    4951
    50   return (kTRUE) ;
     52  return kTRUE;
    5153}
    5254
Note: See TracChangeset for help on using the changeset viewer.