Ignore:
Timestamp:
11/04/02 10:06:08 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1572 r1574  
    11                                                                  -*-*- END -*-*-
     2 2002/11/04: Thomas Bretz
     3
     4   * macros/estimate.C, macros/estfit.C:
     5     - added
     6     
     7   * mfileio/structures.h, mfileio/defines.h:
     8     - added from CT1 PreProc 0.5
     9
     10   * mfileio/MCT1ReadPreProc.[h,cc]:
     11     - added
     12
     13   * mhist/MHArray.[h,cc]:
     14     - added
     15
     16   * Makefile:
     17     - changed the order of the libs to make the linker happy
     18     
     19   * manalysis/MBlindPixelCalc.[h,cc]:
     20     - changed to be able to use also an existing MBlindPixels from the
     21       parlist
     22     - changed to use the pixel Id instead of its index number from the evt
     23
     24   * manalysis/MCameraSmooth.cc:
     25     - changed to use the pixel Id instead of its index number from the evt
     26       
     27   * manalysis/MCerPhotEvt.[h,cc]:
     28     - added GetPixById member function
     29
     30   * manalysis/MCompProbCalc.[h,cc]:
     31     - changed Hadroness to Hadronness
     32   
     33   * manalysis/MHillasExt.cc:
     34     - fixed a typo in a comment
     35
     36   * mbase/MParContainer.[h,cc]:
     37     - added New-virtual member function
     38
     39   * mbase/MTask.[h,cc]:
     40     - changed AddToBranchList so that it also accepts comma seperated
     41       lists (only when using TString)
     42       
     43   * mdata/MData.[h,cc], mdata/MDataArray.[h,cc], mdata/MDataChain.[h,cc],
     44     mdata/MDataElement.[h,cc], mdata/MDataList.[h,cc]
     45     - updated comments
     46     - added new GetDataMember member function
     47     
     48   * mdata/MDataArray.[h,cc]:
     49     - added new member function AddEntry(MData*)
     50     
     51   * mfileio/FileIOLinkDef.h, mfileio/Makefile:
     52     - added MCT1ReadPreProc
     53     
     54   * mfileio/MCT1ReadAscii.cc:
     55     - removed fNphot->Clear() (automatically called for each event by
     56       Reset();
     57       
     58   * mhist/HistLinkDef.h, mhist/Makefile:
     59     - added MHArray
     60     
     61   * mhist/MFillH.[h,cc]:
     62     - made work with arrays of histograms (MHArray) the mapping is
     63       done by a preliminary class MMap
     64       
     65   * mhist/MH.[h,cc]:
     66     - implemented GetHistByName virtual function
     67     - implemented GetDataMember virtual function
     68     - small changes to debug output
     69     
     70   * mhist/MH3.[h,cc]:
     71     - implemented usage of GetDataMember for AddBranchToList
     72     - implemented GetHistByName
     73     - implemented New to be used in MHArray
     74
     75   * mhist/MHAlphaEnergyTheta.h, mhist/MHAlphaEnergyTime.h,
     76     mhist/MHEnergyTheta.h, mhist/MHEnergyTime.h,
     77     mhist/MHHillas.[h,cc], mhist/MHHillasExt.[h,cc],
     78     mhist/MHHillasSrc.[h,cc], mhist/MHMcDifRate.h,
     79     mhist/MHMcEfficiency.h, mhist/MHMcEfficiencyEnergy.h,
     80     mhist/MHMcEfficiencyImpact.h, mhist/MHMcEnergy.[h,cc],
     81     mhist/MHMcEnergyImpact.h, mhist/MHMcEnergyMigration.h,
     82     mhist/MHMcIntRate.h, mhist/MHStarMap.h, mhist/MHThetabarTheta.h,
     83     mhist/MHThetabarTime.h, mhist/MHTimeDiffTheta.h,
     84     mhist/MHTimeDiffTime.h:
     85     - implemented GetHistByName
     86   
     87   * mhist/MHHadronness.[h,cc]:
     88     - some small changes and checks
     89     - changed histogram io from standard pointer to '->'
     90
     91   * mhist/MHMatrix.cc:
     92     - updated comments
     93     - implemented GetDataMembers
     94
     95
     96
    297 2002/10/31: Thomas Bretz
    398
Note: See TracChangeset for help on using the changeset viewer.