source: trunk/MagicSoft/Mars/Changelog@ 2881

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