Changeset 937 for trunk


Ignore:
Timestamp:
09/20/01 15:55:39 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r932 r937  
    22
    33 2001/09/20: Thomas Bretz
    4  
     4
     5   * mbase/MLog.[h,cc]:
     6     - made working with Cosy
     7     - fixed gui stuff to work like expected
     8
     9   * manalysis/MCerPhotPix.h:
     10     - replaced TROOT.h by MAGIC.h
     11
     12   * mfilter/MFTriggerLvl1.h:
     13     - added description
     14
     15
     16
     17 2001/09/20: Thomas Bretz
     18
     19   * released Version 0.4
     20
    521   * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
    622     - switched to root version >= 3.00
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h

    r847 r937  
    22#define MCERPHOTPIX_H
    33
    4 #ifndef ROOT_TROOT
    5 #include <TROOT.h>
     4#ifndef MAGIC_H
     5#include <MAGIC.h>
    66#endif
    77
  • trunk/MagicSoft/Mars/mfilter/MFTriggerLvl1.h

    r856 r937  
    3737    Bool_t Process();
    3838
    39     ClassDef(MFTriggerLvl1, 0)          //
     39    ClassDef(MFTriggerLvl1, 0)          // A Filter for the Level 1 Trigger
    4040};
    4141
Note: See TracChangeset for help on using the changeset viewer.