source: trunk/MagicSoft/Mars/Changelog@ 2971

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