source: trunk/MagicSoft/Mars/Changelog@ 2974

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