Changeset 4889 for trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.h
- Timestamp:
- 09/08/04 18:49:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.h
r4679 r4889 44 44 Short_t GetNumMaxCluster(const MGeomCam &geom, Int_t aidx=-1) { return GetNumMaxCluster(MBadPixelsPix::kUnsuitableRun, geom, aidx); } 45 45 46 void AsciiRead(i fstream &fin, UInt_t run);47 void AsciiRead(i fstream &fin) { AsciiRead(fin, 0); }46 void AsciiRead(istream &fin, UInt_t run); 47 void AsciiRead(istream &fin) { AsciiRead(fin, 0); } 48 48 Bool_t AsciiWrite(ostream &out, UInt_t run) const; 49 49 Bool_t AsciiWrite(ostream &out) const { return AsciiWrite(out, 0); }
Note:
See TracChangeset
for help on using the changeset viewer.