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