source: trunk/MagicSoft/Mars/Changelog@ 3084

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