Changeset 14448 for trunk/Mars/mbadpixels
- Timestamp:
- 10/02/12 11:45:31 (12 years ago)
- Location:
- trunk/Mars/mbadpixels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbadpixels/MBadPixelsCam.h
r9369 r14448 58 58 TArrayC GetUncalibrated(MBadPixelsPix::UncalibratedType_t typ) const; 59 59 60 void AsciiRead( istream &fin);61 Bool_t AsciiWrite( ostream &out) const;60 void AsciiRead(std::istream &fin); 61 Bool_t AsciiWrite(std::ostream &out) const; 62 62 63 63 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; -
trunk/Mars/mbadpixels/MBadPixelsTreat.h
r8801 r14448 55 55 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 56 56 57 void StreamPrimitive( ostream &out) const;57 void StreamPrimitive(std::ostream &out) const; 58 58 59 59 public:
Note:
See TracChangeset
for help on using the changeset viewer.