source: trunk/MagicSoft/Mars/Changelog@ 599

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