Changeset 686 for trunk/MagicSoft


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
Files:
9 added
3 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
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r669 r686  
    2020  //  default constructor
    2121  //  set all values to zero
     22 
     23  *fName  = "MMcEvt";
     24  *fTitle = "Event info from Monte Carlo simulation";
    2225
    2326  fPartId = 0  ;
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx

    r669 r686  
    2121  //  set all values to zero
    2222
     23 
     24  *fName  = "MMcTrig";
     25  *fTitle = "Trigger info from Monte Carlo";
     26
     27   
    2328  Int_t i,j;
    2429
Note: See TracChangeset for help on using the changeset viewer.