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