source: trunk/MagicSoft/Mars/Changelog@ 605

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