source: trunk/MagicSoft/Mars/Changelog@ 2901

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