source: trunk/MagicSoft/Mars/Changelog@ 603

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