source: trunk/MagicSoft/Mars/Changelog@ 2902

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