source: trunk/MagicSoft/Mars/Changelog@ 2909

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