source: trunk/MagicSoft/Mars/Changelog@ 2899

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