source: trunk/MagicSoft/Mars/Changelog@ 587

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