Ignore:
Timestamp:
03/28/03 14:24:38 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1878 r1879  
    22
    33
     4 2003/03/28: Thomas Bretz
     5
     6   * mbase/MParContainer.h:
     7     - added kEnableGraphicalOutput
     8     - added EnableGraphicalOutput
     9     - added IsGraphicalOutputEnabled
     10   
     11   * mbase/MParList.h:
     12     - changed BIT(15) to BIT(17)
     13   
     14   * mhist/MH.[h,cc]:
     15     - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
     16   
     17   * mhist/MH3.h:
     18     - changed BIT(15) to BIT(17)
     19     - changed BIT(16) to BIT(18)
     20     - changed BIT(17) to BIT(19)
     21
     22   * mhist/MHMatrix.[h,cc]:
     23     - added DrawDefRefInfo
     24     - added CopyCrop
     25     - added GetRandomArrayI
     26     - changed DefRefMatrix to support the above
     27     - fixed a bug in DefRefMatrix (evtcount2 in the last loop
     28       instead of evtcount1)
     29     - Don't do anything in the finalization if the matrix has the correct
     30       dimensions
     31     - fixed comment of DefRefMatrix
     32     - changed number of first column from 1 to 0
     33     - changed BIT(16) to BIT(17)
     34
     35
     36
    437 2003/03/28: Wolfgang Wittek
    538
    639    * mhist/MHMatrix.cc
    7       - if nmaxevts>fM.GetNrows() set nmaxevts = fM.GetNrows()
     40      - DefRefMatrix: if nmaxevts>fM.GetNrows() set
     41        nmaxevts = fM.GetNrows()
    842
    943    * manalysis/MSelBasic.[h,cc]
Note: See TracChangeset for help on using the changeset viewer.