source: trunk/MagicSoft/Mars/Changelog@ 2889

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