source: trunk/MagicSoft/Mars/Changelog@ 2811

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