Changeset 6705 for trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
- Timestamp:
- 03/02/05 15:26:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r5988 r6705 517 517 void MBadPixelsCam::AsciiRead(istream &fin, UInt_t run=0) 518 518 { 519 519 520 Int_t len; 520 521 TString str; … … 523 524 { 524 525 str.ReadLine(fin); 525 if (!fin) 526 527 if (str.IsNull()) 528 { 529 *fLog << warn << GetDescriptor() 530 << ": Cannot apply AsciiRead from istream pointer. " 531 << "Either file does not exist or file is empty! " << endl; 526 532 return; 533 } 527 534 528 535 Int_t r;
Note:
See TracChangeset
for help on using the changeset viewer.