source: trunk/MagicSoft/Mars/Changelog@ 2943

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