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