source: trunk/MagicSoft/Mars/Changelog@ 3094

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