Changeset 1667 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/22/02 09:23:59 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1666 r1667  
    2121     - added MBinning as class type to FindObject
    2222     - added BinningHist (without the X) as binning name for a 1D histogram
     23
     24   * mfileio/MReadMarsFile.cc:
     25     - corrected typo
     26
     27   * mfileio/MCT1ReadPreProc.cc:
     28     - fixed a warning
    2329
    2430
  • trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc

    r1664 r1667  
    160160            *fLog << "in this case you may get less photons than you would expect." << endl;
    161161        }
    162         if (mcheader->GetCamVersion==50)
     162        if (mcheader->GetCamVersion()==50)
    163163        {
    164164            *fLog << warn << "Warning - You are using a file created with Camera 0.5." << endl;
Note: See TracChangeset for help on using the changeset viewer.