source: trunk/MagicSoft/Mars/Changelog@ 650

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