Changeset 686 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/05/01 14:12:41 (24 years ago)
Author:
harald
Message:
Added the first implementation of macro to calculate the
trigger collection area. the macro is called getCollArea.C
Location:
trunk/MagicSoft/Mars
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r654 r686  
    3535#  ----->>>   mars libraries
    3636#
    37 SUBDIRS = mgui manalysis meventdisp mdatacheck mbase mraw mmc
     37SUBDIRS = mgui manalysis meventdisp mdatacheck mmontecarlo mbase mraw mmc
    3838
    3939LIBRARIES = $(SUBDIRS:=.a)
     
    100100        @cd manalysis; make mrproper; cd ..
    101101        @echo "cd .."
     102        @echo "cd mmontecarlo"
     103        @cd mmontecarlo; make mrproper; cd ..
     104        @echo "cd .."
    102105
    103106tar:    mrproper
Note: See TracChangeset for help on using the changeset viewer.