Changeset 2737


Ignore:
Timestamp:
12/21/03 11:31:00 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/HBaseLinkDef.h

    r2735 r2737  
    88
    99#pragma link C++ class MH+;
     10#pragma link C++ class MH3+;
    1011#pragma link C++ class MHArray+;
    1112
  • trunk/MagicSoft/Mars/mhbase/Makefile

    r2735 r2737  
    3232           MWeight.cc \
    3333           MH.cc \
     34           MH3.cc \
    3435           MHArray.cc
    3536
  • trunk/MagicSoft/Mars/mhist/Makefile

    r2736 r2737  
    3131
    3232SRCFILES = MHVsTime.cc \
    33            MH3.cc \
    3433           MHEvent.cc \
    3534           MHCamEvent.cc \
  • trunk/MagicSoft/Mars/mhistmc/Makefile

    r1980 r2737  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mhist -I../mmc -I../manalysis \
     24INCLUDES = -I. -I../mbase -I../mhbase -I../mhist -I../mmc -I../manalysis \
    2525           -I../mimage -I../mgeom
    2626
  • trunk/MagicSoft/Mars/mimage/Makefile

    r2567 r2737  
    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 -I../mmc
     24INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../manalysis -I../mgui -I../mmc
    2525
    2626#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.