source: trunk/MagicSoft/Mars/Changelog@ 2831

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