source: trunk/MagicSoft/Mars/Changelog@ 2891

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