source: trunk/MagicSoft/Mars/Changelog@ 3125

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