source: trunk/MagicSoft/Mars/Changelog@ 2862

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