source: trunk/MagicSoft/Mars/Changelog@ 2960

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