source: trunk/MagicSoft/Mars/Changelog@ 2905

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