source: trunk/MagicSoft/Mars/Changelog@ 602

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