source: trunk/MagicSoft/Mars/Changelog@ 2805

Last change on this file since 2805 was 2805, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 10.2 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6
7 2004/01/14: Markus Gaug
8
9 * manalysis/MFFT.[h,cc]
10 - new class to perform Fast Fourier Transforms
11
12 * manalysis/Makefile
13 * manalysis/AnalysisLinkDef.h
14 - include MFFT
15 - put MCurrents.cc back into the Makefile (was only in the LinkDef)
16
17
18 2004/01/14: Abelardo Moralejo
19
20 * manalysis/MMcCalibrationCalc.cc:
21 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
22 This can happen (depending on camera simulation parameters), and
23 rms = 0 later resulted in the pixel being eliminated in the
24 image cleaning.
25
26
27
28 2004/01/14: Thomas Bretz
29
30 * Makefile:
31 - replaced old style Makefile.depend by directory specific
32 dependancy files
33
34 * Makefile.rules:
35 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
36 - added rule to make dependency files
37 - added rule to remove dependancy files.
38 - added rmdep as prerequisite to clean
39 - include dependency file
40
41 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
42 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
43 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
44 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
45 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
46 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
47 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
48 mtools/Makefile:
49 - removed clean-rule, use the one in Makefile.rules instead
50
51 * mreport/Makefile, mreport/ReportLinkDef.h:
52 - added MReportHelp
53
54 * mreport/MReportFileRead.cc:
55 - moved code from MReportHelp to new file
56 - removed usage of MReport class completely
57
58 * mfilter/MFGeomag.[h,cc]:
59 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
60 - changed the second loop from 0->1151 to 1152->2304
61 - removed dummy arrays used for reading
62 - output filename in case of 'file not found'
63 - removed obsolete data members
64 - removed obsolete Init function
65 - removed forbidden underscore from member variable
66 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
67
68 * mbase/MStatusDisplay.[h,cc]:
69 - added new member function Open
70 - added new menu entry kFileOpen
71 - changed UpdatePSheader algorithm (the old one was much too slow)
72
73 * manalysis/MCurrents.[h,cc]:
74 - removed (old outdated)
75
76 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
77 - removed MCurrents
78
79
80
81 2004/01/14: Wolfgang Wittek
82
83 * macros/ONOFFAnalysis.C:
84 - current version
85
86 * mhist/MHSigmaTheta.[h,cc]:
87 - replace MPedestalCam by MPedPhotCam
88
89 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
90 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
91 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
92 - replace MPedestalCam by MPedPhotCam
93
94 * manalysis/MPedPhotPix.[h,cc]
95 - uncomment SetRms()
96
97
98
99 2004/01/13: Markus Gaug
100
101 * manalysis/MExtractSignal.h
102 - seems that the reduced light intensity of the CT1 Pulser
103 results in broader pulses -> Set Default time slices to [3,10]
104
105 * mhist/MHCamera.cc
106 - make Stat Window in option 'proj' bigger
107 - add comment line at beginning of Draw()
108
109 * mcalib/MHCalibrationBlindPixel.[h.cc]
110 - add Function DrawClone()
111 - fix bug in calculation of integral (GetIntegral("width"))
112 - restrict parameters tighter
113 - declare fit as not valid, if less than 100 events
114 in single photo-electron peak
115
116 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
117 - fit now with fixed normalization
118
119 * mcalib/MHCalibrationPixel.[h.cc]
120 - new function IsEmpty()
121 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
122
123 * mcalib/MCalibrationPix.[h.cc]
124 - F-Factor corrected and added error
125 - Histograms not fitted if they are empty
126 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
127
128 * mcalib/MCalibrationCam.cc
129 - Square Root of Reduced Sigmas not taken, if they are < 0.
130 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
131
132 * mcalib/MCalibrationCalc.cc
133 - Blind Pixel is not additionally treated as normal pixel any more
134 - Blind Pixel Draw replaced by DrawClone
135
136 * macros/calibration.C
137 - took out some unused code
138 - some default axis labelling corrected
139
140
141
142 2004/01/13: Abelardo Moralejo
143
144 * manalysis/MMcPedestalCopy.cc
145 - added check of whether input file is a MC file before executing
146 the PreProcess.
147
148
149
150 2004/01/13: Wolfgang Wittek
151
152 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
153 - change macro to handle also MC events with finite sigmabar
154
155 * manalysis/MPadOn.[h,cc]:
156 - deleted, is replaced by MPad
157
158 * manalysis/MPadOnOFF.[h,cc]:
159 - deleted, is replaced by MPad
160
161 * manalysis/MPad.[h,cc]:
162 - new class, replacing MPadON and MPadONOFF
163 - handle also MC events with finite sigmabar
164
165 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
166 - replace MPadON and MPadONOFF by MPad
167
168
169
170 2004/01/13: Thomas Bretz
171
172 * mraw/MRawRunHeader.[h,cc]:
173 - implemented new member function GetRunTypeStr
174
175 * Changelog.03:
176 - added (contains entries of 2003)
177
178 * Changelog:
179 - removed entries of 2003
180
181 * mfilter/MFGeomag.cc:
182 - simplified open/close of input files
183
184 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
185 - added some comments
186 - added new member function GetError
187
188 * Makefile:
189 - updated 'make dox' output for convinience
190
191 * macros/dohtml.C:
192 - do not print Info's
193 - added mcamera
194 - added mpointing
195 - added mreport
196
197 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
198 - removed some obsolete comments (these comments confused THtml)
199
200 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
201 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
202 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
203 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
204 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
205 - replaced MPedestalCam by MPedPhotCam
206 - removed some obsolete includes
207
208 * mbase/BaseLinkDef.h, mbase/Makefile:
209 - added MLogPlugin
210 - added MLogHtml
211
212 * mbase/MLog.[h,cc]:
213 - added use of plugins
214
215 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
216 - added
217
218 * mbase/MStatusDisplay.[h,cc]:
219 - added a Save-As dialog
220
221
222
223 2004/01/12: Thomas Bretz
224
225 * macros/rootlogon.C:
226 - added mcamera to include path
227 - added mpointing to include path
228 - added mreport to include path
229
230 * mbase/MLog.cc:
231 - updated my eMail address
232
233 * mbase/MParContainer.h:
234 - added Read member function
235
236 * mbase/MStatusDisplay.[h,cc]:
237 - changed size of ps-paper
238 - added a user defined bottom line to the ps-files
239 - added name (currently unused)
240 - added title (used as possible bottom line in ps-file)
241
242 * mraw/MRawRunHeader.cc:
243 - added some comments
244
245 * status.cc:
246 - set name of input as bottom line of status display
247
248
249
250 2004/01/12: Abelardo Moralejo
251
252 * mimage/MStereoPar.cc
253 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
254 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
255 Bug had no effect unless scale1 != scale2 (-> telescopes of
256 different size).
257
258
259
260 2004/01/12: Markus Gaug
261
262 * manalysis/MExtractSignal.[h,cc]
263 - take out some uncommented code
264 - replace logainshift by two independent variables:
265 logainfirst, logainlast
266 - because in most data, maximum occurs in slice 4, shift default
267 from slices 4-9 to slices 3-8.
268
269 * manalysis/MExtractedSignalPix.[h,cc]
270 - took out some uncommented code
271 - new initializers: instead of -1. now 99999.9
272
273
274
275 2004/01/09: Markus Gaug
276
277 * mcalib/MCalibrationCam.[h,cc]
278 - take out 1-dim histos because we can use
279 the projections in MHCamera (s.b.)
280
281 * mcalib/MHCalibrationBlindPixel.h
282 - make the fit by default quiet
283
284 * mcalib/MHCalibrationPixel.[h,cc]
285 * mcalib/MCalibrationPix.[h,cc]
286 - Ranges of time slices stored independently for HiGain and LoGain
287 in order to allow consecutive checks
288
289 * mhist/MHCamera.[h.cc]
290 - add the possibility to call a Draw("proj") which will
291 draw a Y-Projection of the histogram
292
293 * macros/calibration.C
294 - apply the drawing of the projections and fit them
295
296 * mcalib/MCalibrationCalc.cc
297 - catch the possibility of a calibration file,
298 unintendedly being a pedestal or cosmic file.
299 Program now exits with an error before doing the fits
300
301 * mcalib/MCalibrationPix.[h,cc]
302 - fixed a bug in calculation of fFitValid.
303 before, a call to IsFitValid() always returned false
304
305
306
307 2004/01/09: Javier L¢pez
308
309 * macros/bootcampstandardanalysis.C
310 - added new macro that holds the main scheleton discussed in the
311 december bootcamp in Wuerzburg. It runs first over a pedestal
312 run, then over a calibration run, again over the pedestal run
313 to compute de pedestal in number of photons and finally over a
314 data run to calibrate the data.
315
316
317
318 2004/01/06: Sebastian Raducci
319
320 * manalysis/MArrivalTime.[h,cc]
321 - added new method to calculate photon arrival times. It uses the
322 TSpline5 Root Class to interpolate the Fadc Slices. The time is
323 the abscissa value of the absolute maximum of the interpolation
324 - added new method to find clusters with similar arrival times.
325 For now it's a preliminary version. It simply search for adiacent
326 pixels having the same arrival time (color).
327
328 * manalysis/MArrivalTimeCalc.[h,cc]
329 - modified the Process() method according to the changes in the
330 Arrival Time Cointainer
331
332 * mmain/MEventDisplay.cc
333 - added new tab in the camera event display to show the arrival
334 time. This arrival time is calculated with the spline method
335 - the old Arrival Time pad now it's called Max Slice Idx, because
336 it's only the index of the slice with the max content.
337
338 * mhist/MHEvent.[h,cc]
339 - added new fType in te enumeration to handle the arrival time
340 histos
Note: See TracBrowser for help on using the repository browser.