source: trunk/MagicSoft/Mars/Changelog@ 2911

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