Changeset 1962


Ignore:
Timestamp:
04/17/03 13:16:25 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1961 r1962  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/04/17: Wolfgang Wittek
     4
     5   * mhist/MBinning.[h,cc]
     6     - replace      for (int i=1; i<fEdges.GetSize()-1; i++)
     7            by      for (int i=1; i<fEdges.GetSize(); i++)
     8
     9
    210
    311 2003/04/17: Wolfgang Wittek
     
    1927     - add plot of Id of blind pixel
    2028
    21    
     29   MHMcCT1CollectionArea.c
    2230
    2331
  • trunk/MagicSoft/Mars/mhist/MBinning.h

    r1901 r1962  
    4747            return -1;
    4848
    49         for (int i=1; i<fEdges.GetSize()-1; i++)
     49        for (int i=1; i<fEdges.GetSize(); i++)
    5050        {
    5151            if (((TArrayD)fEdges)[i] >= val)
Note: See TracChangeset for help on using the changeset viewer.