source: trunk/MagicSoft/Mars/Changelog@ 2949

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