source: trunk/MagicSoft/Mars/Changelog@ 2947

Last change on this file since 2947 was 2947, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 31.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/28: Javier Rico
7
8 * mcalib/MCalibrate.[h.cc]
9 - include possibility to select the calibration method to be used
10
11
12
13 2004/01/28: Markus Gaug
14
15 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
16 - included flags to indicate if Blind Pixel Method or PIn Diode
17 method was OK. Up to now, program stopped, if one of the two
18 methods was chosen but not able to being executed.
19
20 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
21 manalysis/MGeomApply.cc:
22 - put all missing InitSize(npixels) into MGeomApply
23
24
25
26 2004/01/28: Abelardo Moralejo
27
28 * mcalib/MMcCalibration.cc
29 - fixed wrong variable type in call to TH1F constructor (number of
30 bins is now integer), which resulted in a compilation warning.
31
32
33
34 2004/01/28: Thomas Bretz
35
36 * manalysis/MPedestalCam.cc:
37 - removed unwanted CheckBound from operators. CheckBounds is ONLY
38 ment for really old MC files and will be removed in the future
39 anyhow.
40
41 * mcalib/MHCalibrationPixel.h:
42 - removed obsolete include of MFFT
43
44 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
45 manalysis/MPedestalCam.[h,cc]:
46 - removed use of obsolete MPedestalCam::CheckBounds. This was
47 a workaround for a 'bug' in very old camera files, which is not
48 necessary anymore.
49
50 * manalysis/MCerPhotAnal2.[h,cc]:
51 - replaced MPedestalCam by MPedPhotCam
52
53 * manalysis/MExtractSignal.cc:
54 - some small simplification to the signal extraction
55 - removed some obsolete variables
56 - replaced for by while
57 - removed obsolete casts
58
59 * mmain/MEventDisplay.cc:
60 - gave names to the filters
61 - removed adding MHCamera to fList because it was deleted twice
62
63 * mhist/MHCamera.cc:
64 - fixed usage of fPainter in Paint() - title was not updated
65 correctly
66
67
68
69 2004/01/28: Sebastian Raducci
70
71 * manalysis/MArrivalTime.[h,cc]:
72 - removed all the code relative to the cluster evaluation
73
74
75
76 2004/01/27: Markus Gaug
77
78 * manalysis/MPedestalPix.cc:
79 - initialize default values to 0 instead of -1.
80
81 * manalysis/MPedestalCam.[h,cc]:
82 - include CheckBounds, also in operator[]
83
84 * mcalib/MCalibrationCam.[h,cc]:
85 - apparently, there was a reference to InitSize(UInt_t i) instead
86 of InitSize(Int_t i), where compiler complained, now changed
87
88 * mcalib/MHCalibration*, mcalib/MCalibration*:
89 - fixed all Clear()'s, Reset()'s, direct intializers
90
91
92
93 2004/01/27: Thomas Bretz
94
95 * mdata/MDataChain.cc:
96 - added '%' to supported operators
97
98
99
100 2004/01/26: Nicola Galante
101
102 * manalysis/MMcTriggerLvl2.[cc,h]:
103
104 - Defined some static constants to avoid ugly "magic numbers"
105 in arrays: gsNCells, gsNTrigPixels,
106 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
107 - Added method
108 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
109 which computes compact pixels into a given L2T macrocell.
110 - Added method
111 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
112 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
113 macrocells
114 - Added method
115 MMcTriggerLvl2::GetCellPseudoSize() const
116 which returns fCellPseudoSize
117 - Added method
118 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
119 which controls whether a pixel belongs to a given L2T cell.
120 - Added method
121 MMcTriggerLvl2::GetMaxCell() const
122 which returns fMaxCell, the cell with the maximum
123 fCellPseudoSize.
124
125
126
127 2004/01/26: Markus Gaug, Michele Doro
128
129 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
130 - moved calculation of arrival time from MArrivalTime to
131 MArrivalTimeCalc. MArrivalTime does not do any Process-job
132 anymore
133 - TSpline5 now on stack.
134 - function to set the stepsize
135
136 * mcalib/MHCalibrationBlindPixel.[h,cc]:
137 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
138 - implement combined Polya fit and Michele's back-scattered electron
139 fit
140
141 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
142 mcalib/MCalibrationPINDiode.cc:
143 - combine FitChargeHiGain and FitChargeLoGain into one function
144
145 * macros/calibration.C
146 - improve double gauss fit a bit
147
148
149
150 2004/01/26: Thomas Bretz
151
152 * mraw/MRawEvtPixelIter.[h,cc]:
153 - removed member function GetNumPixels. For more details see mantis.
154
155 * manalysis/MArrivalTime.[h,cc]:
156 - reorganized includes
157 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
158 definition
159 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
160 PROGRAM
161
162 * manalysis/MArrivalTimeCalc.[h,cc]:
163 - reorganized includes
164 - removed many obsolete code, exspecially copy&paste relicts!
165 - fixed usage of InitSize
166 - removed CleanArray. Reset() is called automatically before Process()
167
168 * manalysis/MExtractedSignalCam.[h,cc]:
169 - added SetLogStream
170 - removed obsolete include MGeomCam
171 - replaced PrintOut by Print
172 - added const-qualifiers to all Getters
173 - fixed documentation
174
175 * manalysis/MExtractedSignalPix.[h,cc]:
176 - replaced PrintOut by Print
177 - fixed documentation
178
179 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
180 - replaced memset by Reset()
181
182
183
184 2004/01/24: Abelardo Moralejo
185
186 * macros/starmcstereo.C
187 - Added. Example of how to run the analysis chain for MC files
188 containing simulation of stereo systems of 2 telescopes.
189
190 * mcalib/MCalibrate.cc
191 - Added check that value of signal from MExtractedSignalPix is not
192 the default (error) value. In such a case, the signal in
193 MCerPhotEvt is now set to 0. Before, all pixels got very high
194 values in MCerPhotEvt in case the MRawEvtData object for the
195 event was missing in the file. This happened in MC files, in
196 which in some circumstances an event is written without the
197 pixel information (for instance, when running stereo simulations
198 the pixel data is missing for non-triggered telescopes, but the
199 event headers are present).
200
201
202
203 2004/01/23: Markus Gaug
204
205 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
206 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
207 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
208 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
209 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
210 - use MArrivalTime for Storage (or calculation) of time
211 in MExtractSignal
212 - pass from TH1I histos to TH1F for times
213
214 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
215 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
216 mcalib/MCalibrationCalc.[h,cc]:
217 - clean up setters
218 - pass to bit-fields for all flags
219
220 * mcalib/MCalibrationCam.cc
221 - exclude Blind Pixel from Camera display
222 - do not fill &val when return kFALSE
223
224 * macros/calibration.C
225 - include functions to exclude the blind pixel,
226 calculation of times and quality checks
227
228
229
230 2004/01/23: Abelardo Moralejo
231
232 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
233 - Added support (using AddSerialNumber) for stereo MC files.
234
235
236
237 2004/01/23: Thomas Bretz
238
239 * mbase/MAstro.cc:
240 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
241
242 * mreport/MReport*.[h,cc]:
243 - changed all classes to return Int_t instead of Bool_t in
244 InterpreteBody
245 - changed MReportFileRead such, that a wrong line results in
246 skipping the line instead of abort reading.
247
248 * manalysis/MExtractSignal.cc:
249 - do not print information for each pixel - it's too much.
250
251 * mbase/MStatusDisplay.cc:
252 - when reading a status display do not display tabs with
253 the same name than one which is already existing.
254
255 * mcalib/MCalibrate.cc:
256 - directly store pointer to pixel when setting saturation flag
257
258 * mcamera/MCameraDC.cc:
259 - fixed some comments
260
261 * mhist/MHCamEvent.cc:
262 - fixed a crash when no geometry was available
263
264 * mhist/MHCamera.[h,cc]:
265 - removed obsolete member function SetPix
266
267 * mbase/MStatusDisplay.[h,cc]:
268 - added EventInfo member function
269 - implemented preliminary redirection of GetObjectInfo to
270 StatusLine2 -> An own status line for this is missing
271
272 * manalysis/MExtractSignal.[h,cc]:
273 - implemented StreamPrimitive
274 - changed deafults to be static const data members
275
276 * manalysis/MGeomApply.[h,cc]:
277 - implemented StreamPrimitive
278
279
280
281 2004/01/23: Abelardo Moralejo
282
283 * manalysis/MMcCalibrationUpdate.[h,cc]
284 - Added check to guarantee that the FADC simulation parameters of
285 all read files (those used for calibration and those analyzed)
286 are the same.
287 - Added missing support for analysis of stereo files.
288
289 * mcalib/MMcCalibrationCalc.cc
290 - Removed obsolete FIXME comment.
291 - Added missing support for analysis of stereo files.
292
293
294 2004/01/23: Raquel de los Reyes
295
296 * macros/CCDataCheck.C
297 - Added the temperature distribution of the optical links
298 and the plots of the LV power supplies.
299 * mcamera/MCameraLV.h
300 - Added the "Get" functions to access the private data
301 members of the class.
302
303
304 2004/01/22: Abelardo Moralejo
305
306 * manalysis/MMcCalibrationUpdate.[h,cc]
307 - Now ratio of high to low gain is taken from MCalibrationCam if
308 it existed previously in the parameter list, instead of being
309 read again from the MMcFadcHeader. Removed Setter function for
310 fADC2PhInner, no longer necessary. Fixed error regarding the
311 pedestal conversion to photons (did not read conversion factor
312 from preexisting MCalibrationCam object).
313
314 * mcalib/MMcCalibrationCalc.cc
315 - Changed parameters of the histogram, and also the quantity being
316 histogrammed. Check that input data come from a noiseless camera
317 file before proceeding to do the calibration. Introduced lower
318 size in cut for calibration. Now rhe calibration constant is not
319 calculated from the mean of photons/ADC counts, but from the peak
320 of the histogram.
321
322 * macros/starmc.C
323 - Introduced new scheme. Now there are two loops over two different
324 sets of files. First loop calculates the calibration constants,
325 second one does the analysis. Introduced comments. Now the
326 histogram used in the light calibration is written to the output
327 file.
328
329
330
331 2004/01/22: Thomas Bretz
332
333 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
334 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
335 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
336 mcalib/MCalibrationBlindPixel.[h,cc],
337 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
338 mcalib/MHCalibrationBlindPixel.[h,cc],
339 mcalib/MHCalibrationPINDiode.[h,cc]:
340 - cleaned up includes
341
342
343
344 2004/01/22: Raquel de los Reyes
345
346 * macros/CCDataCheck.C
347 - macro to check the data from the central control (.rep files).
348
349
350
351 2004/01/22: Markus Gaug
352
353 * macros/calibration.C
354 - made MStatusDisplay 3 bit smaller
355
356 * manalysis/MExtractSignal.cc
357 - put fSignals->SetUsedFADCSlices into PreProcess
358
359 * manalysis/MPedCalcPedRun.cc
360 - calculate PedRMS as RMS of the sums, later renormalized to units
361 of RMS/slice (eliminate the wrong effect of odd and even slices)
362
363 * mcalib/MCalibrationCalc.cc
364 - if bit SkipBlindPixelFit is set, now number of photons outside
365 plexiglass is not intended to be calculated any more (previous
366 bug)
367 - exclude excluded pixels in eventloop
368
369 * mcalib/MHCalibrationBlindPixel.[h,cc]
370 - move functions to pointer again (otherwise, Clone will give
371 strange results)
372
373
374
375 2004/01/21: Abelardo Moralejo
376
377 * mcalib/MMcCalibrationCalc.[h,cc]
378 - Added. First version of the task intended to calculate the
379 conversion factors from ADC counts to photons in the MC. It has
380 a different aim than the recently renamed class
381 "MMcCalibrationUpdate" (which takes care that the correct
382 pedestals and conversion factors are supplied to each event, but
383 does not really calculate anything).
384
385 * mcalib/Makefile, CalibLinkDef.h
386 - Added new class MMcCalibrationCalc
387
388 * manalysis/MMcCalibrationUpdate.[h,cc]
389 - Now the container MCalibrationCam is not created or modified if
390 it is found that one such container already exists in the
391 Parameter list (from a previous calibration).
392
393
394
395 2004/01/21: Thomas Bretz
396
397 * mraw/MRawRead.cc:
398 - restore the fake time for all runs (current time stamp in
399 the data seems to be toally nonsense)
400
401 * mraw/MRawEvtHeader.cc:
402 - removed decoding of real time (current time stamp in the data
403 seems to be toally nonsense)
404
405
406
407 2004/01/21: Abelardo Moralejo
408
409 * mmc/MMcEvt.hxx
410 - Uncommented 6 Getter functions (those regarding the number of
411 photons surviving the different stages of simulation).
412
413 * manalysis/MMcCalibrationUpdate.[h,cc]
414 - Added (see below).
415
416 * manalysis/MMcCalibrationCalc.[h,cc]
417 - Removed: changed name of this class to MMcCalibrationUpdate,
418 which is more representative of what it really does. Moved
419 the filling of the MCalibrationCam container from Process to
420 ReInit, since it does not change on an event by event basis.
421 Simplified PreProcess (MCalibrationCam was searched for twice).
422 Updated class description and comments.
423
424 * manalysis/Makefile, AnalysisLinkDef.h
425 - Adapted to change above
426
427 * macros/starmc.C
428 - Adapted to change above. Changed also task instance name from
429 mccalibcalc to mccalibupdate.
430
431
432
433 2004/01/21: Raquel de los Reyes
434
435 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
436 and mcamera/MCameraCalibration.h
437 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
438 the private data members of the class.
439
440
441
442 2004/01/20: Thomas Hengstebeck
443
444 * mranforest/MRanForestCalc.[h,cc]
445 - Added member functions Grow (training of RF) and Fill (reading in
446 trained forest from file) which simplify macros.
447 One just needs to call them instead of using MRanForestGrow and
448 MRanForestFill (and the related training and fill loops) in a
449 macro.
450
451
452
453 2004/01/20: Abelardo moralejo
454
455 * manalysis/MMcCalibrationCalc.cc
456 - removed call to MCalibrationPix::SetPedestal, which was not
457 needed.
458
459
460
461 2004/01/20: Thomas Bretz
462
463 * Makefile:
464 - replaced 'make' by '$(MAKE)'
465
466 * Makefile.rules:
467 - added Makefile itself to dependencies
468
469 * mbase/MTask.cc:
470 - added comment about ReInit
471
472 * mhbase/MH.cc:
473 - do not clear pad in DrawClone if 'same' option given
474
475 * mhist/MHVsTime.cc:
476 - evaluate 'same' option
477
478 * mfileio/MReadCurrents.[h,cc]:
479 - obsolete, removed
480
481 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
482 - added some comments
483
484
485
486 2004/01/20: Abelardo moralejo
487
488 * mcalib/MHCalibrationPINDiode.cc
489 - Added call to SetDirecory(0) for histograms fHErrCharge,
490 fHPCharge, fHPTime.
491
492 * manalysis/MCerPhotPix.h:
493 - Changed position of declaration of fIsSaturated to be the last
494 private variable. Otherwise, since in the constructor it is
495 initialized in the last place, a warning is displayed upon
496 compilation in some systems.
497
498
499
500 2004/01/20: Markus Gaug
501 * mcalib/Makefile, manalysis/Makefile:
502 - include directory ../mtools
503
504 * mtools/MFFT.[h,cc]
505 - class inherits from TObject now
506
507
508
509 2004/01/19: Markus Gaug
510
511 * mcalib/MHCalibrationBlindPixel.[h,cc]
512 - fixed a bug in fFitLegend due to which program crashed by calls
513 to DrawClone
514 - Modified way to change the fit function
515
516 * mcalib/MHCalibrationPixel.[h,cc]
517 - reordered function calls
518 - removed SetupFill
519
520 * mcalib/MHCalibrationPINDiode.h
521 - reordered function calls
522
523 * mcalib/MCalibrationPix.[h,cc]
524 - limits to define fFitValid now as variables in class
525
526 * mcalib/MCalibrationCam.[h,cc]
527 - reordered function calls
528 - incorporate option to exclude pixels
529
530 * mcalib/MCalibrationBlindPix.h
531 - Modified way to change the fit function
532
533 * mcalib/MCalibrationCalc.[h,cc]
534 - Modified way to change the fit function
535 - incorporate option to exclude pixels from configuration file
536
537 * macros/calibration.C
538 - Modified way to change the fit function
539 - incorporate option to exclude pixels from configuration file
540
541
542
543 2004/01/19: Javier Rico
544
545 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
546 - Added documentation of member functions
547
548
549
550 2004/01/19: Abelardo Moralejo
551
552 * manalysis/MCerPhotPix.[h,cc]
553 - Added fIsSaturated to flag whether low gain of the pixel is
554 saturated. Added corresponding getter and setter functions.
555 Updated ClassDef to version 2.
556
557 * mcalib/MCalibrate.cc
558 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
559 one low gain FADC slice is saturated.
560
561 * mimage/MNewImagePar.[h,cc]
562 - Added new member variable fNumSaturatedPixels to count how many
563 pixels were saturated. Updated ClassDef to version 2.
564
565
566
567 2004/01/19: Thomas Bretz
568
569 * manalysis/MPedPhotCalc.[cc,h]:
570 - fixed order of includes
571 - removed obsolete forward declarations
572 - removed obsolete data member fNumPixels (stored already twice in
573 the two TArrayF)
574 - fixed some small bugs in the documentation
575
576 * manalysis/MPedCalcPedRun.cc:
577 - updated my eMail address
578
579
580
581 2004/01/19: Javier Rico
582
583 * macros/dohtml.C, NEWS
584 - include some missing info
585
586
587
588 2004/01/19: Abelardo Moralejo
589
590 * manalysis/MExtractedSignalPix.h
591 - added GetNumLoGainSaturated()
592
593
594
595 2004/01/19: Markus Gaug
596
597 * macros/dohtml.C
598 - include calibration.C
599
600 * manalysis/MExtractSignal.cc
601 - warning of logain saturation now only once per event (out of loop)
602
603 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
604 - new Flag fExcluded to indicate if pixel has been excluded from
605 further analysis
606
607
608
609 2004/01/16: Javier Rico & Pepe Flix
610
611 * manalysis/MPedPhotCalc.[cc,h]
612 - added
613 - new class for the evaluation of pedestals in units of photons
614 using the extracted signal from pedestal runs and calibration
615 constants defined in MCalibrate
616
617 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
618 - added entries for MPedPhotCalc
619
620 * macros/pedphotcalc.C
621 - added
622 - example on how to use MPedPhotCalc task
623
624
625
626 2004/01/16: Markus Gaug
627
628 * mcalib/MCalibrationFits.h
629 - removed and incorporated in MHCalibrationBlindPixel.h
630
631 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
632 mcalib/MCalibrationBlindPix.h:
633 - incorporate Fit functions
634 - fixed a bug due to which DrawClone crashed when class was used
635 in a compiled macro
636
637 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
638 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
639 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
640 mcalib/MHCalibrationPixel.cc:
641 - fixed the warns and errs in fLog's
642
643
644
645 2004/01/16: Abelardo Moralejo
646
647 * manalysis/MMcCalibrationCalc.cc
648 - TMath::Max() is no longer used because it did not compile in some
649 systems for unkown reasons. I replaced it by a safer (and may be
650 slower) code.
651 - Added calpix.SetFitValid();
652
653 * mhist/MHEvent.cc
654 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
655 be 1 in case of RMS:
656 case kEvtPedestalRMS:
657 fHist->SetCamContent(*(MCamEvent*)par, 1);
658
659
660
661 2004/01/15: Abelardo Moralejo
662
663 * macros/starmc.C
664 - Added. Version of star showing new chain to get Hillas
665 parameters (with Size calibrated in photons) from MC files.
666
667
668
669 2004/01/15: Javier Rico
670
671 * manalysis/MPedCalcPedRun.[h,cc]
672 - optimize the running time
673 - add (some) documentation
674 - correct treatment for the case of several input files
675
676 * macros/pedvsevent.C
677 - added
678 - draw pedestal mean and rms vs event# for input pixel# and run
679 file, and compares them to the global pedestal mean and rms
680
681
682
683 2004/01/15: Raquel de los Reyes
684
685 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
686 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
687 functions to compute the estimation of the error of the
688 mean. It can be done calling to the function
689 MCamEvent::SetBit(MHCamera::kVariance) in the macro
690
691
692
693 2004/01/15: Markus Gaug
694
695 * mhist/MHCamera.[h,cc]
696 - incorporate Thomas's changes
697 - replace void CreateProjection() by TH1D *Projection(const char*)
698
699 * macros/calibration.C
700 - replace MHCamera->Draw("proj") by MHCamera->Projection()
701 - produce better fits to the projection
702
703 * manalysis/MSimulatedAnnealing.[h,cc],
704 mhist/MHSimulatedAnnealing.[h,cc]:
705 - moved to directory mtools
706 - MSimulatedAnnealing now inherits from TObject
707
708 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
709 mhist/Makefile, mhist/HistLinkDef.h:
710 - removed MSimulatedAnnealing
711 - removed MHSimulatedAnnealing
712
713 * mtools/Makefile, mtools/AnalysisLinkDef.h:
714 - added MSimulatedAnnealing
715 - added MHSimulatedAnnealing
716
717
718
719 2004/01/15: Thomas Bretz
720
721 * manalysis/AnalysisLinkDef.h:
722 - removed MCurrents
723
724 * mhist/MHCamera.[h,cc]:
725 - added member function Projection
726 - removed fYproj
727
728 * mreport/MReport*.*:
729 - added more comments
730
731
732
733 2004/01/14: Markus Gaug
734
735 * mtools/MFFT.[h,cc]
736 - new class to perform Fast Fourier Transforms
737
738 * mtools/Makefile
739 * mtools/ToolsLinkDef.h
740 - include MFFT
741
742 * manalysis/MExtractedSignalCam.h
743 - removed variables fNumHiGainSamples and fNumLoGainSamples
744 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
745
746 * manalysis/MExtractSignal.cc
747 - updated call to SetUsedFADCSlices
748
749
750
751 2004/01/14: Abelardo Moralejo
752
753 * manalysis/MMcCalibrationCalc.cc:
754 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
755 This can happen (depending on camera simulation parameters), and
756 rms = 0 later resulted in the pixel being eliminated in the
757 image cleaning.
758
759
760
761 2004/01/14: Thomas Bretz
762
763 * Makefile:
764 - replaced old style Makefile.depend by directory specific
765 dependancy files
766
767 * Makefile.rules:
768 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
769 - added rule to make dependency files
770 - added rule to remove dependancy files.
771 - added rmdep as prerequisite to clean
772 - include dependency file
773
774 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
775 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
776 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
777 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
778 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
779 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
780 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
781 mtools/Makefile:
782 - removed clean-rule, use the one in Makefile.rules instead
783
784 * mreport/Makefile, mreport/ReportLinkDef.h:
785 - added MReportHelp
786
787 * mreport/MReportFileRead.cc:
788 - moved code from MReportHelp to new file
789 - removed usage of MReport class completely
790
791 * mfilter/MFGeomag.[h,cc]:
792 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
793 - changed the second loop from 0->1151 to 1152->2304
794 - removed dummy arrays used for reading
795 - output filename in case of 'file not found'
796 - removed obsolete data members
797 - removed obsolete Init function
798 - removed forbidden underscore from member variable
799 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
800
801 * mbase/MStatusDisplay.[h,cc]:
802 - added new member function Open
803 - added new menu entry kFileOpen
804 - changed UpdatePSheader algorithm (the old one was much too slow)
805
806 * manalysis/MCurrents.[h,cc]:
807 - removed (old outdated)
808
809 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
810 - removed MCurrents
811
812
813
814 2004/01/14: Wolfgang Wittek
815
816 * macros/ONOFFAnalysis.C:
817 - current version
818
819 * mhist/MHSigmaTheta.[h,cc]:
820 - replace MPedestalCam by MPedPhotCam
821
822 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
823 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
824 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
825 - replace MPedestalCam by MPedPhotCam
826
827 * manalysis/MPedPhotPix.[h,cc]
828 - uncomment SetRms()
829
830
831
832 2004/01/13: Markus Gaug
833
834 * manalysis/MExtractSignal.h
835 - seems that the reduced light intensity of the CT1 Pulser
836 results in broader pulses -> Set Default time slices to [3,10]
837
838 * mhist/MHCamera.cc
839 - make Stat Window in option 'proj' bigger
840 - add comment line at beginning of Draw()
841
842 * mcalib/MHCalibrationBlindPixel.[h.cc]
843 - add Function DrawClone()
844 - fix bug in calculation of integral (GetIntegral("width"))
845 - restrict parameters tighter
846 - declare fit as not valid, if less than 100 events
847 in single photo-electron peak
848
849 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
850 - fit now with fixed normalization
851
852 * mcalib/MHCalibrationPixel.[h.cc]
853 - new function IsEmpty()
854 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
855
856 * mcalib/MCalibrationPix.[h.cc]
857 - F-Factor corrected and added error
858 - Histograms not fitted if they are empty
859 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
860
861 * mcalib/MCalibrationCam.cc
862 - Square Root of Reduced Sigmas not taken, if they are < 0.
863 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
864
865 * mcalib/MCalibrationCalc.cc
866 - Blind Pixel is not additionally treated as normal pixel any more
867 - Blind Pixel Draw replaced by DrawClone
868
869 * macros/calibration.C
870 - took out some unused code
871 - some default axis labelling corrected
872
873
874
875 2004/01/13: Abelardo Moralejo
876
877 * manalysis/MMcPedestalCopy.cc
878 - added check of whether input file is a MC file before executing
879 the PreProcess.
880
881
882
883 2004/01/13: Wolfgang Wittek
884
885 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
886 - change macro to handle also MC events with finite sigmabar
887
888 * manalysis/MPadOn.[h,cc]:
889 - deleted, is replaced by MPad
890
891 * manalysis/MPadOnOFF.[h,cc]:
892 - deleted, is replaced by MPad
893
894 * manalysis/MPad.[h,cc]:
895 - new class, replacing MPadON and MPadONOFF
896 - handle also MC events with finite sigmabar
897
898 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
899 - replace MPadON and MPadONOFF by MPad
900
901
902
903 2004/01/13: Thomas Bretz
904
905 * mraw/MRawRunHeader.[h,cc]:
906 - implemented new member function GetRunTypeStr
907
908 * Changelog.03:
909 - added (contains entries of 2003)
910
911 * Changelog:
912 - removed entries of 2003
913
914 * mfilter/MFGeomag.cc:
915 - simplified open/close of input files
916
917 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
918 - added some comments
919 - added new member function GetError
920
921 * Makefile:
922 - updated 'make dox' output for convinience
923
924 * macros/dohtml.C:
925 - do not print Info's
926 - added mcamera
927 - added mpointing
928 - added mreport
929
930 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
931 - removed some obsolete comments (these comments confused THtml)
932
933 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
934 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
935 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
936 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
937 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
938 - replaced MPedestalCam by MPedPhotCam
939 - removed some obsolete includes
940
941 * mbase/BaseLinkDef.h, mbase/Makefile:
942 - added MLogPlugin
943 - added MLogHtml
944
945 * mbase/MLog.[h,cc]:
946 - added use of plugins
947
948 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
949 - added
950
951 * mbase/MStatusDisplay.[h,cc]:
952 - added a Save-As dialog
953
954
955
956 2004/01/12: Thomas Bretz
957
958 * macros/rootlogon.C:
959 - added mcamera to include path
960 - added mpointing to include path
961 - added mreport to include path
962
963 * mbase/MLog.cc:
964 - updated my eMail address
965
966 * mbase/MParContainer.h:
967 - added Read member function
968
969 * mbase/MStatusDisplay.[h,cc]:
970 - changed size of ps-paper
971 - added a user defined bottom line to the ps-files
972 - added name (currently unused)
973 - added title (used as possible bottom line in ps-file)
974
975 * mraw/MRawRunHeader.cc:
976 - added some comments
977
978 * status.cc:
979 - set name of input as bottom line of status display
980
981
982
983 2004/01/12: Abelardo Moralejo
984
985 * mimage/MStereoPar.cc
986 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
987 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
988 Bug had no effect unless scale1 != scale2 (-> telescopes of
989 different size).
990
991
992
993 2004/01/12: Markus Gaug
994
995 * manalysis/MExtractSignal.[h,cc]
996 - take out some uncommented code
997 - replace logainshift by two independent variables:
998 logainfirst, logainlast
999 - because in most data, maximum occurs in slice 4, shift default
1000 from slices 4-9 to slices 3-8.
1001
1002 * manalysis/MExtractedSignalPix.[h,cc]
1003 - took out some uncommented code
1004 - new initializers: instead of -1. now 99999.9
1005
1006
1007
1008 2004/01/09: Markus Gaug
1009
1010 * mcalib/MCalibrationCam.[h,cc]
1011 - take out 1-dim histos because we can use
1012 the projections in MHCamera (s.b.)
1013
1014 * mcalib/MHCalibrationBlindPixel.h
1015 - make the fit by default quiet
1016
1017 * mcalib/MHCalibrationPixel.[h,cc]
1018 * mcalib/MCalibrationPix.[h,cc]
1019 - Ranges of time slices stored independently for HiGain and LoGain
1020 in order to allow consecutive checks
1021
1022 * mhist/MHCamera.[h.cc]
1023 - add the possibility to call a Draw("proj") which will
1024 draw a Y-Projection of the histogram
1025
1026 * macros/calibration.C
1027 - apply the drawing of the projections and fit them
1028
1029 * mcalib/MCalibrationCalc.cc
1030 - catch the possibility of a calibration file,
1031 unintendedly being a pedestal or cosmic file.
1032 Program now exits with an error before doing the fits
1033
1034 * mcalib/MCalibrationPix.[h,cc]
1035 - fixed a bug in calculation of fFitValid.
1036 before, a call to IsFitValid() always returned false
1037
1038
1039
1040 2004/01/09: Javier L¢pez
1041
1042 * macros/bootcampstandardanalysis.C
1043 - added new macro that holds the main scheleton discussed in the
1044 december bootcamp in Wuerzburg. It runs first over a pedestal
1045 run, then over a calibration run, again over the pedestal run
1046 to compute de pedestal in number of photons and finally over a
1047 data run to calibrate the data.
1048
1049
1050
1051 2004/01/06: Sebastian Raducci
1052
1053 * manalysis/MArrivalTime.[h,cc]
1054 - added new method to calculate photon arrival times. It uses the
1055 TSpline5 Root Class to interpolate the Fadc Slices. The time is
1056 the abscissa value of the absolute maximum of the interpolation
1057 - added new method to find clusters with similar arrival times.
1058 For now it's a preliminary version. It simply search for adiacent
1059 pixels having the same arrival time (color).
1060
1061 * manalysis/MArrivalTimeCalc.[h,cc]
1062 - modified the Process() method according to the changes in the
1063 Arrival Time Cointainer
1064
1065 * mmain/MEventDisplay.cc
1066 - added new tab in the camera event display to show the arrival
1067 time. This arrival time is calculated with the spline method
1068 - the old Arrival Time pad now it's called Max Slice Idx, because
1069 it's only the index of the slice with the max content.
1070
1071 * mhist/MHEvent.[h,cc]
1072 - added new fType in te enumeration to handle the arrival time
1073 histos
Note: See TracBrowser for help on using the repository browser.