Ignore:
Timestamp:
09/08/04 18:49:00 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbadpixels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc

    r4793 r4889  
    3333#include "MBadPixelsCam.h"
    3434
    35 #include <fstream>
     35#include <iostream>
    3636
    3737#include <TClonesArray.h>
     
    530530//   1235: 17 193 292 293
    531531//
    532 void MBadPixelsCam::AsciiRead(ifstream &fin, UInt_t run=0)
     532void MBadPixelsCam::AsciiRead(istream &fin, UInt_t run=0)
    533533{
    534534    Int_t len;
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.h

    r4679 r4889  
    4444    Short_t GetNumMaxCluster(const MGeomCam &geom, Int_t aidx=-1) { return GetNumMaxCluster(MBadPixelsPix::kUnsuitableRun, geom, aidx); }
    4545
    46     void   AsciiRead(ifstream &fin, UInt_t run);
    47     void   AsciiRead(ifstream &fin) { AsciiRead(fin, 0); }
     46    void   AsciiRead(istream &fin, UInt_t run);
     47    void   AsciiRead(istream &fin) { AsciiRead(fin, 0); }
    4848    Bool_t AsciiWrite(ostream &out, UInt_t run) const;
    4949    Bool_t AsciiWrite(ostream &out) const { return AsciiWrite(out, 0); }
Note: See TracChangeset for help on using the changeset viewer.