source: trunk/MagicSoft/Mars/Changelog@ 651

Last change on this file since 651 was 651, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 7.4 KB
Line 
1 -*-*- END -*-*-
2
3 2000/02/23: Thomas Bretz
4
5 * mraw/MRawEvtPixelIter.h: added GetSum* functions
6
7 * mbase/MParList.[h,cc]: Removed unnecessary fNext-stuff
8
9
10 2000/02/22: Thomas Bretz
11
12 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
13 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
14 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
15 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
16 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
17 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
18 mraw/MRawRunHeader.cc:
19 exchanged cout with the new logging style (gLog, *fLog)
20
21 * mraw/MRawEvtData.cc: added 'dec' option to Print
22
23 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
24 small changes to the Print funtions
25
26
27 2000/02/21: Thomas Bretz
28
29 * MRawEvtData.cc: Changed ReadEvt according to the new
30 raw binary format 2001/02/20
31
32 * Added MLog.[h,cc], MLogManip.[h,cc]
33
34 * Adde SetStreamer and fLog to the MParContainer base class
35
36 * Derived MEvtLoop from MParContainer
37
38 * Makefile: added 'tar'
39
40 * mbase/BaseIncl.h: added fstream.h, TGListBox.h
41
42 * mbase/BaseLinkDef.h: added pragma for gLog and MLog
43
44 * mbase/MAGIC.h: added forward definition for gLog
45
46 * mbase/MEvtLoop.cc: exchanged cout with *fLog, added statements
47 to provide log-facility to all tasks als parameter containers
48
49 * mbase/MEvtLoop.h: Small changes
50
51 * mbase/MParContainer.h: Added definitions necessary for use of Log-Facility
52
53 * mbase/MParList.[h,cc]: Added SetLogStream
54
55 * mbase/MTask.h: added fLog
56
57 * mbase/MTaskList.[h,cc]: added SetLogStream
58
59 * mbase/Makefile: Added MLog.cc, MLogManip.cc
60
61
62 2000/02/19: Harald Kornmayer
63
64 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
65
66 * changed the readCT1.C file to show the effects of the image cleaning
67 a la CT1
68
69 * changed
70 mgui/MCamNeighbor.cc
71 mananlysis/MCerPhotEvt.cc .h
72 macros/readCT1.C
73
74
75 2000/02/19: Thomas Bretz
76
77 * MParContainer.h added prototypes for AsciiRead/Write
78
79 * .rootrc: added
80
81 * MEvtLoop.[h,cc]: split eventloop in its three parts, this should
82 be used for debugging only.
83
84
85 2000/02/06: Harald Kornmayer
86
87 * the first running version with a eventdisplay. Now we are able
88 to display an Event on the photo electron level. To do this, run
89 the macro "macros/readCT1.C" after changing the file name.
90
91 changed:
92 macros/readCT1.C
93 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
94 analysis/MReadCT1Ascii.cc
95 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
96
97
98 2000/01/23: Harald Kornmayer
99
100 * the integration of the class FadcDisp in the mars enviroment
101 and further developments in the display
102
103 changed:
104 meventdisp/MGFadcDisp.h
105 meventdisp/MGFadcDisp.cc
106 mgui/GuiIncl.h
107 mgui/GuiLinkDef.h
108 mgui/MGMarsMain.cc
109 mgui/MGPrototyp.cc
110 mgui/MGPrototyp.h
111 mgui/Makefile
112
113 added:
114 mgui/MGEventDispMain.h
115 mgui/MGEventDispMain.cc
116
117
118 2000/01/22: Harald Kornmayer
119
120 * started with the development of a EventDisplay Utitliy.
121 Therefore I added the following files.
122
123 meventdisp/EvtDispIncl.h
124 meventdisp/EvtDispLinkDef.h
125 meventdisp/MGFadcDisp.cc
126 meventdisp/MGFadcDisp.h
127 meventdisp/Makefile
128
129 Also a few of the older files where slightly changed.
130 ./Makefile
131 ./Makefile.rules
132 mraw/MRawEvtData.
133
134
135 2000/01/19: Thomas Bretz
136
137 * mmc/*.hxx:
138 - changed include of MDefineTrigger.h back
139
140
141 2000/01/19: Oscar Blanch
142
143 * mmc/MTriggerDefine.h:
144 - added
145
146
147 2000/01/18: Thomas Bretz
148
149 * Makefile:
150 - mmc-library added
151
152 * Makefile.conf.general:
153 - Added definition of __MARS__
154
155 * Makefile.rules:
156 - Added definitions to rootcint
157
158 * Oscar added the McFormat subdir of the Monte Carlo as mmc
159
160 * mmc/MMcEvt.h:
161 - renamed to MMcEvt.hxx
162
163 * mmc/*.hxx:
164 - added necessary defintions from MDefineTrigger.h
165
166 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
167 - added
168
169 * mmc/LinkDef.h:
170 - removed
171
172
173 2000/01/17: Thomas Bretz
174
175 * Makefile:
176 - Exchanged explicit rules to make library by implicit ones
177 - The shared object works now. I exchanged the libraries with the object
178 files. But I don't know why the libraries don't work.
179
180 * Makefile.conf.linux-gnu:
181 - replaced CC with gcc (instead of g++)
182
183 * mdatacheck/DataCheckLinkDef.h:
184 - removed unused statements
185
186 * mraw/RawLinkDef.h:
187 - added globals
188
189 * mraw/MerppLinkDef.h:
190 - removed unused file
191
192
193 2000/01/12: Thomas Bretz
194
195 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
196 - added
197
198 * LinkDef.h:
199 - removed
200
201 * Makefile:
202 - Added CINT, mrproper
203
204 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
205 - included makefile.general, Makefile.rules,
206 - removes corresponding lines
207
208 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
209 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
210 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
211 - changed include statements
212
213 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
214 - changed include statements
215 - move enum from h to cc
216 - removed comma operator from delete statements (nonsense)
217
218
219 2001/01/11: Harald Kornmayer
220
221 * ./
222 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
223 MReadTree.h, mbase/Makefile, mraw/Makefile
224 - small changes in this files. Not really critical.
225
226 * mars.cc
227 - added the main file for the gui
228
229 * mgui/
230 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
231 Makefile, MGDataCheckMain.h
232 - added the subdir mgui and this files
233
234 * mdatacheck/
235 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
236 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
237 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
238 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
239 - added the subdir mdatacheck and this files
240
241
242 2000/12/28: Thomas Bretz
243
244 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
245 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
246 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
247 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
248 - Added changes some comments.
249
250 * MLoopEvt.cc, MLoopEvt.h:
251 - Removed
252
253
254 2000/12/22 - Thomas Bretz:
255
256 * readraw.cc:
257 - changed some comments and the Root-Name of the program
258 - added check for the existance of the file
259 - changed name of numbers of entries from iEnt to nent
260
261 * dohtml.C:
262 - changed title of converted macros
263
264 * MRawEvtData.cc:
265 - added a commet in Draw()
266
267 * MRawEvtPixelIter.[h,cc]:
268 - Added the comment header of the file
269 - removed inheritance from TIterator (not needed)
270 - some changes to get it work (the one in the repository was untested
271 and not working)
272 - changed calling style of iterator from do...while to while-loop
273 - changed some comments
274
275 * MRawRunHeader.cc:
276 - added some comments
277
278 * Changelog, News: added
279
280 * test.C: removed
Note: See TracBrowser for help on using the repository browser.