source: trunk/MagicSoft/Mars/Changelog@ 2896

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