source: trunk/MagicSoft/Mars/Changelog@ 2935

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