Ignore:
Timestamp:
03/02/05 15:26:59 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5988 r6705  
    517517void MBadPixelsCam::AsciiRead(istream &fin, UInt_t run=0)
    518518{
     519
    519520    Int_t len;
    520521    TString str;
     
    523524    {
    524525        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;
    526532            return;
     533          }
    527534
    528535        Int_t r;
Note: See TracChangeset for help on using the changeset viewer.