Changeset 937 for trunk/MagicSoft
- Timestamp:
- 09/20/01 15:55:39 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r932 r937 2 2 3 3 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 5 21 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc: 6 22 - switched to root version >= 3.00 -
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r847 r937 2 2 #define MCERPHOTPIX_H 3 3 4 #ifndef ROOT_TROOT5 #include < TROOT.h>4 #ifndef MAGIC_H 5 #include <MAGIC.h> 6 6 #endif 7 7 -
trunk/MagicSoft/Mars/mfilter/MFTriggerLvl1.h
r856 r937 37 37 Bool_t Process(); 38 38 39 ClassDef(MFTriggerLvl1, 0) // 39 ClassDef(MFTriggerLvl1, 0) // A Filter for the Level 1 Trigger 40 40 }; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.