Changeset 2739 for trunk/MagicSoft


Ignore:
Timestamp:
12/21/03 11:56:55 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2731 r2739  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/21: Thomas Bretz
     7
     8   * mcalib:
     9     - new directory containing all MCalib* and MHCalib* classes
     10
     11   * manalysis/MCalib*:
     12     - moved to mcalib
     13
     14   * mhist/MHCalib*:
     15     - moved to mcalib
     16
     17   * Makefile:
     18     - added mcalib
     19
     20   * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
     21     - removed MCalib*
     22
     23   * mhist/Makefile, mhist/HistLinkDef.h:
     24     - removed MHCalib*
     25
     26   * mhbase:
     27     - new directory containing base classes for histogram stuff
     28
     29   * mhist/MFillH.[h,cc], mhist/MBinning.[h,cc], mhist/MWeight.[h,cc],
     30     mhist/MH.[h,cc], mhist/MH3.[h,cc], mhist/MHArray.[h,cc],
     31     mhist/MHMatrix.[h,cc]:
     32     - moved to mhbase
     33
     34   * mhist/Makefile, mhist/HistLinkDef.h:
     35     - removed MFillH, MBinning, MWeight, MH, MH3, MHMatrix and MHArray
     36
     37   * */Makefile:
     38     - updated include paths accordingly
     39
     40
     41
    642 2003/12/20: Abelardo Moralejo
    743
     
    1753   * mmc/MMcFadcHeader.hxx
    1854     - added getter function for fAmplitudOuter.
     55
     56
    1957
    2058 2003/12/20: Thomas Bretz
  • trunk/MagicSoft/Mars/Makefile

    r2734 r2739  
    4040          mfilter \
    4141          mdata \
     42          mhbase \
    4243          mhist \
    4344          manalysis \
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r2736 r2739  
    2424INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \
    2525           -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage   \
    26            -I../mhistmc -I../mfileio -I../mmain
    27 
     26           -I../mhistmc -I../mfileio -I../mmain -I../mcalib
     27# mcalib: MGeomApply (MCalibrationCam)
    2828
    2929#------------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mranforest/Makefile

    r2086 r2739  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mhist -I../mdata -I../manalysis -I../mmc
     24INCLUDES = -I. -I../mbase -I../mhbase -I../mdata -I../manalysis -I../mmc
    2525#               MParContainer MH     MDataArray MHadronness    MMcEvt
    2626
  • trunk/MagicSoft/Mars/mtools/Makefile

    r2732 r2739  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhist \
     24INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \
    2525           -I../mfileio -I../mfilter
    2626
Note: See TracChangeset for help on using the changeset viewer.