Changeset 1539


Ignore:
Timestamp:
10/15/02 16:56:59 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1537 r1539  
    11                                                                  -*-*- END -*-*-
     2 2002/10/15: Thomas Bretz
     3
     4   * mbase/MContinue.[h,cc]:
     5     - added
     6     
     7   * Makefile:
     8     - added some comments
     9     
     10   * macros/readMagic.C:
     11     - replaced MHillas by MHillasExt
     12     - print also MC Information
     13
     14   * manalysis/MCerPhotEvt.[h,cc]:
     15     - use MGeomCam::GetPixRatio
     16     - added GetRatio[Min,Max]
     17     - added GetErrorPhot[Min,Max]
     18
     19   * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
     20     manalysis/MHillasSrc.[h,cc]:
     21     - return error codes
     22     - don't display any error message or warning
     23
     24   * manalysis/MHillasCalc.[h,cc], manalysis/MHillasSrcCalc.[h,cc]:
     25     - evaluate error codes returned by MHillas::Calc
     26     - added Postprocess
     27
     28   * manalysis/MMcPedestalCopy.cc:
     29     - removed obsolete comment
     30
     31   * manalysis/MMcPedestalNSBAdd.cc:
     32     - added include MGeomPix
     33
     34   * manalysis/MPedestalCam.[h,cc]:
     35     - moved some stuff from header file to source file
     36       to get rid of some includes in the header file
     37     - adde GetSize
     38     - added GetMean[Min,Max]
     39
     40   * manalysis/MPedestalPix.[h,cc]:
     41     - added Clear
     42     - added IsValid
     43
     44   * mbase/BaseLinkDef.h, mbase/Makefile:
     45     - added MContinue
     46     
     47   * mbase/MClone.h:
     48     - added GetObject
     49
     50   * mbase/MEvtLoop.[h,cc]:
     51     - added SetProgressBar II
     52
     53   * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
     54     - enhanced some comments
     55     - print the name of the filter in PrintStatistic
     56     - made the def name and title a static member
     57     
     58   * meventdisp/MGCamDisplay.[h,cc]:
     59     - added displays for: Errors, Phot/Err, Levels and Pedestals
     60     
     61   * meventdisp/MGEvtDisplay.cc:
     62     - Some simplifications
     63     - introduced AddTab
     64   
     65   * mfileio/MCT1ReadAscii.cc:
     66     - added include MPedestalPix
     67     
     68   * mgeom/MGeomCam.[h,cc]:
     69     - added GetPixRatio
     70
     71   * mgui/MCamDisplay.[h,cc]:
     72     - added possibilities to display: errors, ratios, levels and pedestals
     73
     74   * mhist/MHHillasSrc.cc:
     75     - some small changes if mmdeg=0
     76     
     77   * mhist/MHStarMap.cc:
     78     - anhanced displayed radius from 2/3r to 5/6r
     79
     80   * mmain/MMars.[h,cc]:
     81     - changed layout
     82     - added comments to display
     83
     84   * mmain/MProgressBar.cc:
     85     - added some comments
     86
     87
    288
    389 2002/10/14: Abelardo Moralejo
     
    793       reading camera 0.4 root files)
    894
     95
    996 2002/10/09: Abelardo Moralejo
    1097
     
    1299     - fixed a bug in total rate calculation (results change very little,
    13100       only a 0.2 percent at most)
     101
    14102
    15103 2002/09/16: Thomas Bretz
  • trunk/MagicSoft/Mars/Makefile

    r1439 r1539  
    9494#       $(CXX) $(CXXFLAGS) $@.o $(OBJS) lib/$(SOLIB)  MCint.o $(ROOTGLIBS) -o $@
    9595
     96#
     97# For later use
     98#
     99#$(PROGRAMS): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o $(PROGRAMS:=.o)
     100#       @echo " Linking $@ ..."
     101#       $(CXX) $(CXXFLAGS) $@.o $(OBJS) $(MARS_LIB) -L/usr/X11R6/lib -lX11 -lXpm MCint.o $(ROOTGLIBS) -o $@
     102#
     103#$(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o
     104#       @echo " Linking $(SOLIB) ..."
     105#       $(CXX) -shared $(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
     106#       mv mars.so lib
     107
    96108$(LIBRARIES):
    97109        @echo " Creating lib$@:"
Note: See TracChangeset for help on using the changeset viewer.