Changeset 5722 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/07/05 15:13:08 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5720 r5722  
    2525     - Added #include "TSystem.h", otherwise gSystem is not recognized
    2626       in Mac OSX.
     27   * manalysis/MMakePadHistograms.cc
     28     - Changed badcalc.SetNamePedPhotContainer to
     29       badcalc.SetNamePedPhotCam
    2730
    2831 2005/01/07 Thomas Bretz
  • trunk/MagicSoft/Mars/manalysis/MMakePadHistograms.cc

    r5431 r5722  
    254254
    255255      MBadPixelsCalc badcalc;
    256       badcalc.SetNamePedPhotContainer(fNamePedPhotCam);
     256      badcalc.SetNamePedPhotCam(fNamePedPhotCam);
    257257      badcalc.SetPedestalLevel(fPedestalLevel);
    258258
Note: See TracChangeset for help on using the changeset viewer.