| 1 | -*-*- END -*-*-
|
|---|
| 2 |
|
|---|
| 3 | 2000/01/19: Thomas Bretz
|
|---|
| 4 |
|
|---|
| 5 | * mmc/*.hxx:
|
|---|
| 6 | - changed include of MDefineTrigger.h back
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | 2000/01/19: Oscar Blanch
|
|---|
| 10 |
|
|---|
| 11 | * mmc/MTriggerDefine.h:
|
|---|
| 12 | - added
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | 2000/01/18: Thomas Bretz
|
|---|
| 16 |
|
|---|
| 17 | * Makefile:
|
|---|
| 18 | - mmc-library added
|
|---|
| 19 |
|
|---|
| 20 | * Makefile.conf.general:
|
|---|
| 21 | - Added definition of __MARS__
|
|---|
| 22 |
|
|---|
| 23 | * Makefile.rules:
|
|---|
| 24 | - Added definitions to rootcint
|
|---|
| 25 |
|
|---|
| 26 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
|---|
| 27 |
|
|---|
| 28 | * mmc/MMcEvt.h:
|
|---|
| 29 | - renamed to MMcEvt.hxx
|
|---|
| 30 |
|
|---|
| 31 | * mmc/*.hxx:
|
|---|
| 32 | - added necessary defintions from MDefineTrigger.h
|
|---|
| 33 |
|
|---|
| 34 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
|---|
| 35 | - added
|
|---|
| 36 |
|
|---|
| 37 | * mmc/LinkDef.h:
|
|---|
| 38 | - removed
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | 2000/01/17: Thomas Bretz
|
|---|
| 42 |
|
|---|
| 43 | * Makefile:
|
|---|
| 44 | - Exchanged explicit rules to make library by implicit ones
|
|---|
| 45 | - The shared object works now. I exchanged the libraries with the object
|
|---|
| 46 | files. But I don't know why the libraries don't work.
|
|---|
| 47 |
|
|---|
| 48 | * Makefile.conf.linux-gnu:
|
|---|
| 49 | - replaced CC with gcc (instead of g++)
|
|---|
| 50 |
|
|---|
| 51 | * mdatacheck/DataCheckLinkDef.h:
|
|---|
| 52 | - removed unused statements
|
|---|
| 53 |
|
|---|
| 54 | * mraw/RawLinkDef.h:
|
|---|
| 55 | - added globals
|
|---|
| 56 |
|
|---|
| 57 | * mraw/MerppLinkDef.h:
|
|---|
| 58 | - removed unused file
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 | 2000/01/12: Thomas Bretz
|
|---|
| 62 |
|
|---|
| 63 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
|---|
| 64 | - added
|
|---|
| 65 |
|
|---|
| 66 | * LinkDef.h:
|
|---|
| 67 | - removed
|
|---|
| 68 |
|
|---|
| 69 | * Makefile:
|
|---|
| 70 | - Added CINT, mrproper
|
|---|
| 71 |
|
|---|
| 72 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
|---|
| 73 | - included makefile.general, Makefile.rules,
|
|---|
| 74 | - removes corresponding lines
|
|---|
| 75 |
|
|---|
| 76 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
|---|
| 77 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
|---|
| 78 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
|---|
| 79 | - changed include statements
|
|---|
| 80 |
|
|---|
| 81 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
|---|
| 82 | - changed include statements
|
|---|
| 83 | - move enum from h to cc
|
|---|
| 84 | - removed comma operator from delete statements (nonsense)
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 | 2001/01/11: Harald Kornmayer
|
|---|
| 88 |
|
|---|
| 89 | * ./
|
|---|
| 90 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
|---|
| 91 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
|---|
| 92 | - small changes in this files. Not really critical.
|
|---|
| 93 |
|
|---|
| 94 | * mars.cc
|
|---|
| 95 | - added the main file for the gui
|
|---|
| 96 |
|
|---|
| 97 | * mgui/
|
|---|
| 98 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
|---|
| 99 | Makefile, MGDataCheckMain.h
|
|---|
| 100 | - added the subdir mgui and this files
|
|---|
| 101 |
|
|---|
| 102 | * mdatacheck/
|
|---|
| 103 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
|---|
| 104 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
|---|
| 105 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
|---|
| 106 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
|---|
| 107 | - added the subdir mdatacheck and this files
|
|---|
| 108 |
|
|---|
| 109 |
|
|---|
| 110 | 2000/12/28: Thomas Bretz
|
|---|
| 111 |
|
|---|
| 112 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
|---|
| 113 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
|---|
| 114 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
|---|
| 115 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
|---|
| 116 | - Added changes some comments.
|
|---|
| 117 |
|
|---|
| 118 | * MLoopEvt.cc, MLoopEvt.h:
|
|---|
| 119 | - Removed
|
|---|
| 120 |
|
|---|
| 121 |
|
|---|
| 122 | 2000/12/22 - Thomas Bretz:
|
|---|
| 123 |
|
|---|
| 124 | * readraw.cc:
|
|---|
| 125 | - changed some comments and the Root-Name of the program
|
|---|
| 126 | - added check for the existance of the file
|
|---|
| 127 | - changed name of numbers of entries from iEnt to nent
|
|---|
| 128 |
|
|---|
| 129 | * dohtml.C:
|
|---|
| 130 | - changed title of converted macros
|
|---|
| 131 |
|
|---|
| 132 | * MRawEvtData.cc:
|
|---|
| 133 | - added a commet in Draw()
|
|---|
| 134 |
|
|---|
| 135 | * MRawEvtPixelIter.[h,cc]:
|
|---|
| 136 | - Added the comment header of the file
|
|---|
| 137 | - removed inheritance from TIterator (not needed)
|
|---|
| 138 | - some changes to get it work (the one in the repository was untested
|
|---|
| 139 | and not working)
|
|---|
| 140 | - changed calling style of iterator from do...while to while-loop
|
|---|
| 141 | - changed some comments
|
|---|
| 142 |
|
|---|
| 143 | * MRawRunHeader.cc:
|
|---|
| 144 | - added some comments
|
|---|
| 145 |
|
|---|
| 146 | * Changelog, News: added
|
|---|
| 147 |
|
|---|
| 148 | * test.C: removed
|
|---|