source: trunk/MagicSoft/Mars/Changelog@ 3112

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