source: trunk/MagicSoft/Mars/Changelog@ 2852

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