source: trunk/MagicSoft/Mars/Changelog@ 2903

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