Ignore:
Timestamp:
10/23/06 15:39:30 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7903 r8149  
    5050    Short_t GetNumMaxCluster(const MGeomCam &geom, Int_t aidx=-1) { return GetNumMaxCluster(MBadPixelsPix::kUnsuitableRun, geom, aidx); }
    5151
    52     void   AsciiRead(istream &fin, UInt_t run);
    53     void   AsciiRead(istream &fin) { AsciiRead(fin, 0); }
    54     Bool_t AsciiWrite(ostream &out, UInt_t run) const;
    55     Bool_t AsciiWrite(ostream &out) const { return AsciiWrite(out, 0); }
     52    void   AsciiRead(istream &fin);
     53    Bool_t AsciiWrite(ostream &out) const;
    5654
    5755    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
Note: See TracChangeset for help on using the changeset viewer.