Changeset 9387 for trunk


Ignore:
Timestamp:
03/05/09 15:59:50 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9386 r9387  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2009/03/05 Thomas Bretz
     21
     22   * mreport/MReportCamera.cc:
     23     - fixed a problem if the HVFIL section is empty
     24
     25
     26
    2027 2009/03/04 Thomas Bretz
    2128
  • trunk/MagicSoft/Mars/mreport/MReportCamera.cc

    r9289 r9387  
    520520    str=str.Strip(TString::kBoth);
    521521
     522    if (str.BeginsWith("PSSEN "))
     523    {
     524        fHV->fFileName = "";
     525        return kTRUE;
     526    }
     527
    522528    const Ssiz_t pos = str.First(' ');
    523529    /*
     
    548554{
    549555    if (!CheckTag(str, "PSSEN "))
    550         return kFALSE;
     556        return kCONTINUE;
    551557
    552558    Int_t len;
Note: See TracChangeset for help on using the changeset viewer.