Changeset 2894


Ignore:
Timestamp:
01/23/04 16:50:58 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2892 r2894  
    1515     - changed MReportFileRead such, that a wrong line results in
    1616       skipping the line instead of abort reading.
     17
     18   * manalysis/MExtractSignal.cc:
     19     - do not print information for each pixel - it's too much.
     20     
     21   * mbase/MStatusDisplay.cc:
     22     - when reading a status display do not display tabs with
     23       the same name than one which is already existing.
     24       
     25   * mcalib/MCalibrate.cc:
     26     - directly store pointer to pixel when setting saturation flag
     27     
     28   * mcamera/MCameraDC.cc:
     29     - fixed some comments
     30     
     31   * mhist/MHCamEvent.cc:
     32     - fixed a crash when no geometry was available
     33
     34   * mhist/MHCamera.[h,cc]:
     35     - removed obsolete member function SetPix
    1736
    1837
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r2819 r2894  
    12161216// ------------------------------------------------------------------------
    12171217//
    1218 // Function introduced  (31-01-03)  WILL BE REMOVED IN THE FUTURE! DON'T
    1219 // USE IT!
    1220 //
    1221 void MHCamera::SetPix(const Int_t idx, const Int_t color, Float_t min, Float_t max)
    1222 {
    1223     fArray[idx+1] = color;
    1224     SetUsed(idx);
    1225 }
    1226 
    1227 // ------------------------------------------------------------------------
    1228 //
    12291218//
    12301219Int_t MHCamera::GetPixelIndex(Int_t px, Int_t py) const
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r2819 r2894  
    178178    Bool_t   IsFreezed() const { return TestBit(kFreezed); }
    179179    //void  SetOptStat(Int_t os=-1) { fOptStat = os; } // *MENU*
    180 
    181     void     SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max);      // New function added by M.Lopez in 31-01-03
    182180
    183181    void     AddNotify(const MCamEvent &event) { fNotify->Add((TObject*)(&event)); }
Note: See TracChangeset for help on using the changeset viewer.