source: trunk/MagicSoft/Mars/Changelog@ 2890

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