source: trunk/MagicSoft/Mars/Changelog@ 586

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