Changeset 2567 for trunk


Ignore:
Timestamp:
11/25/03 16:30:29 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2566 r2567  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6  2003/11/25: Abelardo Moralejo
     7
     8   * mimage/MStereoPar.[h,cc]
     9   * mimage/MStereoCalc.[h,cc]
     10     - Added. First version of some calculations for the data analysis
     11       of two-telescope configurations (estimation of shower direction
     12       and core position).
     13   * mimage/Makefile, ImageLinkDef.h
     14     - Updated accordingly.
     15
    616  2003/11/23: Thomas Bretz
    717
  • trunk/MagicSoft/Mars/mimage/ImageLinkDef.h

    r2296 r2567  
    2121#pragma link C++ class MHHillasExt+;
    2222#pragma link C++ class MHNewImagePar+;
     23#pragma link C++ class MStereoPar+;
     24#pragma link C++ class MStereoCalc+;
    2325
    2426#endif
  • trunk/MagicSoft/Mars/mimage/Makefile

    r2296 r2567  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mhist -I../mgeom -I../manalysis -I../mgui
     24INCLUDES = -I. -I../mbase -I../mhist -I../mgeom -I../manalysis -I../mgui -I../mmc
    2525
    2626#------------------------------------------------------------------------------
     
    4040           MHHillasSrc.cc \
    4141           MHHillasExt.cc \
    42            MHNewImagePar.cc
     42           MHNewImagePar.cc \
     43           MStereoPar.cc \
     44           MStereoCalc.cc
    4345
    4446SRCS    = $(SRCFILES)
Note: See TracChangeset for help on using the changeset viewer.