source: trunk/MagicSoft/Mars/Changelog@ 2910

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