source: trunk/MagicSoft/Mars/Changelog@ 2908

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