source: trunk/MagicSoft/Mars/Changelog@ 2958

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