source: trunk/MagicSoft/Mars/Changelog@ 2966

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