source: trunk/MagicSoft/Mars/Changelog@ 3106

Last change on this file since 3106 was 3106, checked in by gaug, 21 years ago
*** empty log message ***
File size: 50.6 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/02/11: Hendrik Bartko
8 * manalysis/MExtractSignal2 (Signal Extraction with a Sliding Window)
9 - introduced a validity check for the set-function of the window
10 size (even number of slices, WindowSize < NumberSlices)
11 * manalysis/MArrivalTimeCalc2 (Arrival Time Calculation with a
12 Sliding Window)
13 - introduced the calculation of the arrival time as the signal
14 weighted mean of the time slices in the maximum window
15
16
17 2004/02/11: Markus Gaug
18 * mcalib/MCalibrationCalc.cc
19 - the blind pixel signal extractor introduced one week ago, counted
20 one FADC slice too little, thus the normalization w.r.t. pedestals
21 was wrong. Now corrected.
22
23 * manalysis/MExtractSignal.cc
24 * manalysis/MExtractSignal2.cc
25 - when "WARNING - Lo Gain saturated" occurs, display also the corr.
26 pixel numbers.
27
28 * mbase/MArray.[h,cc]
29 - introduced function to cut array edges with zeros.
30 (Thomas, should we keep it there or move it to another class? )
31
32 * mcalib/MCalibrationCalc.[h,cc]
33 - new function SetBlindPixelRange to set start and end of FADC slices
34 used for the blind pixel signal extraction.
35 - remove fEvents which are not necessary any more after the shift
36 to MFCosmics.
37
38
39 2004/02/11: Abelardo Moralejo
40
41 * mmain/MEventDisplay.cc
42 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
43 MMcPedestalCopy must be executed earlier!
44
45
46 2004/02/10: Raquel de los Reyes
47
48 * mhist/MHPixVsTime.[h,cc]
49 - Added a default draw function and replaced the TGraph object
50 by a pointer to a TGraph object.
51 * mreport/MReportTrigger.h
52 - Now it dereives from a MCamEvent class and implemented the
53 GetPixContent() and DrawPixelContent() functions.
54 * maccros/CCDataCheck.C
55 - An update of the previous macro. New plots: subsystems status and
56 macrocells trigger.
57
58 2004/02/10: Markus Gaug
59
60 * mcalib/MCalibrationCam.cc
61 - fixed documentation
62
63 * mhbase/MH.[h,cc]
64 - new function ProjectArray
65
66 * mcalib/MHCalibrationPixel.[h,cc]
67 * mcalib/MHCalibrationBlindPixel.[h,cc]
68 - use ProjectArray from MH to plot the projection of the fourier
69 spectrum
70
71 * mfilter/MFCosmics.[h,cc]
72 * mfilter/Makefile
73 * mfilter/FilterLinkDef.h
74 - new filter removing cosmics, the same as in MCalibrationCalc
75 where it was removed now.
76 Call: MCosmics cosmics;
77 MContinue cont(&cosmics);
78 tlist.AddToList(&cont);
79
80 * mcalib/MCalibrationCalc.[h,cc]
81 - removed cosmics rejection from there
82
83 * macros/calibration.C
84 * mjobs/MJCalibration.cc
85 - changed cosmics rejection to the filter algorithm
86
87
88 2004/02/09: Markus Gaug
89
90 * mcalib/MCalibrationBlindPix.[h,cc]
91 - added histogram to display the average in FADC slices of all
92 single and double phe events
93
94 * mcalib/MCalibrationCalc.cc
95 - fill histograms of single-phe events with higain and logain
96 sampls
97
98 * mcalib/MCalibrationCam.[h,cc]
99 * mcalib/MCalibrationCalc.cc
100 * mcalib/MCalibrationConfig.h
101 - take all pixel areas out of MGeomPix::GetA(), remove all previous
102 areas
103 - calculate photon fluxes from blind pixel and PIN diode, use
104 area only to fill the conversion factors in MCalibrationPix
105
106
107 * mcalib/MJCalibration.cc
108 - display of number of photons for Blindpixel and PIN Diode Method
109 changed to display of photon flux which is the actually
110 calculated quantity
111
112
113 2004/02/09: Thomas Bretz
114
115 * mbadpixels/*:
116 - added
117
118 * Makefile:
119 - added MBadPixels
120
121 * manalysis/MGeomApply.cc:
122 - fixed class description
123
124 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
125 - added bad pixel treatment
126
127 * mjobs/MJPedestal.[h,cc]:
128 - reorganized order of functions
129 - removed a nonsense scrren output (some BLABABLA or so)
130
131 * mjobs/Makefile:
132 - added include for mbadpixels
133
134 * mmain/MBrowser.cc:
135 - do not call construtor of TGTReeLBEntry if pic0=0
136
137
138
139 2004/02/09: Raquel de los Reyes
140
141 * mcamera/MCameraLids.h, mreport/MReportCamera.h
142 - Added the "Get" functions to access the private data
143 members of the class.
144
145
146
147 2004/02/09: Markus Gaug
148
149 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
150 MCalibrationPix.h:
151 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
152 because we can calibrate with the histogram mean and RMS even
153 if the fit is not OK. Thus, there is a question: IsFitted() and
154 IsChargeValid(), i.e. does the charge make any sense?
155
156 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
157 - found serious bug in calculation of conversion factors for the
158 outer pixels:
159 GetMeanConversionBlindPixelMethod and
160 GetMeanConversionPINDiodeMethod
161 did not correct for the area of the outer pixel, this did only
162 MCalibrationCam::GetPixelContent which is not used by MCalibrate
163
164
165
166 2004/02/06: Markus Gaug
167
168 * mgeom/MGeomCam.h
169 - replaced in Comment of fPixRatio:
170 "ratio between size of pixel idx and pixel 0" by
171 "ratio between size of pixel 0 and pixel idx"
172
173 * manalysis/MPedestalCam.cc
174 - catch calls to MHPedestalPixel in case that they are not filled
175 This led previous calls to segmentation violations
176 - remove include of MHExtractedSignalPix
177
178 * manalysis/MHExtractedSignalPix.[h,cc]
179 - is everything in MHPedestalPixel, so removed it again
180
181 * mjobs/MJPedestal.cc
182 - put the projections into Display()
183 - correct the input of Display (0: pedestal, 1: pedestalerror,
184 2: pedRMS, 3: pedRMSerror)
185
186 * manalysis/MHPedestalPixel.cc
187 - increased number of bins in for charges plot
188
189 * mtools/MFFT.[h,cc]
190 - possibility to have PSD directly from TArray
191
192 * mjobs/MJCalibration.[h,cc]
193 - fixed displays
194 - replaced MExtractSignal by MExtractSignal2
195
196 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
197 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
198 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
199 - remove histograms MHChargevsN..., now keep TArrays directly
200 - check for oscillations for all pixels (and you will not trust
201 your eyes when you look at the results :-((((
202
203 * mcalib/MCalibrationCalc.[h,cc]
204 - remove ArrivalTime -> go to separate class
205 - remove BlindPixel and PIN Diode overflow, now handled directly
206 inside the corr. classes.
207 - remove SkipTimeFits -> go the arrival time class
208
209 * mcalib/MCalibrationCam.h
210 - new getters for number of photons
211 - removed timeslicewidth -> go the corr. time containers
212
213 * mcalib/MCalibrationCam.cc
214 - removed times of GetPixelContent
215 - added OscillationChecks in GetPixelContent
216
217 * manalysis/MMcCalibrationUpdate.cc
218 - remove calpix.SkipTimeFits which is now obsolet
219
220 * macros/calibration.C
221 - all previous changes now in this macro.
222 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
223 das ging diesmal in einem Aufwasch)
224
225
226
227 2004/02/06: Thomas Bretz
228
229 * mhist/MHPixVsTime.[h,cc]:
230 - changed such that you can set the name of the time container now
231
232 * mraw/MRawRunHeader.[h,cc]:
233 - added GetMaxPixId()
234
235 * mraw/MRawEvtData.cc:
236 - fixed wrong size calculation for fABflags
237
238
239
240 2004/02/06: Oscar Blanch
241
242 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
243 - We cahnged the name (and values) of the global variable
244 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
245
246
247
248 2004/02/05: Markus Gaug
249
250 * mcalib/MHCalibrationPixel.[h,cc]
251 - put an NDF limit for the fit
252 - removed all TStrings and replace them by Form(..)
253 - Check for nan's of all returned fit values
254
255 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
256 - reshuffled HiLoGainConversion, calculation of F-Factor method,
257 - calculation of total F-Factor of the readout.
258
259 * mcalib/MCalibrationCam.cc
260 - include relative times to display with GetPixelContent
261
262 * mcalib/MCalibrationCalc.[h,cc]
263 - flag to skip Hi-Lo Calibration
264 - Hi-LO Graph not filled any more after overflow of ChargevsN
265 - fill the blind pixel differently from the rest of pixels
266
267 * mcalib/MCalibrate.cc:
268 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
269
270 * manalysis/MArrivalTimeCalc.cc
271 - default step width 100 ps.
272 - look for half maximum (at rising edge)
273
274 * manalysis/MExtractSignal.[h,cc]
275 - removed uncommented code (arrival time)
276 - set start byte back by one like it was before TB's changes
277 (does not affect the calculation of number of FADC slices)
278
279 * manalysis/MExtractSignal2.[h,cc]
280 - removed uncommented code (arrival time)
281
282 * manalysis/MHPedestalPixel.[h,cc]
283 - is now filled with total pedestals (not per slice), but results are
284 renormalized to values per slice (this is not to screw up with the
285 pedestal RMS and the derived uncertainties)
286 - new function Renorm(nslices)
287
288 * manalysis/MPedestalCam.[h,cc]
289 - introduced function Clone() (like proposed by TB)
290 - call to MHPedestalPixel operator() not const any more
291 - take out lots of uncommented code
292 - found bug in initialization of hists. SetupFill is called in
293 PreProcess, therefore, TObjArray is not yet enlarged there.
294 Now, InitUseHists is called in Fill
295 - MHPedestalPixel is now filled with total pedestals (not per slice),
296 but results are
297 renormalized to values per slice (this is not to screw up with the
298 pedestal RMS and the derived uncertainties)
299
300 * manalysis/MPedCalcPedRun.cc
301 - added author
302 - split calculation of RMS into two steps to make it more clear to
303 the user
304
305 * macros/calibration.C
306 - found bug introduced two days ago, namely calculating pedestlas with
307 MExtractSignal2 which is now fixed
308 - Skip HiLoConversionCalibration
309
310
311
312 2004/02/05: Abelardo Moralejo
313
314 * macros/starmc2.C
315 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
316 for both MMcEvt and MMcRunHeader since these containers are
317 not present in real data. Name of macro is no longer adequate if
318 we will use it for calibrated real data (to be changed if so).
319
320
321
322 2004/02/05: Sebastian Raducci
323
324 * mtools/MCubicSpline.[h,cc]
325 - added
326 - this class will take the place of the TSpline class to
327 calculate arrival times
328
329 * mtools/MCubicCoeff.[h,cc]
330 - added
331 - this class is used by MCubicSpline to store coefficients
332
333 * macros/spline.C
334 - added
335 - test macro. Shows how to use the MCubicSpline class
336 - it could be used to test the methods of the Spline class
337
338
339
340 2004/02/05: Thomas Bretz
341
342 * mmain/MBrowser.cc:
343 - fixed a double deletion of a TGLayoutHints
344
345
346
347 2004/02/04: Markus Gaug
348
349 * mmain/MBrowser.cc:
350 - corrected TGTReeLBEntry for TGTreeLBEntry
351
352
353
354 2004/02/04: Thomas Bretz
355
356 * manalysis/MExtractSignal2.cc:
357 - don't allow odd numbers for the window size
358
359 * mfilter/MFilterList.cc:
360 - corrected a wrong logging message
361
362 * mmain/MBrowser.cc:
363 - added '/data/MAGIC' as shortcut in the combo box
364
365 * mraw/MRawEvtPixelIter.cc:
366 - optimized calculation of MaxIdx
367
368
369
370 2004/02/04: Abelardo Moralejo
371
372 * macros/starmc2.C
373 - removed unnecessary variables BinsHigh, BinsLow
374
375
376
377 2004/02/04: Markus Gaug
378
379 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
380 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
381 macros/calibration.C:
382 - histograms are now filled with MFillH as proposed and coded by
383 Thomas Bretz. Some modifications had to be done, however.
384 - Class to hold MHPedestalPixel is still MPedestalCam
385 - MPedCalcPedRun does nothing any more (except from what is was
386 doing before)
387
388 * manalysis/MExtractSignal.cc
389 - remove uncommented code
390
391 * mcalib/MCalibrationCalc.[h,cc]
392 - modified way to handle histogram overflow: Now flags are set and
393 ChargevsN histogram is not tried to be filled subsequently
394
395
396
397 2004/02/03: Markus Gaug
398
399 * manalysis/MHExtractedSignalPix.[h,cc]
400 - added Thomas B. modified version of MHPedestalPixel. Later will
401 remove MHPedestalPixel
402
403 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
404 manalysis/MCalibrationCam.cc, macros/calibration.C:
405 - now split completely absolute and relative times. Absolute
406 times are not fitted, but their histogram mean and rms are
407 returned.
408
409
410
411 2004/02/03: Thomas Bretz
412
413 * mfileio/MReadTree.cc:
414 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
415
416 * manalysis/MExtractSignal.[h,cc]:
417 - moved code to extract the signal from Process to
418 new member function FindSignal, I left the arrival time
419 extraction as commented-out code in the code just as a
420 demonstration to do this very fast.
421
422
423
424 2004/02/02: Markus Gaug
425
426 * manalysis/MPedCalcPedRun.cc
427 - corrected formulae in Class description
428
429 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
430 manalysis/MMcCalibrationUpdate.cc:
431 - calculate relative times and absolute times. Fit only
432 the relative ones.
433
434
435
436 2004/02/02: Abelardo Moralejo
437
438 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
439 - removed file type check (MC or data) from PreProcess since now
440 run headers are not yet known at that point.
441
442 * mcalib/MMcCalibrationCalc.cc
443 - same as above.
444
445 * NEWS
446 - updated.
447
448
449
450 2004/02/02: Thomas Bretz
451
452 * manalysis/MExtractSignal2.[h,cc]:
453 - added new task which takes a given number of slices with the
454 highest integral content as signal.
455
456 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
457 - added MExtractSignal2
458
459
460
461 2004/01/30: Abelardo Moralejo
462
463 * macros/starmc.C
464 - changed default FADC integration range (more adequate for coming
465 camera version).
466
467 * macros/mccalibrate.C, starmc2.C
468 - added. First macro transforms input files from camera simulation
469 into files with pixel data already calibrated in photons. The
470 second reads in an already calibrated data file and produces an
471 output file with Hillas parameters. Both together do the same as
472 starmc.C, but it is convenient to have files containing
473 calibrated pixel information.
474
475
476
477 2004/01/30: Thomas Bretz
478
479 * mbase/MDirIter.h:
480 - added GetNumEntries
481
482 * mhist/MHEvent.cc:
483 - added a dynamic_cast from MParContainer to MCamEvent to get the
484 correct pointer to the correct base-class.
485
486 * mbase/MStatusDisplay.cc:
487 - In EventInfo check whether gPad==0
488
489 * mfileio/MReadMarsFile.cc:
490 - removed reading RunHeaders from PreProcess, this resulted
491 in strange behaviour of writing RunHeaders
492 - fixed consistency check for RunType accordingly
493
494 * mfilter/MFilterList.cc:
495 - do not skip adding filter if only a filter with the same name
496 exists
497
498 * mraw/MRawFileRead.cc:
499 - added an output message if run header is not accessible
500
501 * mraw/MRawRunHeader.[h,cc]:
502 - initialize fRunType to new enum kRTNone
503
504 * mfilter/MFGeomag.cc:
505 - set fResult to kFALSE at the beginning of Process
506 - according to this removed setting fResult=kFALSE before return
507 - replaced some float by Float_t
508 - added some const-qualifiers
509 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
510 with rnd = R * (r2-r1)/2 to make sure that we cannot
511 devide by 0
512
513 * manalysis/MPedCalcPedRun.cc:
514 - added some comments
515
516 * Makefile:
517 - added mjobs
518
519 * mjobs/*:
520 - added
521
522 * mbase/Makefile, mbase/BaseLinkDef.h:
523 - added MRunIter
524
525 * mbase/MRunIter.[h,cc]:
526 - added
527
528
529
530 2004/01/30: Markus Gaug
531
532 * manalysis/MPedestalCam.h
533 - added function IsUsedHists()
534
535 * manalysis/MPedestalCam.cc
536 - modified GetPixelContent
537
538 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
539 - include storage of number of used FADC slices to compare later
540 the pedestal per slice ( and sigma per slice)
541 - return relative differences in GetPixelContent
542
543 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
544 - fBlindPixelId and fPINDiodeId now like in PedestalCam
545 - fill Blind Pixel with information about its fitted pedestal if
546 available
547 - initialize charges histogram with a bigger range
548 - use pedestal information to constrain the pedestal fit ranges
549
550 * manalysis/MHPedestalPixel.cc
551 - initialize charges histogram with a bigger range
552
553 * macros/calibration.C
554 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
555 - apply new GetPixelContents of MPedestalCam (more calculations
556 and displays of errors, correction for different FADC slice
557 number)
558
559 * manalysis/MExtractSignal.cc
560 - not access to MArrivalTime any more. The same information is
561 stored in MRawEvt->GetPixelContent(...)
562
563 * manalysis/MCalibrationCalc.cc
564 - retrieve default arrival time from MRawEvt
565
566 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
567 - check for NaN's in fit results
568
569
570
571 2004/01/29: Abelardo Moralejo
572
573 * mfileio/MWriteFile.h
574 - added missing declaration of ReInit
575
576 * manalysis/MMcCalibrationUpdate.cc
577 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
578 to adapt to recent changes in MCalibrate.
579
580
581
582 2004/01/29: Thomas Bretz
583
584 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
585 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
586 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
587 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
588 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
589 - split derivement into MParContainer and MCamEvent
590
591 * manalysis/MExtractSignalCam.[h,cc]:
592 - removed obsolete MExtractSignal::ReInit
593 - added -> to fArray
594
595 * mbase/MParList.h:
596 - added a new bit kIsProcessing
597
598 * mbase/MTaskList.cc:
599 - fixed the handling of kDoNotReset and the bahaviour of
600 SetReadyToSave, such that it is possible to write all
601 headers
602
603 * mfileio/MWriteFile.cc:
604 - added ReInit which also calls CheckAndWrite
605
606 * mgui/MCamEvent.h:
607 - does not derive from MParContainer anymore
608
609
610
611 2004/01/29: Markus Gaug
612
613 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
614 mcalib/MCalibrationConfig.h
615 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
616 directly into the corresponding classes.
617
618
619
620 2004/01/29: Nicola Galante
621
622 * mhistmc/MHMcTriggerLvl2.[h,cc]:
623 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
624 added string checking to return also
625 fHistCellPseudoSize, fHistCellPseudoSizeNorm
626 and fHistCellPseudoSizeEnergy.
627 - Added inline functions GetHistCellPseudoSize() and
628 GetHistCellPseudoSizeNorm().
629
630
631
632 2004/01/28: Javier Rico
633
634 * mcalib/MCalibrate.[h.cc]
635 - include possibility to select the calibration method to be used
636
637
638
639 2004/01/28: Markus Gaug
640
641 * mcalib/MCalibrate.[h.cc]
642 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
643
644 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
645 - included flags to indicate if Blind Pixel Method or PIn Diode
646 method was OK. Up to now, program stopped, if one of the two
647 methods was chosen but not able to being executed.
648
649 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
650 manalysis/MGeomApply.cc:
651 - put all missing InitSize(npixels) into MGeomApply
652
653 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
654 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
655 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
656 - include possibility to fit the pedestals with Gaussian.
657 - old methods are not affected.
658 - add new method with MPedCalcPedRun::SetUseHists()
659
660
661
662 2004/01/28: Abelardo Moralejo
663
664 * mcalib/MMcCalibration.cc
665 - fixed wrong variable type in call to TH1F constructor (number of
666 bins is now integer), which resulted in a compilation warning.
667
668
669
670 2004/01/28: Thomas Bretz
671
672 * manalysis/MPedestalCam.cc:
673 - removed unwanted CheckBound from operators. CheckBounds is ONLY
674 ment for really old MC files and will be removed in the future
675 anyhow.
676
677 * mcalib/MHCalibrationPixel.h:
678 - removed obsolete include of MFFT
679
680 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
681 manalysis/MPedestalCam.[h,cc]:
682 - removed use of obsolete MPedestalCam::CheckBounds. This was
683 a workaround for a 'bug' in very old camera files, which is not
684 necessary anymore.
685
686 * manalysis/MCerPhotAnal2.[h,cc]:
687 - replaced MPedestalCam by MPedPhotCam
688
689 * manalysis/MExtractSignal.cc:
690 - some small simplification to the signal extraction
691 - removed some obsolete variables
692 - replaced for by while
693 - removed obsolete casts
694
695 * mmain/MEventDisplay.cc:
696 - gave names to the filters
697 - removed adding MHCamera to fList because it was deleted twice
698
699 * mhist/MHCamera.cc:
700 - fixed usage of fPainter in Paint() - title was not updated
701 correctly
702
703
704
705 2004/01/28: Sebastian Raducci
706
707 * manalysis/MArrivalTime.[h,cc]:
708 - removed all the code relative to the cluster evaluation
709
710
711
712 2004/01/27: Markus Gaug
713
714 * manalysis/MPedestalPix.cc:
715 - initialize default values to 0 instead of -1.
716
717 * manalysis/MPedestalCam.[h,cc]:
718 - include CheckBounds, also in operator[]
719
720 * mcalib/MCalibrationCam.[h,cc]:
721 - apparently, there was a reference to InitSize(UInt_t i) instead
722 of InitSize(Int_t i), where compiler complained, now changed
723
724 * mcalib/MHCalibration*, mcalib/MCalibration*:
725 - fixed all Clear()'s, Reset()'s, direct intializers
726
727
728
729 2004/01/27: Thomas Bretz
730
731 * mdata/MDataChain.cc:
732 - added '%' to supported operators
733
734
735
736 2004/01/26: Nicola Galante
737
738 * manalysis/MMcTriggerLvl2.[cc,h]:
739
740 - Defined some static constants to avoid ugly "magic numbers"
741 in arrays: gsNCells, gsNTrigPixels,
742 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
743 - Added method
744 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
745 which computes compact pixels into a given L2T macrocell.
746 - Added method
747 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
748 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
749 macrocells
750 - Added method
751 MMcTriggerLvl2::GetCellPseudoSize() const
752 which returns fCellPseudoSize
753 - Added method
754 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
755 which controls whether a pixel belongs to a given L2T cell.
756 - Added method
757 MMcTriggerLvl2::GetMaxCell() const
758 which returns fMaxCell, the cell with the maximum
759 fCellPseudoSize.
760
761
762
763 2004/01/26: Markus Gaug, Michele Doro
764
765 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
766 - moved calculation of arrival time from MArrivalTime to
767 MArrivalTimeCalc. MArrivalTime does not do any Process-job
768 anymore
769 - TSpline5 now on stack.
770 - function to set the stepsize
771
772 * mcalib/MHCalibrationBlindPixel.[h,cc]:
773 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
774 - implement combined Polya fit and Michele's back-scattered electron
775 fit
776
777 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
778 mcalib/MCalibrationPINDiode.cc:
779 - combine FitChargeHiGain and FitChargeLoGain into one function
780
781 * macros/calibration.C
782 - improve double gauss fit a bit
783
784
785
786 2004/01/26: Thomas Bretz
787
788 * mraw/MRawEvtPixelIter.[h,cc]:
789 - removed member function GetNumPixels. For more details see mantis.
790
791 * manalysis/MArrivalTime.[h,cc]:
792 - reorganized includes
793 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
794 definition
795 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
796 PROGRAM
797
798 * manalysis/MArrivalTimeCalc.[h,cc]:
799 - reorganized includes
800 - removed many obsolete code, exspecially copy&paste relicts!
801 - fixed usage of InitSize
802 - removed CleanArray. Reset() is called automatically before Process()
803
804 * manalysis/MExtractedSignalCam.[h,cc]:
805 - added SetLogStream
806 - removed obsolete include MGeomCam
807 - replaced PrintOut by Print
808 - added const-qualifiers to all Getters
809 - fixed documentation
810
811 * manalysis/MExtractedSignalPix.[h,cc]:
812 - replaced PrintOut by Print
813 - fixed documentation
814
815 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
816 - replaced memset by Reset()
817
818
819
820 2004/01/24: Abelardo Moralejo
821
822 * macros/starmcstereo.C
823 - Added. Example of how to run the analysis chain for MC files
824 containing simulation of stereo systems of 2 telescopes.
825
826 * mcalib/MCalibrate.cc
827 - Added check that value of signal from MExtractedSignalPix is not
828 the default (error) value. In such a case, the signal in
829 MCerPhotEvt is now set to 0. Before, all pixels got very high
830 values in MCerPhotEvt in case the MRawEvtData object for the
831 event was missing in the file. This happened in MC files, in
832 which in some circumstances an event is written without the
833 pixel information (for instance, when running stereo simulations
834 the pixel data is missing for non-triggered telescopes, but the
835 event headers are present).
836
837
838
839 2004/01/23: Markus Gaug
840
841 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
842 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
843 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
844 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
845 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
846 - use MArrivalTime for Storage (or calculation) of time
847 in MExtractSignal
848 - pass from TH1I histos to TH1F for times
849
850 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
851 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
852 mcalib/MCalibrationCalc.[h,cc]:
853 - clean up setters
854 - pass to bit-fields for all flags
855
856 * mcalib/MCalibrationCam.cc
857 - exclude Blind Pixel from Camera display
858 - do not fill &val when return kFALSE
859
860 * macros/calibration.C
861 - include functions to exclude the blind pixel,
862 calculation of times and quality checks
863
864
865
866 2004/01/23: Abelardo Moralejo
867
868 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
869 - Added support (using AddSerialNumber) for stereo MC files.
870
871
872
873 2004/01/23: Thomas Bretz
874
875 * mbase/MAstro.cc:
876 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
877
878 * mreport/MReport*.[h,cc]:
879 - changed all classes to return Int_t instead of Bool_t in
880 InterpreteBody
881 - changed MReportFileRead such, that a wrong line results in
882 skipping the line instead of abort reading.
883
884 * manalysis/MExtractSignal.cc:
885 - do not print information for each pixel - it's too much.
886
887 * mbase/MStatusDisplay.cc:
888 - when reading a status display do not display tabs with
889 the same name than one which is already existing.
890
891 * mcalib/MCalibrate.cc:
892 - directly store pointer to pixel when setting saturation flag
893
894 * mcamera/MCameraDC.cc:
895 - fixed some comments
896
897 * mhist/MHCamEvent.cc:
898 - fixed a crash when no geometry was available
899
900 * mhist/MHCamera.[h,cc]:
901 - removed obsolete member function SetPix
902
903 * mbase/MStatusDisplay.[h,cc]:
904 - added EventInfo member function
905 - implemented preliminary redirection of GetObjectInfo to
906 StatusLine2 -> An own status line for this is missing
907
908 * manalysis/MExtractSignal.[h,cc]:
909 - implemented StreamPrimitive
910 - changed deafults to be static const data members
911
912 * manalysis/MGeomApply.[h,cc]:
913 - implemented StreamPrimitive
914
915
916
917 2004/01/23: Abelardo Moralejo
918
919 * manalysis/MMcCalibrationUpdate.[h,cc]
920 - Added check to guarantee that the FADC simulation parameters of
921 all read files (those used for calibration and those analyzed)
922 are the same.
923 - Added missing support for analysis of stereo files.
924
925 * mcalib/MMcCalibrationCalc.cc
926 - Removed obsolete FIXME comment.
927 - Added missing support for analysis of stereo files.
928
929
930 2004/01/23: Raquel de los Reyes
931
932 * macros/CCDataCheck.C
933 - Added the temperature distribution of the optical links
934 and the plots of the LV power supplies.
935 * mcamera/MCameraLV.h
936 - Added the "Get" functions to access the private data
937 members of the class.
938
939
940 2004/01/22: Abelardo Moralejo
941
942 * manalysis/MMcCalibrationUpdate.[h,cc]
943 - Now ratio of high to low gain is taken from MCalibrationCam if
944 it existed previously in the parameter list, instead of being
945 read again from the MMcFadcHeader. Removed Setter function for
946 fADC2PhInner, no longer necessary. Fixed error regarding the
947 pedestal conversion to photons (did not read conversion factor
948 from preexisting MCalibrationCam object).
949
950 * mcalib/MMcCalibrationCalc.cc
951 - Changed parameters of the histogram, and also the quantity being
952 histogrammed. Check that input data come from a noiseless camera
953 file before proceeding to do the calibration. Introduced lower
954 size in cut for calibration. Now rhe calibration constant is not
955 calculated from the mean of photons/ADC counts, but from the peak
956 of the histogram.
957
958 * macros/starmc.C
959 - Introduced new scheme. Now there are two loops over two different
960 sets of files. First loop calculates the calibration constants,
961 second one does the analysis. Introduced comments. Now the
962 histogram used in the light calibration is written to the output
963 file.
964
965
966
967 2004/01/22: Thomas Bretz
968
969 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
970 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
971 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
972 mcalib/MCalibrationBlindPixel.[h,cc],
973 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
974 mcalib/MHCalibrationBlindPixel.[h,cc],
975 mcalib/MHCalibrationPINDiode.[h,cc]:
976 - cleaned up includes
977
978
979
980 2004/01/22: Raquel de los Reyes
981
982 * macros/CCDataCheck.C
983 - macro to check the data from the central control (.rep files).
984
985
986
987 2004/01/22: Markus Gaug
988
989 * macros/calibration.C
990 - made MStatusDisplay 3 bit smaller
991
992 * manalysis/MExtractSignal.cc
993 - put fSignals->SetUsedFADCSlices into PreProcess
994
995 * manalysis/MPedCalcPedRun.cc
996 - calculate PedRMS as RMS of the sums, later renormalized to units
997 of RMS/slice (eliminate the wrong effect of odd and even slices)
998
999 * mcalib/MCalibrationCalc.cc
1000 - if bit SkipBlindPixelFit is set, now number of photons outside
1001 plexiglass is not intended to be calculated any more (previous
1002 bug)
1003 - exclude excluded pixels in eventloop
1004
1005 * mcalib/MHCalibrationBlindPixel.[h,cc]
1006 - move functions to pointer again (otherwise, Clone will give
1007 strange results)
1008
1009
1010
1011 2004/01/21: Abelardo Moralejo
1012
1013 * mcalib/MMcCalibrationCalc.[h,cc]
1014 - Added. First version of the task intended to calculate the
1015 conversion factors from ADC counts to photons in the MC. It has
1016 a different aim than the recently renamed class
1017 "MMcCalibrationUpdate" (which takes care that the correct
1018 pedestals and conversion factors are supplied to each event, but
1019 does not really calculate anything).
1020
1021 * mcalib/Makefile, CalibLinkDef.h
1022 - Added new class MMcCalibrationCalc
1023
1024 * manalysis/MMcCalibrationUpdate.[h,cc]
1025 - Now the container MCalibrationCam is not created or modified if
1026 it is found that one such container already exists in the
1027 Parameter list (from a previous calibration).
1028
1029
1030
1031 2004/01/21: Thomas Bretz
1032
1033 * mraw/MRawRead.cc:
1034 - restore the fake time for all runs (current time stamp in
1035 the data seems to be toally nonsense)
1036
1037 * mraw/MRawEvtHeader.cc:
1038 - removed decoding of real time (current time stamp in the data
1039 seems to be toally nonsense)
1040
1041
1042
1043 2004/01/21: Abelardo Moralejo
1044
1045 * mmc/MMcEvt.hxx
1046 - Uncommented 6 Getter functions (those regarding the number of
1047 photons surviving the different stages of simulation).
1048
1049 * manalysis/MMcCalibrationUpdate.[h,cc]
1050 - Added (see below).
1051
1052 * manalysis/MMcCalibrationCalc.[h,cc]
1053 - Removed: changed name of this class to MMcCalibrationUpdate,
1054 which is more representative of what it really does. Moved
1055 the filling of the MCalibrationCam container from Process to
1056 ReInit, since it does not change on an event by event basis.
1057 Simplified PreProcess (MCalibrationCam was searched for twice).
1058 Updated class description and comments.
1059
1060 * manalysis/Makefile, AnalysisLinkDef.h
1061 - Adapted to change above
1062
1063 * macros/starmc.C
1064 - Adapted to change above. Changed also task instance name from
1065 mccalibcalc to mccalibupdate.
1066
1067
1068
1069 2004/01/21: Raquel de los Reyes
1070
1071 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
1072 and mcamera/MCameraCalibration.h
1073 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
1074 the private data members of the class.
1075
1076
1077
1078 2004/01/20: Thomas Hengstebeck
1079
1080 * mranforest/MRanForestCalc.[h,cc]
1081 - Added member functions Grow (training of RF) and Fill (reading in
1082 trained forest from file) which simplify macros.
1083 One just needs to call them instead of using MRanForestGrow and
1084 MRanForestFill (and the related training and fill loops) in a
1085 macro.
1086
1087
1088
1089 2004/01/20: Abelardo moralejo
1090
1091 * manalysis/MMcCalibrationCalc.cc
1092 - removed call to MCalibrationPix::SetPedestal, which was not
1093 needed.
1094
1095
1096
1097 2004/01/20: Thomas Bretz
1098
1099 * Makefile:
1100 - replaced 'make' by '$(MAKE)'
1101
1102 * Makefile.rules:
1103 - added Makefile itself to dependencies
1104
1105 * mbase/MTask.cc:
1106 - added comment about ReInit
1107
1108 * mhbase/MH.cc:
1109 - do not clear pad in DrawClone if 'same' option given
1110
1111 * mhist/MHVsTime.cc:
1112 - evaluate 'same' option
1113
1114 * mfileio/MReadCurrents.[h,cc]:
1115 - obsolete, removed
1116
1117 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
1118 - added some comments
1119
1120
1121
1122 2004/01/20: Abelardo moralejo
1123
1124 * mcalib/MHCalibrationPINDiode.cc
1125 - Added call to SetDirecory(0) for histograms fHErrCharge,
1126 fHPCharge, fHPTime.
1127
1128 * manalysis/MCerPhotPix.h:
1129 - Changed position of declaration of fIsSaturated to be the last
1130 private variable. Otherwise, since in the constructor it is
1131 initialized in the last place, a warning is displayed upon
1132 compilation in some systems.
1133
1134
1135
1136 2004/01/20: Markus Gaug
1137 * mcalib/Makefile, manalysis/Makefile:
1138 - include directory ../mtools
1139
1140 * mtools/MFFT.[h,cc]
1141 - class inherits from TObject now
1142
1143
1144
1145 2004/01/19: Markus Gaug
1146
1147 * mcalib/MHCalibrationBlindPixel.[h,cc]
1148 - fixed a bug in fFitLegend due to which program crashed by calls
1149 to DrawClone
1150 - Modified way to change the fit function
1151
1152 * mcalib/MHCalibrationPixel.[h,cc]
1153 - reordered function calls
1154 - removed SetupFill
1155
1156 * mcalib/MHCalibrationPINDiode.h
1157 - reordered function calls
1158
1159 * mcalib/MCalibrationPix.[h,cc]
1160 - limits to define fFitValid now as variables in class
1161
1162 * mcalib/MCalibrationCam.[h,cc]
1163 - reordered function calls
1164 - incorporate option to exclude pixels
1165
1166 * mcalib/MCalibrationBlindPix.h
1167 - Modified way to change the fit function
1168
1169 * mcalib/MCalibrationCalc.[h,cc]
1170 - Modified way to change the fit function
1171 - incorporate option to exclude pixels from configuration file
1172
1173 * macros/calibration.C
1174 - Modified way to change the fit function
1175 - incorporate option to exclude pixels from configuration file
1176
1177
1178
1179 2004/01/19: Javier Rico
1180
1181 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
1182 - Added documentation of member functions
1183
1184
1185
1186 2004/01/19: Abelardo Moralejo
1187
1188 * manalysis/MCerPhotPix.[h,cc]
1189 - Added fIsSaturated to flag whether low gain of the pixel is
1190 saturated. Added corresponding getter and setter functions.
1191 Updated ClassDef to version 2.
1192
1193 * mcalib/MCalibrate.cc
1194 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
1195 one low gain FADC slice is saturated.
1196
1197 * mimage/MNewImagePar.[h,cc]
1198 - Added new member variable fNumSaturatedPixels to count how many
1199 pixels were saturated. Updated ClassDef to version 2.
1200
1201
1202
1203 2004/01/19: Thomas Bretz
1204
1205 * manalysis/MPedPhotCalc.[cc,h]:
1206 - fixed order of includes
1207 - removed obsolete forward declarations
1208 - removed obsolete data member fNumPixels (stored already twice in
1209 the two TArrayF)
1210 - fixed some small bugs in the documentation
1211
1212 * manalysis/MPedCalcPedRun.cc:
1213 - updated my eMail address
1214
1215
1216
1217 2004/01/19: Javier Rico
1218
1219 * macros/dohtml.C, NEWS
1220 - include some missing info
1221
1222
1223
1224 2004/01/19: Abelardo Moralejo
1225
1226 * manalysis/MExtractedSignalPix.h
1227 - added GetNumLoGainSaturated()
1228
1229
1230
1231 2004/01/19: Markus Gaug
1232
1233 * macros/dohtml.C
1234 - include calibration.C
1235
1236 * manalysis/MExtractSignal.cc
1237 - warning of logain saturation now only once per event (out of loop)
1238
1239 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
1240 - new Flag fExcluded to indicate if pixel has been excluded from
1241 further analysis
1242
1243
1244
1245 2004/01/16: Javier Rico & Pepe Flix
1246
1247 * manalysis/MPedPhotCalc.[cc,h]
1248 - added
1249 - new class for the evaluation of pedestals in units of photons
1250 using the extracted signal from pedestal runs and calibration
1251 constants defined in MCalibrate
1252
1253 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1254 - added entries for MPedPhotCalc
1255
1256 * macros/pedphotcalc.C
1257 - added
1258 - example on how to use MPedPhotCalc task
1259
1260
1261
1262 2004/01/16: Markus Gaug
1263
1264 * mcalib/MCalibrationFits.h
1265 - removed and incorporated in MHCalibrationBlindPixel.h
1266
1267 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
1268 mcalib/MCalibrationBlindPix.h:
1269 - incorporate Fit functions
1270 - fixed a bug due to which DrawClone crashed when class was used
1271 in a compiled macro
1272
1273 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
1274 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
1275 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
1276 mcalib/MHCalibrationPixel.cc:
1277 - fixed the warns and errs in fLog's
1278
1279
1280
1281 2004/01/16: Abelardo Moralejo
1282
1283 * manalysis/MMcCalibrationCalc.cc
1284 - TMath::Max() is no longer used because it did not compile in some
1285 systems for unkown reasons. I replaced it by a safer (and may be
1286 slower) code.
1287 - Added calpix.SetFitValid();
1288
1289 * mhist/MHEvent.cc
1290 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
1291 be 1 in case of RMS:
1292 case kEvtPedestalRMS:
1293 fHist->SetCamContent(*(MCamEvent*)par, 1);
1294
1295
1296
1297 2004/01/15: Abelardo Moralejo
1298
1299 * macros/starmc.C
1300 - Added. Version of star showing new chain to get Hillas
1301 parameters (with Size calibrated in photons) from MC files.
1302
1303
1304
1305 2004/01/15: Javier Rico
1306
1307 * manalysis/MPedCalcPedRun.[h,cc]
1308 - optimize the running time
1309 - add (some) documentation
1310 - correct treatment for the case of several input files
1311
1312 * macros/pedvsevent.C
1313 - added
1314 - draw pedestal mean and rms vs event# for input pixel# and run
1315 file, and compares them to the global pedestal mean and rms
1316
1317
1318
1319 2004/01/15: Raquel de los Reyes
1320
1321 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
1322 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
1323 functions to compute the estimation of the error of the
1324 mean. It can be done calling to the function
1325 MCamEvent::SetBit(MHCamera::kVariance) in the macro
1326
1327
1328
1329 2004/01/15: Markus Gaug
1330
1331 * mhist/MHCamera.[h,cc]
1332 - incorporate Thomas's changes
1333 - replace void CreateProjection() by TH1D *Projection(const char*)
1334
1335 * macros/calibration.C
1336 - replace MHCamera->Draw("proj") by MHCamera->Projection()
1337 - produce better fits to the projection
1338
1339 * manalysis/MSimulatedAnnealing.[h,cc],
1340 mhist/MHSimulatedAnnealing.[h,cc]:
1341 - moved to directory mtools
1342 - MSimulatedAnnealing now inherits from TObject
1343
1344 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1345 mhist/Makefile, mhist/HistLinkDef.h:
1346 - removed MSimulatedAnnealing
1347 - removed MHSimulatedAnnealing
1348
1349 * mtools/Makefile, mtools/AnalysisLinkDef.h:
1350 - added MSimulatedAnnealing
1351 - added MHSimulatedAnnealing
1352
1353
1354
1355 2004/01/15: Thomas Bretz
1356
1357 * manalysis/AnalysisLinkDef.h:
1358 - removed MCurrents
1359
1360 * mhist/MHCamera.[h,cc]:
1361 - added member function Projection
1362 - removed fYproj
1363
1364 * mreport/MReport*.*:
1365 - added more comments
1366
1367
1368
1369 2004/01/14: Markus Gaug
1370
1371 * mtools/MFFT.[h,cc]
1372 - new class to perform Fast Fourier Transforms
1373
1374 * mtools/Makefile
1375 * mtools/ToolsLinkDef.h
1376 - include MFFT
1377
1378 * manalysis/MExtractedSignalCam.h
1379 - removed variables fNumHiGainSamples and fNumLoGainSamples
1380 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
1381
1382 * manalysis/MExtractSignal.cc
1383 - updated call to SetUsedFADCSlices
1384
1385
1386
1387 2004/01/14: Abelardo Moralejo
1388
1389 * manalysis/MMcCalibrationCalc.cc:
1390 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
1391 This can happen (depending on camera simulation parameters), and
1392 rms = 0 later resulted in the pixel being eliminated in the
1393 image cleaning.
1394
1395
1396
1397 2004/01/14: Thomas Bretz
1398
1399 * Makefile:
1400 - replaced old style Makefile.depend by directory specific
1401 dependancy files
1402
1403 * Makefile.rules:
1404 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
1405 - added rule to make dependency files
1406 - added rule to remove dependancy files.
1407 - added rmdep as prerequisite to clean
1408 - include dependency file
1409
1410 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
1411 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
1412 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
1413 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
1414 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
1415 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
1416 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
1417 mtools/Makefile:
1418 - removed clean-rule, use the one in Makefile.rules instead
1419
1420 * mreport/Makefile, mreport/ReportLinkDef.h:
1421 - added MReportHelp
1422
1423 * mreport/MReportFileRead.cc:
1424 - moved code from MReportHelp to new file
1425 - removed usage of MReport class completely
1426
1427 * mfilter/MFGeomag.[h,cc]:
1428 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
1429 - changed the second loop from 0->1151 to 1152->2304
1430 - removed dummy arrays used for reading
1431 - output filename in case of 'file not found'
1432 - removed obsolete data members
1433 - removed obsolete Init function
1434 - removed forbidden underscore from member variable
1435 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
1436
1437 * mbase/MStatusDisplay.[h,cc]:
1438 - added new member function Open
1439 - added new menu entry kFileOpen
1440 - changed UpdatePSheader algorithm (the old one was much too slow)
1441
1442 * manalysis/MCurrents.[h,cc]:
1443 - removed (old outdated)
1444
1445 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1446 - removed MCurrents
1447
1448
1449
1450 2004/01/14: Wolfgang Wittek
1451
1452 * macros/ONOFFAnalysis.C:
1453 - current version
1454
1455 * mhist/MHSigmaTheta.[h,cc]:
1456 - replace MPedestalCam by MPedPhotCam
1457
1458 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
1459 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
1460 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
1461 - replace MPedestalCam by MPedPhotCam
1462
1463 * manalysis/MPedPhotPix.[h,cc]
1464 - uncomment SetRms()
1465
1466
1467
1468 2004/01/13: Markus Gaug
1469
1470 * manalysis/MExtractSignal.h
1471 - seems that the reduced light intensity of the CT1 Pulser
1472 results in broader pulses -> Set Default time slices to [3,10]
1473
1474 * mhist/MHCamera.cc
1475 - make Stat Window in option 'proj' bigger
1476 - add comment line at beginning of Draw()
1477
1478 * mcalib/MHCalibrationBlindPixel.[h.cc]
1479 - add Function DrawClone()
1480 - fix bug in calculation of integral (GetIntegral("width"))
1481 - restrict parameters tighter
1482 - declare fit as not valid, if less than 100 events
1483 in single photo-electron peak
1484
1485 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
1486 - fit now with fixed normalization
1487
1488 * mcalib/MHCalibrationPixel.[h.cc]
1489 - new function IsEmpty()
1490 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
1491
1492 * mcalib/MCalibrationPix.[h.cc]
1493 - F-Factor corrected and added error
1494 - Histograms not fitted if they are empty
1495 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
1496
1497 * mcalib/MCalibrationCam.cc
1498 - Square Root of Reduced Sigmas not taken, if they are < 0.
1499 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
1500
1501 * mcalib/MCalibrationCalc.cc
1502 - Blind Pixel is not additionally treated as normal pixel any more
1503 - Blind Pixel Draw replaced by DrawClone
1504
1505 * macros/calibration.C
1506 - took out some unused code
1507 - some default axis labelling corrected
1508
1509
1510
1511 2004/01/13: Abelardo Moralejo
1512
1513 * manalysis/MMcPedestalCopy.cc
1514 - added check of whether input file is a MC file before executing
1515 the PreProcess.
1516
1517
1518
1519 2004/01/13: Wolfgang Wittek
1520
1521 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
1522 - change macro to handle also MC events with finite sigmabar
1523
1524 * manalysis/MPadOn.[h,cc]:
1525 - deleted, is replaced by MPad
1526
1527 * manalysis/MPadOnOFF.[h,cc]:
1528 - deleted, is replaced by MPad
1529
1530 * manalysis/MPad.[h,cc]:
1531 - new class, replacing MPadON and MPadONOFF
1532 - handle also MC events with finite sigmabar
1533
1534 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1535 - replace MPadON and MPadONOFF by MPad
1536
1537
1538
1539 2004/01/13: Thomas Bretz
1540
1541 * mraw/MRawRunHeader.[h,cc]:
1542 - implemented new member function GetRunTypeStr
1543
1544 * Changelog.03:
1545 - added (contains entries of 2003)
1546
1547 * Changelog:
1548 - removed entries of 2003
1549
1550 * mfilter/MFGeomag.cc:
1551 - simplified open/close of input files
1552
1553 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
1554 - added some comments
1555 - added new member function GetError
1556
1557 * Makefile:
1558 - updated 'make dox' output for convinience
1559
1560 * macros/dohtml.C:
1561 - do not print Info's
1562 - added mcamera
1563 - added mpointing
1564 - added mreport
1565
1566 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
1567 - removed some obsolete comments (these comments confused THtml)
1568
1569 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
1570 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
1571 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
1572 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
1573 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
1574 - replaced MPedestalCam by MPedPhotCam
1575 - removed some obsolete includes
1576
1577 * mbase/BaseLinkDef.h, mbase/Makefile:
1578 - added MLogPlugin
1579 - added MLogHtml
1580
1581 * mbase/MLog.[h,cc]:
1582 - added use of plugins
1583
1584 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
1585 - added
1586
1587 * mbase/MStatusDisplay.[h,cc]:
1588 - added a Save-As dialog
1589
1590
1591
1592 2004/01/12: Thomas Bretz
1593
1594 * macros/rootlogon.C:
1595 - added mcamera to include path
1596 - added mpointing to include path
1597 - added mreport to include path
1598
1599 * mbase/MLog.cc:
1600 - updated my eMail address
1601
1602 * mbase/MParContainer.h:
1603 - added Read member function
1604
1605 * mbase/MStatusDisplay.[h,cc]:
1606 - changed size of ps-paper
1607 - added a user defined bottom line to the ps-files
1608 - added name (currently unused)
1609 - added title (used as possible bottom line in ps-file)
1610
1611 * mraw/MRawRunHeader.cc:
1612 - added some comments
1613
1614 * status.cc:
1615 - set name of input as bottom line of status display
1616
1617
1618
1619 2004/01/12: Abelardo Moralejo
1620
1621 * mimage/MStereoPar.cc
1622 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
1623 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
1624 Bug had no effect unless scale1 != scale2 (-> telescopes of
1625 different size).
1626
1627
1628
1629 2004/01/12: Markus Gaug
1630
1631 * manalysis/MExtractSignal.[h,cc]
1632 - take out some uncommented code
1633 - replace logainshift by two independent variables:
1634 logainfirst, logainlast
1635 - because in most data, maximum occurs in slice 4, shift default
1636 from slices 4-9 to slices 3-8.
1637
1638 * manalysis/MExtractedSignalPix.[h,cc]
1639 - took out some uncommented code
1640 - new initializers: instead of -1. now 99999.9
1641
1642
1643
1644 2004/01/09: Markus Gaug
1645
1646 * mcalib/MCalibrationCam.[h,cc]
1647 - take out 1-dim histos because we can use
1648 the projections in MHCamera (s.b.)
1649
1650 * mcalib/MHCalibrationBlindPixel.h
1651 - make the fit by default quiet
1652
1653 * mcalib/MHCalibrationPixel.[h,cc]
1654 * mcalib/MCalibrationPix.[h,cc]
1655 - Ranges of time slices stored independently for HiGain and LoGain
1656 in order to allow consecutive checks
1657
1658 * mhist/MHCamera.[h.cc]
1659 - add the possibility to call a Draw("proj") which will
1660 draw a Y-Projection of the histogram
1661
1662 * macros/calibration.C
1663 - apply the drawing of the projections and fit them
1664
1665 * mcalib/MCalibrationCalc.cc
1666 - catch the possibility of a calibration file,
1667 unintendedly being a pedestal or cosmic file.
1668 Program now exits with an error before doing the fits
1669
1670 * mcalib/MCalibrationPix.[h,cc]
1671 - fixed a bug in calculation of fFitValid.
1672 before, a call to IsFitValid() always returned false
1673
1674
1675
1676 2004/01/09: Javier L¢pez
1677
1678 * macros/bootcampstandardanalysis.C
1679 - added new macro that holds the main scheleton discussed in the
1680 december bootcamp in Wuerzburg. It runs first over a pedestal
1681 run, then over a calibration run, again over the pedestal run
1682 to compute de pedestal in number of photons and finally over a
1683 data run to calibrate the data.
1684
1685
1686
1687 2004/01/06: Sebastian Raducci
1688
1689 * manalysis/MArrivalTime.[h,cc]
1690 - added new method to calculate photon arrival times. It uses the
1691 TSpline5 Root Class to interpolate the Fadc Slices. The time is
1692 the abscissa value of the absolute maximum of the interpolation
1693 - added new method to find clusters with similar arrival times.
1694 For now it's a preliminary version. It simply search for adiacent
1695 pixels having the same arrival time (color).
1696
1697 * manalysis/MArrivalTimeCalc.[h,cc]
1698 - modified the Process() method according to the changes in the
1699 Arrival Time Cointainer
1700
1701 * mmain/MEventDisplay.cc
1702 - added new tab in the camera event display to show the arrival
1703 time. This arrival time is calculated with the spline method
1704 - the old Arrival Time pad now it's called Max Slice Idx, because
1705 it's only the index of the slice with the max content.
1706
1707 * mhist/MHEvent.[h,cc]
1708 - added new fType in te enumeration to handle the arrival time
1709 histos
Note: See TracBrowser for help on using the repository browser.