- Timestamp:
- 12/21/03 11:56:55 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2731 r2739 4 4 5 5 -*-*- END OF LINE -*-*- 6 2003/12/21: Thomas Bretz 7 8 * mcalib: 9 - new directory containing all MCalib* and MHCalib* classes 10 11 * manalysis/MCalib*: 12 - moved to mcalib 13 14 * mhist/MHCalib*: 15 - moved to mcalib 16 17 * Makefile: 18 - added mcalib 19 20 * manalysis/Makefile, manalysis/AnalysisLinkDef.h: 21 - removed MCalib* 22 23 * mhist/Makefile, mhist/HistLinkDef.h: 24 - removed MHCalib* 25 26 * mhbase: 27 - new directory containing base classes for histogram stuff 28 29 * mhist/MFillH.[h,cc], mhist/MBinning.[h,cc], mhist/MWeight.[h,cc], 30 mhist/MH.[h,cc], mhist/MH3.[h,cc], mhist/MHArray.[h,cc], 31 mhist/MHMatrix.[h,cc]: 32 - moved to mhbase 33 34 * mhist/Makefile, mhist/HistLinkDef.h: 35 - removed MFillH, MBinning, MWeight, MH, MH3, MHMatrix and MHArray 36 37 * */Makefile: 38 - updated include paths accordingly 39 40 41 6 42 2003/12/20: Abelardo Moralejo 7 43 … … 17 53 * mmc/MMcFadcHeader.hxx 18 54 - added getter function for fAmplitudOuter. 55 56 19 57 20 58 2003/12/20: Thomas Bretz -
trunk/MagicSoft/Mars/Makefile
r2734 r2739 40 40 mfilter \ 41 41 mdata \ 42 mhbase \ 42 43 mhist \ 43 44 manalysis \ -
trunk/MagicSoft/Mars/manalysis/Makefile
r2736 r2739 24 24 INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \ 25 25 -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage \ 26 -I../mhistmc -I../mfileio -I../mmain 27 26 -I../mhistmc -I../mfileio -I../mmain -I../mcalib 27 # mcalib: MGeomApply (MCalibrationCam) 28 28 29 29 #------------------------------------------------------------------------------ -
trunk/MagicSoft/Mars/mranforest/Makefile
r2086 r2739 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mh ist-I../mdata -I../manalysis -I../mmc24 INCLUDES = -I. -I../mbase -I../mhbase -I../mdata -I../manalysis -I../mmc 25 25 # MParContainer MH MDataArray MHadronness MMcEvt 26 26 -
trunk/MagicSoft/Mars/mtools/Makefile
r2732 r2739 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mh ist\24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \ 25 25 -I../mfileio -I../mfilter 26 26
Note:
See TracChangeset
for help on using the changeset viewer.