source: trunk/MagicSoft/Mars/Changelog@ 4167

Last change on this file since 4167 was 4167, checked in by gaug, 21 years ago
*** empty log message ***
File size: 166.0 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
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2004/05/25: Markus Gaug
22
23 * mjobs/MJCalibration.[h,cc]
24 - add possibility to switch on and off the blind pixel or pin diode
25 calibration
26
27 * mjobs/MExtractSignal.[h,cc]
28 - made changes in MProcessFileP such that it fits with the new
29 calibration. THIS IS ONLY A TEMPORARY SOLUTION. PEDESTALS AND
30 DATA FILES MUST BE TREATED EQUALLY! OTHERWISE THERE IS NOT
31 MATCHING FOR THE HIT CLEANING!!!
32
33 2004/05/24: Javier Rico
34
35 * mpedestal/MPedPhotCalc.cc
36 - Correct a bug that made pedestals be assigned to the wrong pixel
37
38 * mimage/MNewImagePar.[h,cc]
39 - add getters and output lines in Print() method for
40 fInnerLeakage1, fInnerLeakage2 and fInnerSize
41
42
43
44 2004/05/24: Markus Gaug
45
46 * mcalib/MCalibrationChargePix.cc
47 - reduce limit in number of phe's from 5 to 1. since some pulses
48 have less than 5 phe's now.
49
50 * mcalib/MHCalibrationTestCam.[h,cc]
51 - number of photons/area are now stored in TArray's in order to
52 retrieve them easier in later processing from stored files.
53
54 * mcalib/MCalibrationCam.cc
55 - initialize AverageAreas and AverageSectors with the number of
56 aidx and sector as SetPixId()
57
58 * mcalib/MCalibrationChargeCam.[h,cc]
59 - small modification in the Print()
60 - introduce data members to store the average number of photons by
61 the three methods
62
63 * mcalib/MCalibrationChargeCalc.cc
64 - calculate the limits for acceptance of number of photo-electrons
65 for the calculation of the mean by normal mean instead of weighted
66 mean. There were too many outliers still present in the weighted
67 mean such to modify the result by a sizeable amount.
68 - do not discard unreliable pixels any more in calculation of
69 mean number of phe.s In some runs, there is simply too many of
70 them in order to get reliable results.
71
72 * mpedestals/MPedCalcPedRun.cc
73 - put a condition if number of pixels in area index or in sector
74 is zero, don't calculate av. pedestal and av. pedRMS of this part.
75
76
77
78 2004/05/22: Markus Gaug
79
80 * mjobs/MJPedestal.[h,cc]
81 * mjobs/MJCalibration.[h,cc]
82 * mjobs/MJExtractCalibTest.[h,cc]
83 - replaced the TString GetOutputFile() functions by const char*
84 GetOutputFile(). This apparenty caused a memory leak which is now
85 removed.
86
87 * mcalib/MCalibrationChargePix.cc
88 - fixed bug calculating the reduced sigma for low-gain events:
89 the electronics Ped.RMS was taken from Hi-gain pedestal events and
90 too high. It is now divided by the factor 10. conversion between
91 both samples, but this value is probably too optimistic. Needs
92 more detailed studies, but does not exclude as many pixels as
93 before.
94
95 * mcalib/MHCalibrationChargePix.h
96 * mcalib/MHGausEvents.h
97 - put fSaturated from MHCalibrationChargePix into MHGausEvents
98
99 * mcalib/MHCalibrationChargeCam.[h,cc]
100 * mcalib/MHCalibrationCam.h
101 - put fNumHiGainSaturated and fNumLoGainSaturated from
102 MHCalibrationChargeCam into MHCalibrationCam
103
104 * mcalib/MHCalibrationRelTimeCam.[h,cc]
105 - set flags fSaturated in order to distinguish if the hi-gain or
106 the low-gain time has been extracted.
107
108 * mcalib/MHCalibrationCam.cc
109 - remove cloning of all pixels on the Clone() function. This caused
110 the need for three times more memory during runtime than now. It
111 should not affect the current macros.
112
113 * macros/calibration.C
114 - added a debug switch with which you can print out Object
115 Allocation (like suggested by TBretz).
116
117 * mcalib/MCalibrationRelTimeCalc.[h,cc]
118 - replaced the relative limit for acceptance of the time resolution
119 by an absolute limit
120 - set up output statistics logging (data written into DB)
121
122 * mcalib/MCalibrationChargeCalc.[h,cc]
123 - moved limit for acceptance of number of phe;s from 5 to 8
124 - set up output statistics logging (data written into DB)
125
126 * mjobs/MJCalibration.cc
127 - set up output statistics logging (data written into DB)
128
129
130
131 2004/05/22: Abelardo Moralejo
132
133 * macros/calibrate_data.C
134 - removed wrong call to MPedCalcPedRun::SetExtractor, which does
135 not exist (should use MJPedestal like calibration.C, instead of
136 a normal loop)
137
138 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
139 - changed name of variable fOffsetFromPeak to fOffsetFromWindow
140 to avoid confusion.
141 - introduced initialization to 0 of startslice and sat in FindPeak
142 - changed initialization of maxsumhi in Process from 0 to -1e6
143
144
145
146 2004/05/20: Raquel de los Reyes
147
148 * mraw/MRawRead.h
149 * mraw/Makefile
150 * msql/Makefile
151 - changed the inheritance of MRawRead class from MTask to MRead to
152 implement the AddFiles(MDirIter &) function in MRawFileRead class.
153
154 * mraw/MRawFileRead.[h,cc]
155 - implemented a second argument to the AddFile function and skip
156 adding NULL files in the constructor.
157
158 * mjobs/MJPedestal.cc
159 - uncommented the line to allow the analysis of .raw files.
160
161
162
163 2004/05/20: Markus Gaug
164
165 * mjobs/MJPedestal.cc
166 - put MGeomCamMagic into the plist (MGeomApply complained not to
167 find the GeomCam(
168
169 * msignal/MExtractFixedWindowPeakSearch.cc
170 - fixed a bug affecting signals with late arrival times which use
171 the variable fHiLoLast.
172 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
173 explained that this variable is not strictly the offset from the
174 peak but the offset from the peak search window.
175
176
177
178 2004/05/19: Markus Gaug
179
180 * mcalib/MCalibrationChargeCam.cc
181 - replaced a small bug in Print() which gave a segmentation
182 violation
183
184 * mjobs/MJCalibration.cc
185 - use cosmics filter only for CT1 pulser runs
186
187
188
189 2004/05/19: Abelardo Moralejo
190
191 * mbase/MGMap.cc
192 - replaced rint by TMath::Nint() (my Mac did not recognize the
193 former)
194
195
196
197 2004/05/19: Abelardo Moralejo
198
199 * macros/starmc2.C
200 - added third argument in adding MPointingPos to the output:
201 write.AddContainer("MPointingPos", "Events", kFALSE);
202 If not exisiting in the input file, it is simply ignored.
203
204
205
206 2004/05/15: Thomas Bretz
207
208 * mastro/MAstroCatalog.[h,cc]:
209 - changed Form to MString for thread safty
210 - fixed a bug which caused the construtor to crash in batch-mode
211 - added option argument to PaintImg
212
213 * mbase/MGMap.[h,cc]:
214 - added many new static member function to draw figures
215
216 * mbase/MParContainer.cc:
217 - changed Form to MString for thread safty
218
219 * mbase/MString.[h,cc]:
220 - added
221
222 * mbase/Makefile, mbase/BaseLinkDef.h:
223 - added MString
224
225
226
227 2004/05/15: Markus Gaug
228
229 * msignal/MArrivalTimePix.h
230 * msignal/MArrivalTimeCam.cc
231 - introduced functin GetHiGainSaturation() in MArrivalTimePix.h
232 - added type in GetPixelContent() which asks for Hi-Gain saturation
233 and return the hi-gain time or the low-gain time, correspondingly.
234
235 * mbase/MGMap.cc
236 - fixed two bugs which did not complile under gcc 3.3.x introduced
237 by TB.
238
239
240
241 2004/05/12: Markus Gaug
242
243 * msignal/MExtractTime.[h,cc]
244 - introduced intrinsic delay of low-gain, as measured by Florian.
245
246 * mjobs/MJCalibration.cc
247 * mjobs/MJExtractCalibTest.cc
248 - fixed some errors in the storage of the rel. times.
249
250 * mjobs/MJExtractCalibTest.cc
251 - put the cosmics filter which was forgotten
252
253 * mcalib/MCalibrate.h
254 - changed default from Blindpixel to Ffactor
255
256
257
258 2004/05/12: Thomas Bretz
259
260 * mona.cc:
261 - changed names
262
263 * macros/sumcurrents.C:
264 - changed units from nA to \\mu A
265
266 *: mastro/MAstroCamera.[h,cc]:
267 - added '=' Draw option
268 - use fMapG directly
269
270 * mastro/MAstroCatalog.[h,cc]:
271 - added support to read and write a compressed catalog
272 - changed TExMap to new MGMap
273 - added support for HeasarcPPM catalog
274 - added PaintImg to paint catalog into a bitmap (used in
275 starguider software)
276 - don't clone MObservatory copy the contents
277 - changed type of dx and dy in DrawLine from Double to Int
278 - fixed drawig of the tooltip corresponding to the grid
279 (some were missing, some were existing twice)
280 - Now AddPrimitives takes fLimMag into account
281
282 * mhbase/MFillH.cc:
283 - added a const-qualifier
284
285 * mhist/MHCamera.cc:
286 - fixed a bug which caused SetPalette in the constructor to crash
287
288 * mbase/MGMap.[h,cc]:
289 - added
290
291 * mbase/Makefile, mbase/BaseLinkDef.h:
292 - added MGMap
293
294
295
296 2004/05/11: Thomas Bretz
297
298 * mraw/MRawEvtHeader.cc:
299 - added a check whether the file has finished or not after
300 reading the first bytes.
301
302
303
304 2004/05/10: Marcos Lopez
305
306 * mmontecarlo/MMcEnergyEst.cc:
307 - In static void fcn(...), fixed the following bugs which caused a
308 "segmentation violation":
309 - Replace: MTaskList *tlist = evtloop->GetTaskList()
310 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList")
311 - And get the pointer *eval to MParamterD("MFitResult"), after
312 the excution of the Eventloop and not before it (since that object is
313 created when calling the PreProcess).
314
315
316
317 2004/05/10: Thomas Bretz
318
319 * mraw/MRawEvtHeader.[h,cc]:
320 - changed return type of ReadEvt from int to Int_t
321 - Enhanced output in case of invalid time
322
323 * mraw/MRawRead.cc:
324 - fixed the return type of ReadEvt (was bool instead of int)
325 which confused merpp completely in case of invalid times
326
327
328
329 2004/05/10: Markus Gaug
330
331 * macros/calibrate_data.C
332 - updated setting of arr. time extractor
333
334
335
336 2004/05/09: Thomas Bretz
337
338 * Makefile:
339 - added workaround for Mac to create so- and dynlib-object
340
341 * Makefile.conf.darwin:
342 - added necessary option to create both kind of files
343
344 * Makefile.conf.linux:
345 - changed the options to create so-object only
346
347 * Makefile.rules:
348 - added DYLIB to rmbin
349
350 * mraw/MRawEvtData.cc:
351 - changed some output
352
353 * mraw/MRawEvtHeader.[h,cc]:
354 - skip the rest of the header if the time is invalid. Otherwise
355 merpps force-mode will corrupt the data when further processing
356 - implemented GetNumBytes returning the size of the header
357
358
359
360 2004/05/08: Thomas Bretz
361
362 * mona.cc:
363 - some changes to make it work again
364
365 * mraw/MRawSocketRead.cc:
366 - fixed the sync with what DAQ sends
367
368
369
370 2004/05/07: Markus Gaug
371
372 * mcalib/MHCalibrationChargeHiGainPix.cc
373 * mcalib/MHCalibrationChargeLoGainPix.cc
374 - take out half of the bins for the hists in order to save memory
375
376 * mjobs/MExtractCalibTest.cc
377 - include write-out of the containers in the loop
378
379 * mjobs/MJCalibration.cc
380 - take runs 20660 and 20661 into the list of known runs with colour
381 green.
382
383 * mpedestal/MPedCalcPedRun.[h,cc]
384 - make the arrays fSum and fSum2 doubles. This is necessary since
385 rounding errors of the floats introduced significant errors in the
386 RMS!
387 - introduced one condition about possible window sizes of 0.
388
389
390
391 2004/05/06: Markus Gaug
392
393 * htmldoc/images/PedestalStudyInner.gif
394 * htmldoc/images/PedestalStudyOuter.gif
395 - two gifs used for the documentation of MPedCalcPedRun
396
397 * mpedestal/MPedCalcPedRun.cc
398 - updated documentation
399
400 * macros/pedestalstudies.C
401 - updated to the latest version of MPedCalcPedRun
402
403 * macros/bootcampstandardanalysis.C
404 - updated to the latest changes in the ArrivalTime Extraction
405
406
407
408 2004/05/05: Markus Gaug
409
410 * mcalib/MHGausEvents.cc
411 - removed some warning saying "Cannot create Fourier spectrum"
412
413 * mcalib/MCalibrationChargePix.cc
414 - loosened the limits somewhat for calibration with the low-gain
415 - introduced different electronic noise for inner and outer pixels
416 (like seen in the data)
417
418 * mpedestal/MPedCalcPedRun.cc
419 - fixed a small inconsistency in case that the range goes out of
420 the high-gain samples and reaches into the low-gain samples. In
421 that case, the last slice of the high-gain was not taken (but the
422 window size correctly)
423
424 * mjobs/MJExtractCalibTest.[h,cc]
425 - included setters for the time extractor
426
427 * mcalib/MCalibrationChargeCalc.cc
428 - set default of fgPheErrLimit from 4 sigma to 5.
429
430 * mcalib/Makefile
431 * mcalib/CalibLinkDef.h
432 * mcalib/MHCalibrationTestTimeCam.[h,cc]
433 * mcalib/MHCalibrationTestTimeCam.[h,cc]
434 - analogue to MHCalibrationTestCam, two classes to test the
435 output of the calibration.
436
437 * mcalib/MHCalibrationCam.cc
438 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
439 all (IsBad())
440
441 * msignal/Makefile
442 * msignal/SignalLinkDef.h
443 * msignal/MExtractTimeFastSpline.[h,cc]
444 - new fast spline extractor for the equally spaced time slices.
445 Searches for the position of the half maximum between maximum and
446 pedestal. About 6 times faster than MArrivalTimeCalc
447
448 * mjobs/MJCalibration.cc
449 - changed names of the MHCameras to contain run name
450
451
452
453 2004/05/04: Raquel de los Reyes
454
455 * mbase/MRunIter.[h,cc]
456 - Added a flag and a set function to read .raw files.
457 The default option is set to read .root files.
458
459
460
461 2004/05/04: Javier Rico
462
463 * mcalib/MCalibrate.cc
464 - when calibrating using kNONE, weight by the pixel area
465
466
467
468 2004/05/04: Thomas Bretz
469
470 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
471 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
472 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
473 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
474 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
475 macros/star.C, macros/sumcurrents.C, macros/tar.C,
476 macros/testenv.C, macros/weights.C:
477 - updated documentation
478
479 * mastro/MAstroCamera.[h,cc]:
480 - added member function to read MC .def files for mirror geometry
481 - added GetDiffZdAz
482
483 * mastro/MObservatory.[h,cc]:
484 - added Copy-member function
485
486 * mbase/MLog.[h,cc]:
487 - updated handling of mutices
488 - added a new mutex to lock the stream
489
490 * mhist/MHCamera.[h,cc]:
491 - added functionality to linear deform the camera display
492 (to correct for abberation)
493
494 * mtools/MFFT.cc:
495 - added more documentation
496
497 * mbase/MTime.[h,cc]:
498 - renamed overloaded Set-function to SetMjd. There were some
499 trouble with the interpreter and the new naming is more
500 intuitive.
501
502
503
504 2004/05/04: Markus Gaug
505
506 * mcalib/MHCalibrationChargeBlindPix.cc
507 - intialized the 2 vectors differently, now they don't give
508 warnings any more.
509
510 * msignal/MExtractor.cc
511 * msignal/MExtractFixedWindow.cc
512 - put one initialization to 0 into the MExtractor
513
514 * mastro/MAstroCatalog.h
515 - make AlignCoordinates() protected, in order to compile
516
517 * mcalib/MHGausEvents.cc
518 - took out fEvents(0) and fHGausHist() from constructor
519
520 * msignal/MExtractor.cc
521 * msignal/MExtractPINDiode.cc
522 - fixed StreamPrimitive
523
524 * msignal/MExtractBlindPixel.[h,cc]
525 - deriving from MExtractor, possibility to filter NSB events
526
527
528 2004/05/03: Thomas Bretz
529
530 * mbase/MRunIter.cc:
531 - AddRuns(char*) added some const-qualifiers
532 - replaced deprecated if-else-if by continue- and return-
533 constructions
534
535
536
537 2004/05/03: Javier Lopez
538
539 * mbadpixels/MBadPixelsPix.[h,cc]
540 - put another enum for hardware malfunctionning. Started to be
541 filled with kHVNotNominal
542
543
544
545 2004/05/03: Markus Gaug
546
547 * mcalib/MHCalibrationBlindPix.[h,cc]
548 - removed a "->" behind the comment
549 - Create a TVector in Draw only if the array is not zero
550
551
552 * mraw/MRawEvtPixelIter.cc
553 - corrected bug in GetIdxMaxLoGainSamples() which looped over
554 one slice too much
555 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
556 end = fLoGainPos + fNumLoGainSamples
557
558 * msignal/MTimeExtractor.[h,cc]
559 * msignal/MExtractTime.[h,cc]
560 - changed name for alphabetical display in dox
561
562 * mjobs/MJCalibration.[h,cc]
563 * msignal/MExtractTimeSpline.h
564 * msignal/MExtractTimeHighestIntegral.h
565 - changed name of base class to MExtractTime
566
567 * mcalib/MCalibrationCam.[h,cc]
568 * mcalib/MCalibrationChargeCam.[h,cc]
569 * mcalib/MCalibrationRelTimeCam.[h,cc]
570 - put the number of unsuitable and unreliable pixels in the base
571 class
572
573 * mcalib/MCalibrationRelTimeCalc.[h,cc]
574 - fixed a bug calculating the average time resolution
575
576 * mpedestals/MPedestalPix.[h,cc]
577 - add a dedicated fValid flag in order to be able to discard pixels
578 from outside (e.g. from MBadPixelsCam)
579
580 * mpedestals/MPedCalcPedRun.[h,cc]
581 - catch badpixels cam from parameter list, if existing and set
582 corresponding pixels to not valid in MPedestalPix
583
584 * mjobs/MGCamDisplays.[h,cc]
585 * mhist/MHCamera.[h,cc]
586 - put DrawProjection and DrawRadialProfile in MHCamera
587
588 * macros/dohtml.C
589 - include directory mfit and macros calibration.C and
590 bootcampstandardanalysis.C
591 - take out pixvstime.C which does not exist
592
593 * msignal/MExtractFixedWindow.[h,cc]
594 * msignal/MExtractSlidingWindow.[h,cc]
595 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
596 * msignal/MExtractor.[h,cc]
597 * msignal/MExtractPINDiode.[h,cc]
598 * msignal/MExtractTime.[h,cc]
599 - set number of slices not in base class, but in derived one.
600 Like this, extractors setting their signal in other containers
601 don't have a conflict with the ReInit() in MExtractor.
602
603 2004/05/01: Thomas Bretz
604
605 * macros/rootlogon.C:
606 - ignore MARSSYS if libmars.so is found in the current path
607
608 * mastro/MObservatory.cc:
609 - small change to coordinates
610
611 * mbase/MLog.[h,cc]:
612 - enhanced output in case of problem with mutices
613
614 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
615 - removed everything
616
617 * Makefile*, */Makefile
618 - changed all to support mtemp/mifae and similar
619
620
621
622 2004/05/01: Abelardo Moralejo
623
624 * mmain/MEventDisplay.cc
625 - changed back integration range for MC to 0-14 slices to avoid
626 confusions.
627
628
629
630 2004/05/01: Markus Gaug
631
632 * macros/dohtml.C
633 - include directory mpedestal
634
635 * msignal/MExtractFixedWindow.[h,cc]
636 * msignal/MExtractSlidingWindow.[h,cc]
637 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
638 * msignal/MExtractor.[h,cc]
639 - include the possibility to set the range for the hi-gain outside
640 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
641 the "low-gain" slices instead. This is necessary for the March
642 data!
643
644 * mjobs/MJCalibration.[h,cc]
645 - accept arrival time extractors deriving from MTimeExtractor
646
647
648
649 2004/04/30: Thomas Bretz
650
651 * mastro/MAstroCamera.[h,cc]:
652 - removed obsolete TList data member (use a argument in
653 GetStarList instead)
654
655 * mbase/MTime.h:
656 - added 'istream &operator<<(istream &in, MTime &t)'
657
658 * mbase/BaseLinkDef.h:
659 - added new operator
660
661
662
663 2004/04/30: Daniela Dorner
664
665 * macros/pointing.C
666 - implemented plot: Control Deviation vs Time
667 - rearranged plots
668
669
670
671 2004/04/30: Markus Gaug
672
673 * mcalib/MCalibrationRelTimeCalc.[h,cc]
674 - new class to treat rel. times after fits
675
676 * mcalib/MCalibrationChargeCalc.[h,cc]
677 - search for outliers in the total F-Factor and set a flag in
678 MBadPixelsPix
679
680 * mcalib/MCalibrationRelTimeCam.h
681 - new TArrayIs to store number of unsuitable and unreliable pixels
682
683
684 * mbadpixels/MBadPixelsPix.h
685 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
686
687 * mcalib/MHCalibrationRelTimePix.[h,cc]
688 - take out commented part of code related to re-normalization
689
690 * mcalib/MHCalibrationCam.[h,cc]
691 - retrieve the used run numbers in order to store them in teh
692 histogram titles to help transparency of the displays
693
694 * mcalib/MHCalibrationRelTimeCam.[h,cc]
695 -  Getter and Setter for the reference pixel
696
697 * mcalib/MCalibrate.cc
698 - make error of nphot to be taken from square root of absolute
699 number of photons instead of number of photons, otherwise
700 NaN's are obtained
701
702 * msignal/MExtractPINDiode.[h,cc]
703 - now deriving from MExtractor
704
705 * msignal/Makefile
706 * msignal/SignalLinkDef.h
707 * msignal/MExtractTimeSpline.[h,cc]
708 * msignal/MExtractTimeHighestIntegral.[h,cc]
709 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
710
711 * mjobs/MJCalibration.[h,cc]
712 - Set time extractor by pointer
713
714
715
716 2004/04/29: Thomas Bretz
717
718 * mbase/MTask.cc:
719 - fixed behaviour of GetNumExecutions. Because of a root bug
720 Count returns a number which is to high by 1.
721
722
723
724 2004/04/29: Abelardo Moralejo
725
726 * mmc/MMcEvt.hxx
727 - Added minor comment (explanation of fPassPhotCone).
728
729 * mmc/MMcRunHeader.[hxx,cxx]
730 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
731 - Updated class version to 5.
732
733
734
735 2004/04/29: Nadia Tonello
736
737 * mbadpixels/MBadPixelsTreat.h
738 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
739 to have the right behaviour of the flags (and of SetProcessRMS)
740
741 * manalysis/MCT1PointingCorrCalc.[h,cc]
742 - added pointing correction for 1ES1959
743
744
745
746 2004/04/29: Markus Gaug
747
748 * msignal/MArrivalTimePix.[h,cc]
749 - removed flag fLoGainUsed which is not used at all
750
751 * msignal/MTimeExtractor.[h,cc]
752 - new base class for arrival time extractors
753
754 * msignal/Makefile
755 * msignal/SignalLinkDef.h
756 * msignal/MExtractTimeSpline.[h,cc]
757 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
758
759
760 * msignal/MExtractor.h
761 - make SetRange virtual
762 - check for range w.r.t. ranges given in the run header in ReInit
763
764 * msignal/MExtractFixedWindow.[h,cc]
765 * msignal/MExtractSlidingWindow.[h,cc]
766 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
767 - overload the SetRange() function in order to do the necessary
768 checks of the range there. Slight differences in every extractor
769 because of the floating windows.
770
771
772 * mpedestals/MPedCalcPedRun.[h,cc]
773 - add the possibility to set ranges and extraction windows. Default
774 is what has always been
775
776
777 * mjobs/MJPedestals.[h,cc]
778 - add the possibility to set a signal extractor which gives the
779 extraction ranges to MPedCalcPedRun
780 - derive from MHCamDisplays
781
782 * mcalib/MCalibrationChargeCam.cc
783 - updated the Print() a little
784
785
786 2004/04/29: Javier Rico
787
788 * mbase/MRunIter.cc
789 - Remove AddRuns(const char*,const char*) dependence on length of
790 first character chain
791
792
793 2004/04/28: Javier Rico
794
795 * mbase/MRunIter.[h,cc]
796 - include function to read runs specified in a character chain
797 with the format, e.g., run1,run2-run3,run4-run5,...
798
799
800
801 2004/04/28: Abelardo Moralejo
802
803 * macros/starmc.C
804 - adapted to change in MC calibration: replaced
805 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
806 GetHistPhot2PhotEl.
807
808
809
810 2004/04/28: Markus Gaug
811
812 * mjobs/MGCamDisplays.cc
813 * mjobs/MJCalibration.cc
814 - introduced new "fit" flag in DrawProjection allowing to draw
815 two separate pad with the (fitted) histograms for inner and
816 outer pixels. This is displayed by MJCalibration if the
817 kNormalDisplay option is chosen (default).
818
819 * mjobs/MJCalibration.h
820 - took out the const of GetBadPixels() in order to allow compilation
821 of macros/bootcampstandardanalysis.C. This will change again soon
822 when mjobs/MJExtraction is updated and used there.
823
824 * msignal/MArrivalTimeCalc.[h,cc]
825 - remove the ReInit() which calls to an MGeomCam which is later not
826 used
827
828 * macros/calibrate_data.C
829 - fixed a bug in loop 3 taking the default QE Cam instead of the
830 one filled by MJCalibration
831
832 * msignal/MExtractor.[h,cc]
833 - new base class for signal extractors
834
835 * msignal/Makefile
836 * msignal/SignalLinkDef.h
837 * msignal/MExtractFixedWindow.[h,cc]
838 * msignal/MExtractSlidindWindow.[h,cc]
839 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
840 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
841
842 * macros/calibration.C
843 * macros/calibrate_data.C
844 * macros/pedphotcalc.C
845 * macros/bootcampstandardanalysis.C
846 - adapted to new extractors
847
848 * mbadpixels/MBadPixelsPix.h
849 - set back the old definition of IsOK(), namely no information
850 available
851
852
853
854 2004/04/27: Raquel de los Reyes
855
856 * mhvstime/MHVsTime.cc
857 - added a line in the Fill function to avoid empty time events.
858
859
860
861 2004/04/27: Abelardo Moralejo
862
863 * mcalib/MMcCalibrationCalc.[h,cc]
864 - added histogram which stores the conversion of photons before
865 the plexiglas to photoelectrons hitting first dynode.
866
867 * macros/mccalibrate.C
868 - added MPointingPosCalc to the tasklist to create and fill an
869 MPointingPos object, and later write it to the Events tree of
870 the calibrated MC files. Added some comments and simplified
871 some lines. One more histogram from MMcCalibrationCalc (see
872 above) is now written to the output.
873
874 * macros/starmc2.C
875 - added the writing of MPointingPos to output star file.
876
877
878
879 2004/04/27: Markus Gaug
880
881 * mjobs/MJCalibration.[h,cc]
882 - put the three camera drawing facilities into a separate base
883 class MGCamDisplays
884
885 * mjobs/MGCamDisplays.[h,cc]
886 * mjobs/Makefile
887 * mjobs/JobsLinkDef.h
888 - camera drawing facilities: CamDraw, DrawProjection and
889 DrawRadialProfile, used by all jobs
890
891 * mjobs/MJExtractCalibTest.[h,cc]
892 * mjobs/Makefile
893 * mjobs/MJobsLinkDef.h
894 - new class to test the calibration results
895
896 * mcalib/MCalibrationChargeCalc.cc
897 - set unsuitable pixels to excluded in MCalibrationChargePix, which
898 will not display them in the status display
899
900 * mjobs/MJCalibration.cc
901 - take out display of previously excluded pixels
902
903 * mbadpixels/MBadPixelsCam.cc
904 - set val to 1 in case that GetPixelContent is true, before display
905 was not correct
906
907 * macros/calibration.C
908 - added the test class MJExtractCalibTest
909
910
911
912 2004/04/27: Abelardo Moralejo
913
914 * mhistmc/MHMcCollectionArea.[h,cc]
915 - Added fMCAreaRadius and setter to allow changing the radius of
916 the circular area in which MC events are produced. Useful for
917 instance for stereo configuration studies. By default it is 300 m
918 as was assumed before.
919
920
921
922 2004/04/26: Markus Gaug
923
924 * mcalib/MHCalibrationTestPix.[h,cc]
925 * mcalib/MHCalibrationTestCam.[h,cc]
926 * mcalib/Makefile
927 * mcalib/CalibLinkDef.h
928 - two new histogram classes to perform claibraion checks, will be
929 especially useful for the data-check.
930
931 * mcalib/MCalibrationQEPix.cc
932 - found a bug in the setting of validity flags of colours. This
933 made the QE used for calibration uncorrect by about a factor 1.5
934 for the outer pixels if only one colour is used for calibration.
935
936 * mjobs/MJCalibration.[h,cc]
937 - moved colour finder from the macros into this class with the
938 function FindColor()
939 - had to add ~MJCalibration() {} because otherwise, I get a
940 segmentation violation in the destructor, the debugger says in
941 some TString. Maybe it's because of the GetDescriptor() in
942 ~MParContainer() ?
943
944 * macros/calibration.C
945 * macros/calibrate_data.C
946 * macros/pedphotcalc.C
947 * macros/bootcampstandardanalysis.C
948 - removed function FindColor()
949
950 * mcalib/MCalibrationCam.h
951 - make Init() and InitSize() virtual
952
953 * mcalib/MCalibrationChargeCam.[h,cc]
954 - introduce two TArrayI's for the number of uncalibrated and
955 unreliable pixels.
956
957 * mcalib/MCalibrationChargeCalc.[h,cc]
958 - calculate and store the above numbers.
959
960 * mbadpixels/MBadPixelsPix.[h,cc]
961 * mbadpixels/MBadPixelsCam.cc
962 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
963 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
964 - removed functions: IsCalibrationResultOK()
965 and IsCalibrationSignalOK()
966 - changed function IsOK() such that it returns false only if
967 the pixels is not suitable (run or evt)
968
969 * mcalib/MCalibrate.cc
970 * mcalib/MCalibrateRelTime.cc
971 - exchanged query for IsCalibrationResultOK() to
972 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
973 now the oscillating pixels (which are sometimes many!!)
974
975 * mcalib/MHCalibrationRelTimePix.cc
976 - commented re-normalization to ns in Renorm()
977 - introduced Getter to fFADCSliceWidth
978
979 * mcalib/MHCalibrationRelTimeCam.cc
980 - renorm to ns in GetPixelsContent()
981 --> now, calibration in MCalibrateRelTimes is consistent
982
983
984
985 2004/04/26: Abelardo Moralejo
986
987 * manalysis/MMcCalibrationUpdate.cc
988 - changed from 1 to 10 the "dummy" value of conversion high to low
989 gain for old camera 0.6 files. Usually these files have no low
990 gain at all, but there was a patched version of the program
991 which did have low gain (with a gain 10 lower than hg).
992
993
994
995 2004/04/25: Abelardo Moralejo
996
997 * mbadpixels/MBadPixelsTreat.cc
998 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
999 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
1000 worked, because the check on whether the neighbour pixels
1001 were OK was performed on the same pixel to be treated (i), which
1002 is obviously not OK. The same problem fixed in the interpolation
1003 of pedestals. Amazingly, this error would have shown up in any
1004 test of the class.... I assume it must have been commited
1005 completely untested.
1006
1007 - In InterpolateSignal: moved division of summed charge over
1008 number of pixels : put it after the check of the number of
1009 valid neighbours to avoid division by 0.
1010
1011
1012
1013 2004/04/23: Markus Gaug
1014
1015 * mcalib/MHCalibrationCam.cc
1016 - fixed a bug in the ReInit() for the number of average events in
1017 each area index and sector
1018
1019
1020 2004/04/23: Thomas Bretz
1021
1022 * */Makefile:
1023 - added some more mpedestal
1024
1025 * mreport/MReportRun.cc:
1026 - changed to work with the latest version of report-files
1027 --> This will make it incompatible with older report files
1028 (for this use older Mars versions for merpping)
1029
1030 * mbase/MStatusDisplay.[h,cc]:
1031 - added combo-box to surf through tabs in MARS-tab
1032
1033
1034
1035 2004/04/22: Nadia Tonello
1036
1037 * mcalib/MCalibrateData.cc
1038 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
1039 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
1040
1041
1042
1043 2004/04/22: Thomas Bretz
1044
1045 * mhist/MHCamera.[h,cc]:
1046 - implemented SetUsed
1047
1048 * merpp.cc:
1049 - added "-ff" and interleave mode - both not execcively tested yet
1050
1051 * mhbase/MFillH.cc:
1052 - added a missing 'endl'
1053
1054 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
1055 mraw/MRawEvtHeader.[h,cc]
1056 - added SkipEvt (the number of skipped bytes is untested)
1057
1058 * mraw/MRawEvtHeader.[h,cc]
1059 - return kCONTINUE if time is invalid
1060
1061 * mraw/MRawFileRead.[h,cc]:
1062 - implemented AddFile feature - first draft!
1063 - added feature to skip events
1064
1065 * mraw/MRawFileWrite.h:
1066 - changed default compression level corresponding to merpp to 2
1067
1068 * mraw/MRawRead.[h,cc]:
1069 - added fForceMode flag to be able to suppress event errors
1070
1071 * mbadpixels/MBadPixelsTreat.[h,cc]:
1072 - changes such that the pedestal interpolation is now done
1073 only in ReInit. If you need the old behaviour call
1074 SetProcessRMS()
1075
1076 Another step towards less mess:
1077
1078 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
1079 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
1080 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
1081 MPedestalPix.[h,cc]:
1082 - moved from manalysis to mpedestal
1083
1084 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
1085 mpedestal/PedestalIncl.h:
1086 - added
1087
1088 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1089 manalysis/AnalysisIncl.h:
1090 - removed files above
1091
1092 * mbadpixels/Makefile:
1093 - added mpedestals
1094
1095 * Makefile:
1096 - added mpedestals
1097
1098
1099 2004/04/22: Antonio Stamerra
1100
1101 * mmain/MEventDisplay.cc
1102 - Added new tab "Trigger" adding a new MHEvent (evt9),
1103 filled through the MMcTriggerLvl2 container.
1104 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
1105 have been added.
1106
1107 * mhist/MHEvent.[h,cc]
1108 - Added new event type kEvtTrigPix
1109
1110 * manalysis/MMcTriggerLvl2.[h,cc]
1111 - The class now inherits from MCamEvent
1112 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
1113 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
1114 is in the trigger region
1115
1116 * manalysis/MMcTriggerLvl2Calc.[h,cc]
1117 - Added the methods CheckRunType and ReInit to check if the file is MC.
1118
1119 * mhistmc/Makefile
1120 - Added the include for mgui
1121
1122
1123 2004/04/22: Markus Gaug
1124
1125 * mcalib/MCalibrate.[h,cc]
1126 - introduced flat-fielding of charges for the muon calibration,
1127 accessible with SetCalibrationMode(kFlatCharge)
1128
1129 * manalysis/MPedCalcPedRun.cc
1130 - added a SetReadyToSave() at the end of PostProcess
1131
1132 * mjobs/Makefile
1133 - added include of mraw
1134
1135 * mjobs/MJCalibration.cc
1136 - added MRawFileRead for option SetDataCheck()
1137
1138 * mjobs/MJPedestal.cc
1139 - added MRawFileRead for option SetDataCheck()
1140
1141
1142 2004/04/21: Thomas Bretz
1143
1144 * mbase/MTask.cc, mbase/MTaskList.cc:
1145 - let MTask in list fTaskProcess to be used as a counter
1146
1147 * mdata/MDataChain.[h,cc]:
1148 - added some treatments for combinations of +/- signs
1149
1150 * mfbase/MFilterList.[h,cc]:
1151 - added a new constructor to simplyfy filter-inversions
1152
1153 * mfileio/MReadReports.cc:
1154 - added comment
1155
1156 * mhbase/MBinning.[h,cc]:
1157 - added new constructor to simplify calls in macros
1158
1159 * mhbase/MFillH.[h,cc]:
1160 - added fDrawOption to be used in MStatusDisplay
1161
1162 * mhist/MHFalseSource.cc:
1163 - added comment
1164
1165
1166
1167 2004/04/20: Thomas Bretz
1168
1169 * macros/derotatedc.C
1170 - added tutorial macro plotting derotated dc currents
1171
1172 * mhist/MHCamEventRot.[h,cc]:
1173 - added histogram to be filled with derotated MCamEvents
1174
1175
1176
1177 2004/04/18: Abelardo Moralejo
1178
1179 * mgeom/MGeomCam.h
1180 - Update class version to 4 (necessary after M. Gaug's change
1181 of the type of member fMaxRadius.
1182
1183
1184
1185 2004/04/16: Abelardo Moralejo
1186
1187 * mcalib/MCalibrationQEPix.[h,cc]
1188 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
1189 changed via SetAverageQE. Made public GetAverageQE and
1190 GetAverageQERelVar (this changes needed for MC).
1191
1192 * mcalib/MMcCalibrationCalc.[h,cc]
1193 * manalysis/MMcCalibrationUpdate.[h,cc]
1194 - Adapted to M. Gaug's changes in calibration classes. Behaviour
1195 has been tested to be the same as before those changes. Now the
1196 conversion factor from ADC counts to photoelectrons, and the
1197 average QE (photons->photoelectrons) are calculated independently
1198 (and later combined by MCalibrate to obtain the conversion
1199 ADC->photons).
1200
1201 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
1202 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
1203 only MC display. This was necessary because if electronic noise
1204 is simulated in the FADC, sometimes saturated slices look not
1205 saturated due to negative fluctuations, so it is better to set
1206 the saturation limit at a safe value (240 ADC counts). Changed
1207 signal integration range (only for MC), now from slices 5 to 10.
1208
1209 * msignal/MExtractSignal3.[h,cc]
1210 - Changed name of function SetRange for the more adecquate
1211 "SetWindows". No change in behaviour of the function.
1212
1213
1214
1215 2004/04/16: Markus Gaug
1216
1217 * msignal/MExtractSignal.cc
1218 - commited proposed larger default window from fgLast = 10 to
1219 fgLast = 14, because in March the pulses have moved to later
1220 arrival times.
1221 - removed some inconsistency with slice numbering in FindSignal()
1222 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
1223 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
1224
1225 * msignal/MExtractSignal2.cc
1226 - committed the proposed smaller window egdes from fgFirst=0 to
1227 fgFirst = 3, because in March some of the high-gain pulses reach
1228 into the "low-gain samples" and mislead thus sliding window to
1229 be maximized on the tail of the high-gain pulse.
1230
1231 * mcalib/MHPedestalPix.cc
1232 - fixed a bug which made normalization to values per slice not happen
1233
1234 * macros/pedestalstudies.C
1235 - fixed and documented
1236
1237
1238
1239 2004/04/15: Markus Gaug
1240
1241 * macros/calibration.C
1242 - added a function FindColor() to extract the colour by filename,
1243 works if there is indeed a colour or if the run nubmer is smaller
1244 than 20000 -> take ct1
1245
1246 * macros/bootcampstandardanalysis.C
1247 * macros/pedphotcalc.C
1248 * macros/calibrate_data.C
1249 - updated the macro to the cvs-standard used at the Udine bootcamp
1250
1251 * mcalib/MCalibrateRelTimes.[h,cc]
1252 * mcalib/Makefile
1253 * mcalib/CalibLinkDef.h
1254 - new class to calibrate the relative times
1255
1256 * manalysis/MGeomApply.cc
1257 - added MArrivalTime::Init()
1258
1259 * msignal/MArrivalTime.[h,cc]
1260 - added array fDataErr
1261
1262 * macros/rootlogon.C
1263 - added directories mbadpixels and mjobs
1264
1265 * mcalib/MCalibrationQEPix.cc
1266 - set the fAvNorm variables to 1 in Clean()
1267
1268 * manalysis/MPedPhotCalc.[h,cc]
1269 - included possibility to use an MBadPixelsCam
1270
1271
1272
1273 2004/04/14: Thomas Bretz
1274
1275 * manalysis/MCerPhotEvt.[h,cc]:
1276 - fixed a bug which caused a missing last pixel (in most cases
1277 Index 576)
1278
1279 * manalysis/MCerPhotPix.cc:
1280 - fixed output in Print
1281
1282 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
1283 - added missing SetCalibrationMethod
1284
1285 * mbadpixels/MBadPixelsCam.[h,cc]:
1286 - added copy constructor
1287
1288 * mbadpixels/MBadPixelsMerge.cc:
1289 - added comments
1290
1291 * mraw/MRawRunHeader.[h,cc]:
1292 - added new run-type (kRTPointRun=7)
1293
1294 * mmain/MEventDisplay.cc:
1295 - fixed the broken cleaning levels
1296
1297
1298
1299 2004/04/14: Markus Gaug
1300
1301 * mcalib/MCalibrationQEPix.cc
1302 - found a bug in the calculation of the error, fixed
1303
1304 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
1305 - replaced SetCalibrationMethod by SetCalibrationMode
1306
1307 * htmldoc/images/CalibClasses.gif
1308 * htmldoc/images/RelTimeClasses.gif
1309 - two schemes used in the class descriptions
1310
1311 * mcalib/MHCalibrationCam.[h,cc]
1312 - included function GetAverageAreas() and GetAverageSectors() like
1313 in MCalibrationCam
1314
1315 * mjobs/MJCalibration.[h,cc]
1316 - included calibration of rel.Times, to be chosen with a flag
1317 RelTimeCalibration()
1318 - signal extractor and arrival time extractor can be chosen by
1319 flags as well (see Class description)
1320
1321
1322 * mbadpixels/MBadPixelsCam.cc
1323 - add two new types in GetPixelContent, add documentation of
1324 GetPixelContent
1325
1326 * msignal/MArrivalTimeCalc2.cc
1327 - commented the warning for pixels with lowgain saturation
1328
1329
1330
1331 2004/04/13: Markus Gaug
1332
1333 * macros/dohtml.C
1334 - included directory mbadpixels
1335
1336 * mcalib/MCalibrationPix.[h,cc]
1337 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
1338 errors
1339
1340 * mcalib/MCalibrationChargeCam.[h,cc]
1341 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
1342 - updated GetPixelContents
1343 - updated class documentation
1344
1345 * mgeom/MGeomMirror.h
1346 - include <TVector3.h>, otherwise it does not compile on my machine
1347
1348 * mjobs/MJPedestals.cc
1349 * mjobs/MJCalibration.cc
1350 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
1351 bug in MBadPixelsMerge is resolved (see bugtracker).
1352
1353 * mcalib/MHCalibrationChargePINDiode.cc
1354 - return in Draw() if histogram is empty (otherwise segm. violation
1355 in eventloop
1356
1357 * msignal/MExtractedSignalCam.cc
1358 - intialize variables by default to 0.
1359
1360 * mcalib/MHCalibrationChargeCam.[h,cc]
1361 - pointer to fSig is not stored, somehow, when running MJCalibration
1362 Don't know why. Removed and stored some variables instead
1363
1364 * mjobs/MJCalibration.[h,cc]
1365 - updated documentation, updated QE Cam
1366 - set the pulser colour (now obligatory)
1367 - set the possibility to choose different displays
1368
1369 * mcalib/MCalibrationChargeCalc.cc
1370 - set the pulser colour (now obligatory)
1371
1372 * mcalib/MCalibrationChargePix.[h,cc]
1373 - put GetRSigmaPerCharge into this class
1374
1375
1376
1377 2004/04/13: Thomas Bretz
1378
1379 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
1380 - enhanced comments
1381 - added some new features
1382
1383 * mbase/MAGIC.h:
1384 - removed some empty lines
1385
1386 * mfileio/MWriteRootFile.cc:
1387 - fixed a compiler warning
1388
1389 * mgeom/MGeomCorsikaCT.h:
1390 - removed obsolete include of TArrayF
1391
1392 * mgeom/MGeomMirror.[h,cc]:
1393 - replaced fReflector by *fReflector
1394
1395 * mmain/MGDisplayAdc.cc:
1396 - fixed a bug which caused the wrong histogram entry to be
1397 displayed
1398
1399
1400
1401 2004/04/10: Markus Gaug
1402
1403 * macros/dohtml.C
1404 - included directory mjobs
1405
1406 * mjobs/MJCalibration.[h,cc]
1407 - added and updated documentation (not yet ready)
1408
1409 * htmldoc/images/CalibClasses.gif
1410 - scheme of the calibration classes, used for documentation in
1411 MJCalibration.cc
1412
1413
1414
1415 2004/04/10: Thomas Bretz
1416
1417 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
1418 - added comments
1419
1420 * macros/starfield.C:
1421 - added
1422
1423 * mastro/Makefile, mastro/AstroLinkDef.h
1424 - added MAstroCamera
1425
1426
1427
1428 2004/04/09: Markus Gaug
1429
1430 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1431 * mcalib/MHCalibrationChargeCam.[h,cc]
1432 * mcalib/MHCalibrationChargeCalc.[h,cc]
1433 - put abs. time consistency check from MCalibrationChargeCalc into
1434 MHCalibrationChargePINDiode and MHCalibrationChargeCam
1435
1436 * mcalib/MHCalibrationCam.[h,cc]
1437 * mcalib/MHCalibrationChargeCalc.[h,cc]
1438 - number of used FADC slices also stored in MHCalibrationCam,
1439 MHCalibrationChargeCalc needs no pointer to the signal extractors
1440 any more -> removed
1441
1442 * mcalib/MCalibrationChargePINDiode.[h,cc]
1443 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1444 * mcalib/MCalibrationCam.[h,cc]
1445 - put a default pulser color kNONE
1446
1447 * manalysis/MPedestalCam.[h,cc]
1448 * manalysis/MPedCalcPedRun.[h,cc]
1449 * manalysis/MGeomApply.cc
1450 - added average pixels in the way like it is done in MCalibrationCam
1451
1452
1453
1454 2004/04/08: Thomas Bretz
1455
1456 * mfbase/MF.cc:
1457 - optimized output
1458
1459 * mfbase/MFilterList.cc:
1460 - added some comments
1461
1462 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1463 - added SortFiled-option -- RAQUEL, this is for you!
1464
1465 * mfileio/MWriteRootFile.cc:
1466 - class AddSerialNumber in AddContainer
1467
1468 * mhist/MHFalseSource.[h,cc]:
1469 - optimized setting of hist maximum
1470 - added more source dependant cuts
1471 - changed display layout
1472 - scale number of entries to correct for different acceptance
1473 (not perfect, but the best I can currently do)
1474
1475 * mimage/MHHillasExt.[h,cc]:
1476 - added new histogram for fMaxDist
1477
1478 * mimage/MHNewImagePar.[h,cc]:
1479 - added new histograms for Used/CoreArea
1480
1481 * mimage/MHillasCalc.cc:
1482 - optimized output
1483
1484 * mimage/MHillasExt.cc:
1485 - fMaxDist got a sign
1486
1487 * mimage/MNewImagePar.[h,cc]:
1488 - enhanced comments
1489 - added new Print() member function
1490
1491 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
1492 - forward geomcam to newimgepar.Print()
1493
1494
1495
1496 2004/04/08: Markus Gaug
1497
1498 * mcalib/MCalibrationChargeCalc.[h,cc]
1499 * mcalib/MCalibrationChargeCam.[h,cc]
1500 * mcalib/MCalibrationChargePix.[h,cc]
1501 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1502 * mcalib/MCalibrationChargePINDiode.[h,cc]
1503 - put calculation of photon fluxes with the three methods into
1504 MCalibrationChargeCalc
1505 - reorganized calculations in a better readable way (hopefully!)
1506
1507 * mbase/MAGIC.h
1508 * mcalib/MCalibrationCam.[h,cc]
1509 * mcalib/MCalibrationQECam.[h,cc]
1510 * mcalib/MCalibrationQEPix.[h,cc]
1511 - put PulserColor_t away from MAGIC.h into MCalibrationCam
1512 - full implementation of the QE-calibration from MCalibrationQEPix
1513
1514 * msignal/MExtractBlindPixel.cc
1515 - removed warning about low-gain saturation of Blind pixel
1516
1517 * mcalib/MCalibrate.[h,cc]
1518 * mcalib/MCalibrateData.[h,cc]
1519 * mcalib/MMcCalibrationCalc.[h,cc]
1520 * manalysis/MMcCalibrationUpdate.[h,cc]
1521 - conversion factors now separated into FADC2phe and then into
1522 call to average Quantum efficiency.
1523
1524
1525 2004/04/07: Markus Gaug
1526
1527 * mcalib/MHGausEvents.[h,cc]
1528 - added fBlackout events
1529
1530
1531
1532 2004/04/06: Thomas Bretz
1533
1534 * mcalib/MCalibrationCam.[h,cc]:
1535 - simplified call to initialization by new function Init()
1536
1537 * mcalib/MH*.cc:
1538 - fixed some warnings (comparision between signed and unsigned)
1539
1540 * manalysis/MGeomApply.cc:
1541 - use new Init-funtion of MCalibrationCam
1542
1543 * mastro/MAstro.cc:
1544 - some fixes to the conversion functions
1545
1546 * mastro/MAstroCamera.[h,cc]:
1547 - added comments
1548 - changed argument type of AddPrimitives
1549
1550 * mastro/MAstroCatalog.[h,cc]:
1551 - many changes to make it possible to overlay the
1552 catalog on top of a 2D histogram
1553
1554 * mbase/MEvtLoop.cc:
1555 - fixed estimation of run-time
1556
1557 * mbase/MMath.[h,cc]:
1558 - added member functions for signed significances
1559
1560 * mbase/MParContainer.cc:
1561 - changed GetterMethod() to support double reference data mebers
1562
1563 * mbase/MStatusDisplay.cc:
1564 - removed some obsolete debug outputs
1565
1566 * mbase/MTask.[h,cc]:
1567 - removed fNumExecutions, fStopwatch already counts the calls
1568 - slight chagnes to output of PrintStatistics
1569
1570 * mbase/MTaskList.[h,cc]:
1571 - slight chagnes to output of PrintStatistics
1572
1573 * mbase/MTime.cc:
1574 - removed +TwoPi from GetGmst
1575
1576 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
1577 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
1578 mcamera/MCameraPowerSupply.h:
1579 - added missing Getter functions
1580
1581 * mcamera/MCameraHV.h:
1582 - removed obsolete data-meber fMean
1583
1584 * mdata/DataLinkDef.h:
1585 - added MDataFormula
1586
1587 * mdata/MDataChain.cc, mdata/Makefile:
1588 - enhanced dosumentation
1589 - implemented use of multi argument functions
1590 - added ^-operator
1591
1592 * mdata/MDataList.[h,cc]:
1593 - added ^-operator
1594 - enhanced IsValid
1595
1596 * mfbase/MFilterList.cc:
1597 - changed a warn-output to inf
1598
1599 * mgeom/MGeomCam.[h,cc]:
1600 - added getter returning index corresponding to XY
1601
1602 * mgeom/MGeomPix.[h,cc]:
1603 - added getter IsInside
1604
1605 * mhist/MHCamera.cc:
1606 - Return 0 in GetMean if no entries
1607
1608 * mhist/MHFalseSource.[h,cc]:
1609 - removed conversion stuff (mm/deg)
1610 - slight change to calculation of significance
1611 - added dist-cuts
1612 - added histogram showing number of entries
1613 - added display of catalog
1614
1615 * mhist/MHStarMap.cc:
1616 - added comment
1617
1618 * mimage/MHillasExt.[h,cc]:
1619 - changed class version to 3
1620 - added new data-member fMaxDist
1621
1622 * mimage/MNewImagePar.[h,cc]:
1623 - added new data member fUsedArea and fCoreArea
1624
1625 * mmc/MMcConfigRunHeader.h:
1626 - readded GetMirrors (WHY WAS IT GONE?)
1627
1628 * mpointing/MPointingPos.[h,cc]
1629 - implemented Getter to get coordinates in rad
1630
1631 * mpointing/MSrcPosCalc.[h,cc]:
1632 - fixed direction of rotation
1633 - for the moment do use fTime
1634
1635
1636
1637 2004/04/06: Markus Gaug
1638
1639 * mcalib/MCalibrationChargePix.[h,cc]
1640 - change names of the GetLoGain*() functions to
1641 GetConvertedLoGain*() for better clarity
1642
1643 * mcalib/MCalibrationChargeCam.[h,cc]
1644 - updated and enlarged documentation
1645
1646 * mcalib/MHCalibrationChargeCam.cc
1647 * mcalib/MHCalibrationRelTimeCam.cc
1648 - set the arrays by use of memset
1649 - initialize TObjArrays with the Init-Function
1650
1651
1652 2004/04/05: Markus Gaug
1653
1654 * msignal/MExtractedSignalPINDiode.h
1655 - new function GetLastUsedSlice()
1656
1657 * mcalib/MCalibrationChargeCalc.[h,cc],
1658 * mcalib/MCalibrationChargeCam.cc:
1659 - holds also pointers to MExtractedSignalPINDiode and
1660 MExtractedSignalBlindPixel and does the checks inside the task
1661 (instead of inside the containers)
1662
1663 * mcalib/MCalibrationChargeBlindPix.[h,cc],
1664 * mcalib/MCalibrationChargePINDiode.[h,cc]:
1665 - updated and enlarged documentation
1666
1667 * mcalib/MHCalibrationChargePINDiode.cc
1668 * mcalib/MHCalibrationChargeCam.[h,cc]
1669 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
1670 - rename arrays of fAverageSigmaErr to AverageSigmaVar
1671
1672 * mcalib/MCalibrationPix.[h,cc]
1673 * mcalib/MCalibrationChargePix.[h,cc]
1674 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1675 * mcalib/MCalibrationChargePINDiode.[h,cc]
1676 - add Getters to the relative variance
1677
1678 * mcalib/MHGausEvents.[h,cc]
1679 * mcalib/MCalibrationPix.[h,cc]
1680 * mcalib/MHCalibrationCam.cc
1681 - add to Pickup also Blackout events
1682
1683
1684 2004/04/05: Nadia Tonello
1685
1686 * mbadpixels/MBadPixelsTreat.cc
1687 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
1688
1689
1690
1691 2004/04/02: Markus Gaug
1692
1693 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
1694 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
1695 mcalib/MCalibrationRelTimeCam.[h,cc],
1696 mcalib/MCalibrationRelTimePix.[h,cc]:
1697 - updated and enlarged documentation
1698
1699 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
1700 mcalib/MHCalibrationChargePix.[h,cc],
1701 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1702 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1703 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1704 mcalib/MHCalibrationChargePINDiode.[h,cc]:
1705 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
1706 ChangeHistId() into MHGausEvents (before in the derived classes)
1707 - put fChargeNbins, fChargeFirst, fChargeLast,
1708
1709 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1710 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
1711 into MHGausEvents as fNbins, fFirst and fLast
1712
1713 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1714 - remove Renormalization to time slices. Need to think about
1715 more direct way to implement
1716
1717 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
1718 mcalib/MHCalibrationChargeCam.[h,cc],
1719 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1720 - put most of the functionality into the base class MHCalibrationCam
1721 - derived classes overload the functions SetupHists, ReInitHists,
1722 FillHists, FinalizeHists and FinalizeBadPixels.
1723 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
1724 FitLoGainHists and InitHists can be used from base class.
1725
1726 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
1727 mcalib/MCalibrationRelTimePix.[h,cc]:
1728 - put most of the functionality into the base class MCalibrationPix
1729 - other two classes derive now from MCalibrationPix
1730
1731 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
1732 mcalib/MCalibrationRelTimeCam.[h,cc]:
1733 - put most of the functionality into the base class MCalibrationCam
1734 - other two classes derive now from MCalibrationCam
1735 - calls to MCalibration*Cam[i] now have to cast!
1736
1737 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1738 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1739 * mcalib/MCalibrationChargeCalc.cc:
1740 - cast calls to MCalibration*Cam[i]
1741
1742 * manalysis/MGeomApply.cc
1743 - add initialization MCalibrationRelTimeCam
1744 - add intialization of average pixels
1745
1746
1747
1748 2004/04/02: Abelardo Moralejo
1749
1750 * msignal/MExtractSignal3.[h,cc]
1751 - added. Alternative method for signal extraction. Uses sliding
1752 window from event to event, but a common window for all pixels
1753 in an event.
1754
1755 * msignal/Makefile, SignalLinkDef.h
1756 - added MExtractSignal3.
1757
1758
1759
1760 2004/04/02: Markus Gaug
1761
1762 * mbadpixels/MBadPixelsPix.h
1763 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
1764 enum
1765
1766 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
1767 mcalib/Makefile, mcalib/CalibLinkDef.h:
1768 - two new base classes for general calibration storage containers,
1769 contain average pixel storage functionality
1770
1771 * mcalib/MCalibrationRelTimeCam.[h,cc],
1772 mcalib/MCalibrationRelTimePix.[h,cc]:
1773 - new storage container for the rel. time calibration results, derive
1774 from MCalibrationPix, MCalibrationCam
1775
1776
1777
1778 2004/04/01: Markus Gaug
1779
1780 * msignal/MArrivalTimeCalc.[h,cc]
1781 - set fSaturationLimit as a variable with default (instead of 0xff)
1782
1783 * mcalib/MHCalibrationChargeCam.[h,cc]
1784 mcalib/MCalibrationChargeCam.[h,cc]
1785 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1786 - add average pixels per sector
1787
1788 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
1789 mcalib/MHCalibrationRelTimePix.[h,cc]:
1790 - moved BypassFit() function to MHGausEvents
1791
1792 * mcalib/MHCalibrationChargeCam.[h,cc]:
1793 - updated and enlarged documentation
1794 - derives now from mcalib/MHCalibrationCam
1795
1796 * mcalib/MCalibrationChargePix.[h,cc]:
1797 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
1798
1799 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1800 - new base class for all MHCalibration*Cam object, contains the average
1801 pixel functionality
1802
1803
1804
1805 2004/03/31: Markus Gaug
1806
1807 * mcalib/MHCalibrationChargeCam.[h,cc],
1808 mcalib/MCalibrationChargeCam.[h,cc],
1809 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1810 - make the average pixel independent on camera geometry, i.e.
1811 one average pixel per MGeomPix::Aidx
1812
1813
1814
1815 2004/03/31: Abelardo Moralejo
1816
1817 * mmc/MMcConfigRunHeader.[h,cc]
1818 - updated to current version (3) in camera program. Added member
1819 fLightCollectionFactorOuter so that we can store the data on
1820 the simulatedlight collection efficiency (light guides +
1821 plexiglas +...) as a function of incidence angle for outer and
1822 inner pixels independently. Added getters for this information
1823 on light collection efficiency.
1824
1825
1826
1827 2004/03/30: Markus Gaug
1828
1829 * mcalib/MHGausEvents.[h,cc],
1830 mcalib/MHCalibrationChargePix.[h,cc],
1831 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1832 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1833 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1834 mcalib/MHCalibrationChargePINDiode.[h,cc],
1835 mcalib/MHCalibrationRelTimeCam.[h,cc],
1836 mcalib/MHCalibrationRelTimePix.[h,cc],
1837 mcalib/MHPedestalPix.[h,cc],
1838 mcalib/MHPedestalCam.[h,cc]:
1839 - updated and enlarged documentation
1840
1841
1842
1843 2004/03/30: Abelardo Moralejo
1844
1845 * mmc/MMcFadcHeader.hxx
1846 - updated to current version (4) in camera program.
1847
1848
1849
1850 2004/03/29: Markus Gaug
1851
1852 * manalysis/MSourcePosFromStarPos.cc
1853 - replaced fabs(ival) by TMath::Abs(ival)
1854
1855 * mbadpixels/MBadPixelsPix.h
1856 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
1857
1858 * mbadpixels/MBadPixelsPix.cc
1859 - put some documentation in the header
1860
1861 * mcalib/MHCalibrationChargeCam.cc
1862 mcalib/MCalibrationChargeCam.cc
1863 mbadpixels/MBadPixelsCam.cc
1864 - adopt to new style in MBadPixelsPix.h
1865
1866 * mcalib/MCalibrationChargeCalc.[h,cc]
1867 mcalib/MCalibrationChargePix.[h,cc]
1868 - move consistency checks from Pix to Calc
1869
1870 * mcalib/MHGausEvents.[h,cc]
1871 - fixed axes for event and fourier spectrum Draw
1872
1873 * mcalib/MHCalibrationChargePix.[h,cc]
1874 mcalib/MHCalibrationChargeCam.[h,cc]
1875 - moved definition of pulser frequency to MHCalibrationChargeCam
1876
1877
1878
1879 2004/03/24: Thomas Bretz
1880
1881 * mbase/MMath.cc:
1882 - now SignificanceLiMa returns 0 in case sum==0
1883
1884
1885
1886 2004/03/23: Thomas Bretz
1887
1888 * mbase/MContinue.cc, mhbase/MH.cc:
1889 - changed a warning message to an inf-message
1890
1891 * mfileio/MReadTree.cc:
1892 - added an additional logging message when adding files to a
1893 chain successfully.
1894
1895 * mbase/MProgressBar.cc:
1896 - fixed initial size
1897
1898 * mastro/MAstro.[h,cc]:
1899 - changed the code for the rotation angle back to its original
1900 shape. The definition I tried to introduced was already
1901 correctly implemented (assuming that sin is the x-component
1902 of the vector I had it wrong in my mind twice, using
1903 atan2(y,x) everywhere I did recognize it...)
1904
1905 * mreport/MReport.cc:
1906 - fixed a bug which caused a crash when the time is not valid
1907
1908 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
1909 - fixed: v.Roatete() must be v=v.Rotate()
1910 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
1911 or MObservatory (leaving out the corresponding translations)
1912
1913
1914
1915 2004/03/22: Markus Gaug
1916
1917 * mfileio/Makefile, mimage/Makefile
1918 - mpointing included
1919
1920
1921
1922 2004/03/22: Thomas Bretz
1923
1924 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
1925 - added
1926
1927 * mastro/MAstro.[h,cc]:
1928 - added code to calculate rotationangle previously in MObservatory
1929 - changed definition of rotation angle such, that it is now
1930 180deg if Ra and Az grid is parallel
1931
1932 * mastro/MAstroCatalog.[h,cc]:
1933 - fixes and enhancements to the display (such as misscalculated
1934 number of grid lines, title display, etc)
1935 - enhancements to the output
1936 - generalized creation of grid - for further usage
1937
1938 * mastro/MAstroSky2Local.[h,cc]:
1939 - replaced calculation of rotation angle by the function in
1940 MAstro
1941
1942 * mastro/MObservatory.[h,cc]:
1943 - small changes to Print output
1944 - moved code for calculation of rotation angle to MAstro
1945
1946 * mbase/MEvtLoop.cc:
1947 - do not output number of events per second if no events processed
1948
1949 * mbase/MParList.cc:
1950 - updated some comments
1951
1952 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
1953 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
1954 mreport/MReportFileRead.cc:
1955 - output error string if file cannot be opened
1956
1957 * mfileio/MReadTree.cc:
1958 - output name of chain which is scanned
1959
1960 * mimage/MConcentration.cc:
1961 - replaced loop by iterator
1962 - removed obsolete (unused) variables
1963
1964 * mimage/MHNewImagePar.[h,cc]:
1965 - fixed display colors
1966
1967 * mpointing/MPointingPos.[h,cc]:
1968 - added member function to calculate rotation angle
1969 - added comments
1970
1971 * mpointing/Makefile:
1972 - added include MAstro
1973
1974 * manalysis/MSrcPosCam.[h,cc]:
1975 - moved to mpointing
1976
1977 * mpointing/MSrcPosCalc.[h,cc]:
1978 - added: Derotates a star in the camera into MSrcPosCam
1979
1980 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1981 - added MSrcPosCam
1982 - added MSrcPosCalc
1983
1984 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1985 - removed MSrcPosCam
1986
1987 * mmain/Makefile:
1988 - added include for mpointing
1989
1990 * manalysis/AnalysisIncl.h:
1991 - removed TVector2
1992
1993 * mbase/MParContainer.h:
1994 - added new abstract virtual member function SetVariables
1995 (to be used in fits)
1996 - addeed some text to class description
1997
1998 * mdata/MData.cc:
1999 - added comment
2000
2001 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
2002 mdata/MDataList.[h,cc], mdata/MDataMember.h,
2003 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
2004 - added SetVariables
2005
2006 * mdata/MDataChain.[h,cc]:
2007 - added support for indexed variables [i]
2008 - added SetVariables
2009
2010 * mdata/MDataValue.[h,cc]:
2011 - added support for variable values (through SetVariables)
2012 - added support for an index
2013 - added SetVariables
2014
2015 * mfbase/MF.[h,cc]:
2016 - removed support for {}. This case is now detected
2017 automatically
2018 - added SetVariables
2019 - added support for expressiond like
2020 "MHillas.fLength<2*MHillas.fWidth"
2021
2022 * mfbase/MFDataChain.[h,cc]:
2023 - added fCond data member
2024 - addednew constructor to support fCond
2025 - added support for new condition type
2026 - adapted Print and GetRule
2027
2028 * mimage/MNewImagePar.[h,cc]:
2029 - added some comments
2030
2031 * mhist/MHStarMap.[h,cc]:
2032 - fixed to use the correct MPointingPos instead of the
2033 deprecated MMcEvt. Use MPointingPosCalc to copy the
2034 pointing position from MMcEvt to MPointingPos
2035
2036 * mbase/MMath.[h,cc]:
2037 - added, which currently only implements calculation of
2038 significance and Li/Ma significance
2039
2040 * mbase/Makefile, mbase/BaseLinkDef.h:
2041 - added MMath
2042
2043
2044
2045 2004/03/19: Markus Gaug
2046
2047 * mcalib/MHCalibrationChargePix.cc
2048 - added some style to the default Draw in order to see the
2049 label and axis titles better
2050
2051 * mcalib/MHCalibrationChargeCam.[h,cc]
2052 - store and display more information on the average pxiels
2053
2054 * mcalib/MCalibrationCam.cc
2055 - the GetPixelContent flag were not correct any more, fixed them
2056
2057 * macros/calibration.C
2058 - fixed GetPixelContent flags
2059 - draw radial profile of the variables
2060
2061 * mjobs/MJCalibration.cc
2062 - fixed GetPixelContent flags
2063 - introduced RadialProfile for some displays
2064 - removed some not so important displays
2065
2066 * manalysis/MGeomApply.cc
2067 - included MCalibrationQECam to be initialized
2068
2069 * mcalib/MCalibrationChargePix.[h,cc],
2070 mcalib/MCalibrationQEPix.[h,cc]:
2071 - replace DefinePixId by SetPixId
2072
2073 * mcalib/MCalibrationChargeCalc.[h,cc]
2074 - added MCalibrationQECam
2075 - cleaned the code up a little
2076 - give more information at the end
2077
2078 * mcalib/MCalibrationChargePix.[h,cc]
2079 - took out fNumLoGainSampels whihc is not needed any more because
2080 conversion is only done in the getters
2081 - Canceled function ApplyLoGainConversion (for same reason)
2082
2083 * msignal/MExtractSignal2.cc
2084 - remove uncommented piece of code
2085
2086 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
2087 - remove warning about pixel with low gain saturation,
2088 now in MBadPixelsPix
2089
2090 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
2091 - added new flag: kDeviatingNumPhes
2092
2093 * mcalib/MCalibrationChargePix.cc
2094 - check for mean arr. time in last bin replaced by check in last
2095 two bins
2096
2097 * mcalib/MCalibrationChargePix.[h,cc],
2098 mcalib/MCalibrationChargeCam.cc,
2099 mcalib/MHCalibrationChargeCam.cc:
2100 - removed flag kHiGainFitted, kLoGainFitted, since they are
2101 available from MBadPixelsPix
2102
2103 * macros/calibration.C, macros/calibrate_data.C
2104 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
2105 corrected them
2106
2107
2108
2109 2004/03/18: Raquel de los Reyes
2110
2111 * macros/DAQDataCheck.C
2112 - macro to check the data from the DAQ system (.raw files).
2113
2114
2115
2116 2004/03/18: Thomas Bretz
2117
2118 * manalysis/AnalysisIncl.h:
2119 - added TVector2
2120
2121 * manalysis/MSrcPosCam.[h,cc]:
2122 - added Getter/Setter using TVector2
2123
2124 * mhbase/MH.cc:
2125 - fixed GetMinimumGT for TH2 and TH3
2126
2127 * mpointing/MPointingPos.h:
2128 - added Getter/Setter for Ra/Dec
2129
2130 * mpointing/MPointingPosCalc.cc:
2131 - fill Ra/Dec into MPointingPos
2132
2133
2134
2135 2004/03/18: Markus Gaug
2136
2137 * mgeom/MGeomCam.[h,cc]
2138 - replace fMaxRadius by a TArrayF of pixel area types
2139 - new TArrayF fMinRadius of each pixel area type
2140 - backward compatibility should be given,
2141 call to GetMaxRadius() returns the value for the whole camera
2142 (which corresponds to the previous value for the Magic camera)
2143
2144 * mimage/MConcentration.cc
2145 - fixed on flog to fLog in order to compile
2146
2147
2148
2149 2004/03/17: Thomas Bretz
2150
2151 * mastro/MAstroCatalog.[h,cc]:
2152 - some simplifications and changes
2153
2154 * mastro/MAstroCatalog.[h,cc]:
2155 - some simplifications and changes
2156
2157 * mastro/MAstroSky2Local.[h,cc]:
2158 - rotation matrix from sky to local coordinates
2159 - added
2160
2161 * mastro/Makefile, mastro/AstroLinkDef.h:
2162 - MAstroSky2Local added
2163
2164 * mraw/MRawEvtPixelIter.cc:
2165 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
2166 accelerated and fixed (the first slice was compared to itself
2167 and the last slice was not taken into account)
2168
2169 * manalysis/MCerPhotAnal2.cc:
2170 - fixed a bug in the new treatment of lo-gains
2171
2172 * mhvstime/MHPixVsTime.cc:
2173 - fixed missing initialization of fTypeErr in constructor
2174
2175 * mimage/MHillas.[h,cc]:
2176 - implemented member function which returns MeanX/Y as TVector2
2177
2178 * mimage/ImageIncl.h:
2179 - added TVector2
2180
2181 * manalysis/MCerPhotEvt.[h,cc]:
2182 - fixed a bug in AddPixels which - in some special circumstances -
2183 cutted pixels with high pixel indices
2184
2185
2186
2187 2004/03/17: Antonio Stamerra
2188
2189 * macros/datatrigcheck.C
2190 - added macro for time and trigger data-checking
2191
2192
2193
2194 2004/03/17: Abelardo Moralejo
2195
2196 * manalysis/MSourcePosfromStarPos.cc
2197 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
2198 compile.
2199
2200 * macros/starmc.C
2201 - added parameter accepted_fraction to select fraction of events
2202 to be processed (useful to make smaller outputs).
2203
2204
2205
2206 2004/03/17: Wolfgang Wittek
2207
2208 * manalysis/MSigmabar.[h,cc]
2209 - correct calculation of sector, which was wrong
2210
2211
2212
2213 2004/03/16: Markus Gaug
2214
2215 * mhist/MHCamera.[h,cc]
2216 - added function RadialProfile which returns a TProfile of the
2217 value along the radius from the camera center
2218
2219
2220
2221 2004/03/16: Oscar Blanch Bigas
2222
2223 * mimage/MConcentration.[h,cc]
2224 - new class for Concentration stuff.
2225 - It computes and stores Concentration 1-8
2226
2227 * mimage/MNewImagePar.[h,cc]
2228 - New Concentration stuff is moved to MConcentration.
2229
2230 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
2231 - Modifications needed to support and compile new
2232 MConcentration class.
2233
2234
2235
2236 2004/03/16: Thomas Bretz
2237
2238 * mjobs/MJ*.[h,cc]
2239 - removed some obsolete comments
2240 - removed projections from Directory (SetDirectory(0))
2241
2242
2243
2244 2004/03/16: Wolfgang Wittek
2245
2246 * manalysis/MSigmabar.[h,cc]
2247 - calculate sigmabar as mean of individual pedestalRMS
2248 instead of sqrt of mean pedestalRMS^2
2249
2250
2251
2252 2004/03/16: Oscar Blanch
2253
2254 * mimage/MNewImagePar.[h,cc]
2255 - New variables members added: fInnerSize, fInnerLeakage[1,2],
2256 fConc[3-8].
2257 - It is only ready for Magic Camera geometry. It has to be done
2258 MGeomCam base.
2259 - The version ahs not been updated since it was done on the
2260 2004/03/10 by Abelardo.
2261
2262
2263
2264 2004/03/15: Markus Gaug
2265
2266 * mcalib/MCalibrationChargePix.[h,cc],
2267 mcalib/MCalibrationChargeCam.[h,cc],
2268 mcalib/MCalibrationChargeCalc.cc:
2269 - conversion from hi- to logain now not applied until the value is
2270 exported outside the class. This is necessary for the error
2271 propagation in the F-Factor method: In the calculation of the
2272 number of Phe, the conversion factors cancel out and do not
2273 enlarge the errors
2274 - pixels with number of phe's outside the range defined by
2275 fPheFFactorRelErrLimit are not any more declared as:
2276 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
2277 but instead as:
2278 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
2279 Like this, everybody is allowed to calibrate pixels which give
2280 no reasonable results in the calibration without bothering that
2281 too many pixels fall out. Enjoy!
2282 - In that procedure, the classes passed _internally_ from calculation
2283 of sigmas to calculation of variances which saves all the useless
2284 square rooting.
2285 - took out pointers to MCalibrationChargeBlindPix and
2286 MCalibrationChargePINDiode in MCalibrationChargeCam.
2287
2288
2289
2290 2004/03/15: Abelardo Moralejo
2291
2292 * mmc/MMcEvt.hxx
2293 - added getter function for fZFirstInteraction
2294
2295
2296
2297 2004/03/15: Wolfgang Wittek
2298
2299 * mastro/MObservatory.[h,cc]
2300 - remove bugs in RotationAngle(theta, phi, sin, cos)
2301 replaced
2302 cos = sinl + cosl*cosp /denom;
2303 by
2304 cos = (sinl - cosl*cosp) /denom;
2305
2306
2307
2308 2004/03/15: Thomas Bretz
2309
2310 * mastro/MObservatory.[h,cc]:
2311 - implemented RotationAngle(ra, dec, time)
2312
2313 * mbase/MTask.[h,cc]:
2314 - implemented usage of a TStopwatch to retriev time consumtion
2315 informations
2316 - changed PrintStatistics not to print classes having no
2317 Process() function
2318
2319 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
2320 - changed PrintStatistics according to changes in MTask
2321
2322 * mraw/MRawEvtHeader.cc:
2323 - added a comment to Fill member function
2324
2325 * manalysis/MCerPhotEvt.[h,cc]:
2326 - added fLut.Set to FixSize and resize fLut by a factor of 2
2327 instead of +1 which acelerates creation of all pixels a lot
2328
2329 * mbadpixels/MBadPixelsPix.cc:
2330 - fixed a typo
2331
2332 * mfilter/MFSoftwareTrigger.cc:
2333 - made statistics output meaning independant of usage of filter!
2334
2335 * mhbase/MFill.[h,cc]:
2336 - added possibility to give tab a different name
2337
2338 * mhist/MHCamera.cc:
2339 - fixed a bug when determin scale for same-option
2340
2341 * mjobs/MJCalibration.cc:
2342 - changed tab names for MFillH
2343
2344 * mjobs/MJExtactSignal.cc:
2345 - added MRawEvtHeader to output
2346
2347 * mbase/MStatusDisplay.[h,cc]:
2348 - changed displayed year
2349 - read and store MStatusArray to and from files
2350
2351 * mfileio/MReadTree.cc:
2352 - enhanced output
2353
2354 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
2355 - added preliminary mode to display F1/F2/F3-files
2356
2357 * mbase/MStatusArray.[h,cc]:
2358 - added
2359
2360 * mbase/Makefile, mbase/BaseLinkDef.h:
2361 - added MStatusArray
2362
2363 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
2364 - improved drawing MHCamera with 'same' option
2365
2366
2367
2368 2004/03/13: Markus Gaug
2369
2370 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
2371 mcalib/MCalibrationChargePix.[h,cc],
2372 mcalib/MHCalibrationChargeCam.cc,
2373 mcalib/MHCalibrationChargeLoGainPix.cc:
2374 - fixed Low Gain calibration
2375
2376 * mcalib/MHGausEvents.cc:
2377 - changed default fit prob. limit from 0.005 to 0.001
2378
2379 * mbadpixels/MBadPixelsPix.h :
2380 - IsCalibrationResultOK does not ask for FitOK any more
2381
2382 * mcalib/MHCalibrationChargeCam.cc:
2383 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
2384
2385 * mraw/MRawEvtPixelIter.[h,cc]:
2386 - function GetIdxMaxLoGainSamples can be called optionally with
2387 offset (because first "loGain" samples are often in reality
2388 hiGain with high values.
2389
2390
2391
2392 2004/03/12: Sebastian Raducci
2393
2394 * manalysis/Makefile
2395 - added mastro in the include directories
2396
2397
2398
2399 2004/03/12: Thomas Bretz
2400
2401 * merpp.cc:
2402 - added 'force' option
2403
2404 * manalysis/MCerPhotAnal2.cc:
2405 - extract pedestal and pedestal rms from lo-gain if hi-gain not
2406 above a certain athreshold
2407
2408 * mastro/MAstroCatalog.[h,c]:
2409 - added text argument to DrawStar
2410
2411 * mbase/MStatusDisplay.cc:
2412 - some small changes to output of SaveAsPS
2413
2414 * mfilter/MFCosmics.cc:
2415 - changed output of filter statistics
2416
2417 * mbadpixels/MBadPixelsTreat.[h,cc]:
2418 - fixed some problems with the code - now it should work like
2419 expected
2420 - added a new member function to be able to change the number
2421 of required neighbors
2422
2423
2424
2425 2004/03/12: Wolfgang Wittek
2426
2427 * manalysis/Makefile
2428 - include 'mastro'
2429
2430 * manalysis/MSourcePosfromStarPos.[h,cc]
2431 - include MObservatory.h
2432 - call member function Rotationangle() of MObservatory
2433
2434
2435
2436 2004/03/12: Markus Gaug
2437
2438 * mjobs/MJCalibration.cc
2439 - updated call in displays to the corr. Cams.
2440
2441 * macros/calibrate_data.C
2442 - macro to study calibrate and study data used in Munich and IFAE
2443
2444
2445
2446 2004/03/12: Antonio Stamerra
2447
2448 * mraw/MRawEvtHeader.[h,cc]
2449 - Added the method GetTriggerID() to decode the trigger pattern.
2450
2451
2452
2453 2004/03/11: Abelardo Moralejo
2454
2455 * mimage/MHillasCalc.cc
2456 - Added some printout in PostProcess, to better express the reasons
2457 for which the reconstruction of some events did not succeed.
2458
2459
2460
2461 2004/03/11: Thomas Bretz
2462
2463 * status.cc:
2464 - updated
2465
2466 * manalysis/MCerPhotAnal2.cc:
2467 - removed an obsolete debug output
2468
2469 * mhist/MHCamera.[h,cc]:
2470 - added same-option to camera display
2471
2472 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
2473 - implemented functionality of MBlindPixelsCalc2
2474
2475 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
2476 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
2477 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
2478 - replaced several Set/GetUnsuitable* by a single member function
2479
2480
2481
2482 2004/03/11: Markus Gaug
2483
2484 * mbadpixels/MBadPixelsPix.h
2485 - removed bits about validity of calibration methods
2486 - IsCalibrationResultOK asks also from IsSuitableRun
2487
2488 * mbadpixels/MBadPixelsCam.cc
2489 - updated GetPixelContent
2490 - added Print function
2491
2492 * mcalib/MCalibrationChargeCam.[h,cc]
2493 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
2494 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
2495 - use two loops over pixels in order to determine mean flux of phe;s to
2496 discard pixels far outside the normal distribution
2497
2498 * mcalib/MCalibrate.cc
2499 - added case that no MBadPixelsCam is available.
2500
2501 * mcalib/MHCalibrationChargeCam.cc
2502 - adapted to new MBadPixelsPix::SetUnsuitable function
2503
2504
2505 2004/03/10: Abelardo Moralejo
2506
2507 * manalysis/MCerPhotPix.[h,cc]
2508 - Added member fIsHGSaturated, and setter/getter functions.
2509 Updated class version to 4.
2510
2511 * mcalib/MCalibrate.cc, MCalibrateData.cc
2512 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
2513 slices saturate.
2514
2515 * mimage/MNewImagePar.[h,cc]
2516 - Added member fNumHGSaturatedPixels to count the number of pixels
2517 in which high gain saturates. Added getter funciton for it.
2518 Updated class version to 3.
2519
2520
2521
2522 2004/03/10: Markus Gaug
2523
2524 * mcalib/MCalibrationChargeCalc.cc,
2525 mcalib/MCalibrationChargePix.[h,cc],
2526 mcalib/MCalibrationChargeCam.[h,cc]:
2527 - calculation of conversion factor with F-Factor method from
2528 same mean number of photons, derived from weighted mean number
2529 of photo-electrons from inner and outer pixels, respectively
2530
2531 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2532 - fixed the projections (did only display inner pixels up to now)
2533
2534 * macros/calibration.C
2535 - small bug fixed in display of rel. arrival times
2536 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
2537
2538 * mbadpixels/MBadPixelsCam.cc
2539 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
2540 to program when reading from an ascii-file.
2541
2542 * mbadpixels/MBadPixelsCalc.cc
2543 - replaced one SetUnsuitableRun(....) by the new version without
2544 argument.
2545
2546
2547
2548 2004/03/10: Thomas Bretz
2549
2550 * mfilter/MFSoftwareTrigger.[h,cc]:
2551 - changed to support also a predifined number of NN
2552
2553 * mastro/MAstroCatalog.[h,cc]:
2554 - many enhancements
2555 - many speed improvements
2556
2557 * mbadpixels/MBadPixelsPix.[h,cc]:
2558 - fixed
2559
2560
2561
2562 2004/03/10: Ester Aliu
2563
2564 * mtemp/MIslands.[h,cc]
2565 - New MParContainer to hold information about islands
2566 (number of islands, pixels in each Island, Signal/Noise of
2567 each Island).
2568
2569 * mtemp/MIslandCalc.[h,cc]
2570 - New MTask to count and characterize Islands.
2571
2572
2573
2574 2004/03/09: Thomas Bretz
2575
2576 * Makefile.rules:
2577 - replaced *.o by $(...) for building archives
2578
2579 * mjobs/MJCalibration.cc:
2580 - exchanged apply and merge task
2581
2582 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
2583 - fixed some const-qualifiers
2584
2585 * mcalib/MHCalibrationChargeBlindPix.cc,
2586 mcalib/MHCalibrationChargeCam.cc,
2587 mcalib/MHCalibrationChargePINDiode.cc
2588 - removed some obsolete output when calling FindCreateObj
2589 - changed some 'not found' output messages to be 'Mars-compliant'
2590 - replaced some gLog by *fLog
2591
2592
2593
2594 2004/03/08: Markus Gaug
2595
2596 * mbadpixels/MBadPixelsPix.h
2597 - small modifications for better readability
2598 - remove Getters for calibration methods
2599 - added flag "UnReliableRun" in fInfo[0]
2600
2601 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
2602 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
2603 calibration does not succeed.
2604
2605 * mcalib/MCalibrationChargeCam.cc
2606 - displaying saturation also for not-valid pixels in GetPixelContent
2607
2608 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
2609 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
2610 mcalib/MCalibrationChargeCalc.[h,cc]:
2611 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
2612 This because MExtractSignal2 set the whole window which was much
2613 bigger than the actually used one. This bug is now removed.
2614
2615
2616
2617 2004/03/08: Thomas Bretz
2618
2619 * merpp.cc:
2620 - fixed a bug in the screen output
2621
2622 * mgeom/MGeomMirror.cc:
2623 - added comment
2624
2625 * mmc/MMcConfigRunHeader.h:
2626 - added member function GetMirrors
2627
2628
2629
2630 2004/03/08: Abelardo Moralejo
2631
2632 * macros/starmc.C, starmcstereo.C, mccalibrate.C
2633 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
2634 added for each telescope to the parameter list.
2635
2636 * mmain/MEventDisplay.cc, Makefile
2637 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
2638 Necessary due to changes in MCalibrate.
2639
2640
2641
2642 2004/03/06: Markus Gaug
2643
2644 * macros/calibration.C
2645 - adapted call to MHCamera::ProjectionS to the new version
2646
2647 * mcalib/Makefile
2648 - include directory mbadpixels
2649
2650 * manalysis/Makefile
2651 - include directory mbadpixels
2652
2653 * mcalib/MCalibrationChargeCalc.[h,cc]
2654 - include MBadPixelsCam
2655 - remove exclusion of pixels from ascii-file
2656 (now accessible from MBadPixelsCam)
2657
2658 * mcalib/MCalibrationChargePix.[h,cc]
2659 - include MBadPixelsCam
2660
2661 * mcalib/MCalibrationChargeCam.[h,cc]
2662 - include MBadPixelsCam
2663
2664 * mcalib/MHCalibrationChargeCam.[h,cc]
2665 - include MBadPixelsCam
2666 - include one additional MBadPixelsPix for the average inner and
2667 outer pixel, respectively
2668
2669 * mcalib/MHCalibrationChargePix.[h,cc]
2670 - make fSaturated and fPickup a Float_t (for average pixel)
2671
2672 * mbadpixels/MBadPixelsPix.h
2673 - include the CalibrationType_t infos
2674 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2675
2676 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
2677 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2678
2679 * mbadpixels/MBadPixelsCalc.cc:
2680 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
2681
2682 * manalysis/MGeomApply.cc
2683 - remove obsolete MArrivalTime
2684 - add MBadPixelsCam
2685
2686 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
2687 - implemented calls to MBadPixelsCam
2688
2689 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2690 macros/pedphotcalc.C
2691 - implemented calls to MBadPixelsCam
2692
2693 * mjobs/MJCalibration.cc
2694 - call to MBadPixelsCam
2695
2696
2697
2698 2004/03/05: Nadia Tonello
2699
2700 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
2701 manalysis/Makefile
2702 - Temporary class added (will be included in mbadpixels/ soon)
2703 - All the functions of MBlindPixelCalc are kept(with small improvements)
2704 - New function added: SetCheckPedestalRms
2705
2706 * manalysis/MCerPhotPix.h
2707 - Status Unmapped added (not include the pixel in the cleaned image)
2708
2709 * mimage/MImgCleanStd.cc
2710 - Checks for Unmapped status added
2711
2712 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
2713 - include <stdlib.h> to solve compilation error
2714
2715
2716
2717 2004/03/05: Sebastian Raducci
2718
2719 * msignal/MArrivalTimeCalc.cc
2720 - fixed a little bug (exchanged a - with a + in the Calc() method)
2721
2722
2723
2724 2004/03/05: Markus Gaug
2725
2726 * mcalib/MCalibraitonChargeCalc.cc
2727 - remove some runheader line:
2728 if (runheader->IsMonteCarloRun())
2729 return kTRUE;
2730 which gave always true since this week, don't know why.
2731 - added some information in class description
2732
2733
2734
2735 2004/03/04: Sebastian Raducci
2736
2737 * msignal/MArrivalTimeCalc.cc
2738 - fixed a memory leak (the spline was not deleted...)
2739
2740
2741
2742 2004/03/04: Thomas Bretz
2743
2744 * mgeom/MGeomCam.[h,cc]:
2745 - added new data member fNumAreas
2746 - added new function CalcNumAreas
2747 - increased class version to 3
2748
2749 * mgeom/MGeomCamMagic.cc:
2750 - added setting of area index
2751
2752 * mgeom/MGeomPix.[h,cc]:
2753 - added fAidx data member
2754 - added getter function fAidx
2755 - increased class version to 3
2756
2757 * macros/sectorvstime.C:
2758 - added example of how to plot the evolution of a sector vs time
2759
2760 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
2761 - moved to mhvstime
2762
2763 * mhvstime/MHSectorVsTime.[h,cc]:
2764 - added
2765
2766 * Makefile:
2767 - added mhvstime
2768
2769 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
2770 mhvstime/HVsTimeIncl.h:
2771 - added
2772
2773 * mhist/Makefile, mhist/HistLinkDef.h,
2774 - removed MHVsTime
2775 - removed MHPixVsTime
2776
2777 * macros/rootlogon.C, macros/dohtml.C:
2778 - added new directory mhvstime
2779
2780 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
2781 - changes such, that it doesn't crash if signal has no lo-gain
2782 (This might still give wrong results!)
2783
2784 * macros/dohtml.C:
2785 - added pixvstime.C
2786 - added sectorvstime.C
2787
2788 * manalysis/MMcCalibrationUpdate.cc:
2789 - some changes on file consistency check done by Abelardo,
2790 he may comment on it
2791
2792 * mhist/MHCamera.[h,cc]:
2793 - changed to support also dividing the camera in pixels area indices
2794
2795 * mhist/MHEvent.cc:
2796 - minor change
2797
2798 * mjobs/MJPedestal.cc:
2799 - adapted to changes in MHCamera
2800
2801 * mastro/MAstroCatalog.[h,cc]:
2802 - added preliminary catalog
2803
2804 * mastro/Makefile, mastro/AstroLinkDef.h:
2805 - added MAstroCatalog
2806
2807
2808
2809 2004/03/03: Thomas Bretz
2810
2811 * mgeom/MGeomCam.cc:
2812 - give a name and title also if the default constructor is used
2813
2814 * mgeom/MGeomMirror.[h,cc]:
2815 - added member function GetReflection
2816 - added persistent data member fReflector
2817
2818 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
2819 - fixed a typo in the output
2820
2821 * mraw/MRawFileWrite.cc:
2822 - added the missing '.' to MRawRunHeader. Because of the design of
2823 MReadTree this is backward compatible
2824
2825 * mraw/MRawRunHeader.h:
2826 - removed last change from Abelardo. '>255' is the correct
2827 check for MC files following the definition that all MC files
2828 have run types >255 which was made in the past.
2829
2830 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
2831 - created ReInit member function to hold all code (moved from
2832 PreProcess) accessing the run header. The run header is not
2833 available in PreProcess. That it was working before was only
2834 by chance, because the run type is initialized with 65535 which
2835 is != 255 but not >255.
2836
2837
2838
2839 2004/03/03: Sebastian Raducci
2840
2841 * msignal/MArrivalTimeCalc.cc
2842 - The calculation of the arrival times is made only when needed
2843 (when the HalfMax is over the pedestal)
2844
2845 * mtools/MCubicSpline.cc
2846 - Commented out an annoying warn
2847
2848
2849
2850 2004/03/03: Abelardo Moralejo
2851
2852 * mraw/MRawRunHeader.h
2853 - Replaced
2854 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
2855 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
2856 since the latter is the exact translation of what the function
2857 intends to do. I do not know why, but the display of real data
2858 did not work with the upper line!
2859
2860 * mgeom/MGeomCam.cc
2861 - Undid yesterday change! I do not know why, display completely
2862 fails after that change, both for old and new camera files.
2863 Put back fPixels[i] = new MGeomPix; in constructor.
2864
2865
2866
2867 2004/03/02: Abelardo Moralejo
2868
2869 * mmc/MMcCorsikaRunHeader.[h,cc]
2870 - Added operator [] to get references to the objects in
2871 TObjArray fTelescopes.
2872 - Added Print() function.
2873 - Added GetNumCT() function.
2874 - Replaced
2875 fTelescopes[i]= new MGeomCorsikaCT;
2876 by
2877 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
2878 fTelescopes.Add(dummy);
2879
2880 * mgeom/MGeomCorsikaCT.[h,cc]
2881 - Added getter functions for telescope coordinates.
2882 - Added Print() function.
2883
2884 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
2885 - Replaced
2886 fPixels[i] = new MGeomPix;
2887 by
2888 MGeomPix* dummy = new MGeomPix();
2889 fPixels.Add(dummy);
2890
2891
2892
2893 2004/03/02: Thomas Bretz
2894
2895 * mcalib/MCalibrateData.cc:
2896 - removed usage of MGeomCam (you have MGeomApply for this!)
2897
2898
2899
2900 2004/03/01: Nadia Tonello
2901
2902 * manalysis/MCerPhotEvt.cc
2903 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
2904 only if fUsedonly=kTRUE, otherwise it returns all the pixels
2905 in the array
2906
2907
2908
2909 2004/03/01: Sebastian Raducci
2910
2911 * msignal/MArrivalTimeCalc.[cc,h]
2912 - now the arrival time is at the half max of the spline:
2913 half max = (maximum - pedestal)/2
2914
2915 * mmain/MEventDisplay.cc
2916 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
2917
2918
2919
2920 2004/03/01: Wolfgang Wittek
2921
2922 * mhist/MHStarMap.[h,cc]
2923 - remove bugs
2924 - change GetRotationAngle() such that it can be called from outside
2925
2926
2927
2928 2004/03/01: Thomas Bretz
2929
2930 * Makefile:
2931 - enhanced all calls to subsequent makes by '-f Makefile' to
2932 make sure the correct Makefile is called
2933
2934 * merpp.cc:
2935 - enhanced interpretation of time
2936 - fixed a bug in determin the file-type
2937
2938 * mbase/MTime.[h,cc]:
2939 - added GetGmst() member function
2940
2941 * mastro/MAstro.[h,cc]:
2942 - added Coordinate2Angle
2943 - added AngularDistance
2944 - implemented UT2GMST
2945 - replaced defined by TMath::Pi()
2946
2947 * mastro/MObservatory.[h,cc]:
2948 - added data members for sin-/cos-component of latitude
2949 - added calculation of rotation angle
2950
2951 * mhist/MHStarMap.[h,cc]:
2952 - changes to use MObservatory member function
2953
2954 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
2955 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
2956 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
2957 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
2958 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
2959 - changed to use IsMonteCarloRun() now
2960
2961 * manalysis/MMcCalibrationUpdate.cc:
2962 - unified output to log-stream
2963 - replaced sqrt by TMath::Sqrt
2964
2965 * mcalib/MCalibrationChargeCalc.cc:
2966 - unified output to log-stream
2967 - removed .Data() from TString where obsolete
2968 - fixed memory leak using gSystem->ExpandPathName
2969
2970 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
2971 - adde class name to used kRT*/kTT* enums
2972
2973 * mraw/MRawEvtHeader.h:
2974 - made enum data member of class
2975
2976 * mraw/MRawRunHeader.[h,cc]:
2977 - made kMagicNumber and kMaxFormatVersion a static data
2978 member of the class
2979 - added IsMonteCarloRun member function
2980
2981
2982
2983 2004/02/27: Markus Gaug
2984
2985 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2986 - put in call to MHCamera::Projection the name of the calling
2987 class, otherwise the projected hsitogram will be overwritten by
2988 an empyt one.
2989
2990 * mcalib/MHCalibrationChargePix.[h,cc],
2991 mcalib/MHCalibrationHiGainChargePix.[h,cc],
2992 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
2993 - histogram name setting and title setting moved to constructor,
2994 Functions Init and ChangeHistId derive directly from
2995 MHcalibrationChargePix
2996
2997 * mcalib/MHCalibrationChargeCam.[h,cc],
2998 mcalib/MCalibrationChargeCam.[h,cc],
2999 mcalib/MCalibrationChargeCalc.[h,cc]:
3000 - introduced "average inner" and "average outer" higain and logain
3001 pixels.
3002
3003
3004
3005 2004/02/27: Raducci Sebastian
3006
3007 * mhist/Makefile
3008 - added mastro in the include list
3009
3010
3011
3012 2004/02/27: Abelardo Moralejo
3013
3014 * mmain/MEventDisplay.cc
3015 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
3016 - Updated display of MC data: removed MCerPhotCalc, and replaced
3017 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
3018 MPedPhotCam is filled and all the camera display tabs are shown
3019 correctly (most were not working for MC events since a while
3020 ago).
3021
3022 * mmain/Makefile
3023 - Added mcalib to list of include directories.
3024
3025 * manalysis/MMcCalibrationUpdate.[h,cc]
3026 - Added member variable Bool_t fOuterPixelsScaling, which is
3027 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
3028 such that MCerPhotEvt will later be filled with the signal as it
3029 is, not corrected for the (possibly) different gain of the outer
3030 pixels electronic chain. This option was necessary to allow for
3031 the change in the camera display (see above).
3032
3033 * macros/starmc.C
3034 - added (optional) division of output into two, for use as train
3035 and test samples in g/h separation studies.
3036
3037
3038
3039 2004/02/26: Hendrik Bartko
3040
3041 * macros/dohtml.C
3042 - included the path msignals/
3043
3044
3045
3046 2004/02/26: Abelardo Moralejo
3047
3048 * macros/starmcstereo.C
3049 - changed filters to divide data between train and test sample for
3050 gamma hadron separation studies. Now we use the modulus operator
3051 applied to (Corsika) event number:
3052 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
3053 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
3054 - cleaned up a bit the way the CT coordinates are fed to the task
3055 MStereoCalc.
3056 - Changed default FADC integration range (center range to adapt to
3057 new camera).
3058
3059
3060
3061 2004/02/26: Thomas Bretz
3062
3063 * mhist/MHCamera.cc:
3064 - fixed a function description
3065
3066 * mreport/MReport.cc, mreport/MReportFileRead.cc:
3067 - introduced return case -1
3068
3069 * Makefile.rules:
3070 - remove all dependancy files when calling 'rmdep'
3071
3072 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
3073 - moved ParticleId_t to MMcEvt
3074 - implemented MMcEvt::GetParticleName
3075 - implemented MMcEvt::GetEnergyStr
3076
3077 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
3078 mhist/MHEvent.cc, mhist/MHHadronness.cc,
3079 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
3080 - fixed usage of ParticleId_t
3081
3082 * msignal/Makefile:
3083 - removed obsolete includes
3084
3085 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
3086 mastro/MObservatory.[h,cc]:
3087 - added
3088
3089 * mbase/MAstro.[h,cc]:
3090 - removed
3091
3092 * mbase/Makefile, mbase/BaseLinkDef.h:
3093 - removed MAstro
3094
3095 * Makefile:
3096 - added mastro
3097 - added msql
3098 - added mfbase
3099
3100 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
3101 - removed
3102
3103 * merpp.cc:
3104 - added Sql support
3105
3106 * mraw/MRawFileRead.h:
3107 - added GetFileName
3108
3109 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
3110 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
3111 - added
3112
3113 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
3114 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
3115 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
3116 - moved to mfbase
3117
3118 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
3119 - added
3120
3121 * merpp.cc:
3122 - implemented control of gDebug (root debugging)
3123
3124 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
3125 mfileio/MWriteRootFile.[h,cc]:
3126 - implemented CheckAndWrite return value
3127
3128 * mfileio/MWriteRootFile.cc:
3129 - fixed updating already existing branches (eg concatenating report
3130 files)
3131
3132 * macros/dohtml.C, macros/rootlogon.C:
3133 - added mastro
3134 - added mfbase
3135 - added msql
3136
3137 * mraw/MRawEvtHeader.h:
3138 - implemented GetNumTrigLvl1
3139 - implemented GetNumTrigLvl2
3140
3141
3142
3143 2004/02/25: Markus Gaug
3144
3145 * mcalib/MExtractBlindPixel.[h,cc],
3146 mcalib/MExtractPINDiode.[h,cc],
3147 mcalib/MExtractedSignalBlindPixel.[h,cc],
3148 mcalib/MExtractedSignalPINDiode.[h,cc],
3149 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
3150 msignal/SignalLinkDef.h:
3151 - moved blindpixel and PINdiode extractors to msignal
3152
3153
3154 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
3155 - two new classes to hold the quantum efficieny information of the
3156 calibration
3157
3158 * msignal/MArrivalTimeCalc.[h,cc]
3159 - fill now MArrivalTimePix instead of MArrivalTime
3160
3161 * mcalib/MHCalibrationChargeCam.cc
3162 - display only valid pixels for the corr. values in GetPixelContent
3163
3164 * mcalib/MHCalibrationRelTimeCam.cc
3165 - is now filled from MArrivalTimeCam instead of MArrivalTime
3166
3167 * macros/calibration.C
3168 - divided into two macros: calibration.C using the MJPedestal
3169 standard procedure and pedestalstudies.C using the old
3170 procedures
3171
3172 * macros/pedestalstudies.C
3173 - new macro containing the first previous part of calibration.C
3174
3175 * mcalib/MCalibrationChargeBlindPix.h,
3176 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
3177 mjobs/MJCalibration.cc:
3178 - definition of PulserColot_t in MAGIC.h.
3179
3180
3181
3182 2004/02/25: Hendrik Bartko
3183
3184 * macros/rootlogon.C
3185 - set the include path also to msignals/
3186
3187 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
3188 manalysis/MExtractedSignalCam.[h,cc],
3189 manalysis/MExtractedSignalPix.[h,cc],
3190 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
3191 manalysis/MArrivalTimeCalc2.[h,cc]:
3192 - removed
3193
3194 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3195 - removed classes mentioned above
3196
3197 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
3198 msignal/MExtractedSignalCam.[h,cc],
3199 msignal/MExtractedSignalPix.[h,cc],
3200 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
3201 msignal/MArrivalTimeCalc2.[h,cc]:
3202 - added
3203
3204 * msignal/Makefile, msignal/AnalysisLinkDef.h:
3205 - added classes mentioned above
3206
3207 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
3208 - added include msignal
3209
3210
3211
3212
3213 2004/02/25: Wolfgang Wittek
3214
3215 * mcalib/MCalibrateData.[h,cc]
3216 - initialize size for MPedPhotCam
3217
3218
3219
3220 2004/02/24: Wolfgang Wittek
3221
3222 * manalysis/MSourcPosfromStarPos.[h,cc]
3223 - change member function SetSourceAndStarPosition() to expect sky
3224 coordinates in the standard units
3225 - generalize to more than 1 star
3226 - the class is not yet fully tested
3227
3228 * mfilter/MFSelBasic.[h,cc]
3229 - change default values of cuts
3230
3231
3232
3233 2004/02/24: Markus Gaug
3234
3235 * mjobs/MJCalibration.cc, macros/calibration.C,
3236 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
3237 - added MCalibrationChargeBlindPix to plist
3238 - added new filling of histograms with MFillH
3239 - changed SetPulserColor to MCalibrationChargeBlindPix and
3240 MCalibrationChargePINDiode
3241
3242 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
3243 - receives a pointer to MCalibrationChargePINDiode which is filled
3244 with the results and told to calculate the fluxes in the
3245 Finalize function
3246 - is filled via MFillH from MExtractBlindPixel
3247 - SetPulserColor directly in this class
3248
3249 * mcalib/MCalibrationChargeBlindPix.[h,cc]
3250 - new storage container of the blind pxiel resutls, replaces
3251 MCalibrationBlindPix
3252
3253 * mcalib/MCalibrationChargeCalc.[h,cc]:
3254 - does not fill the histograms any more, but does ony the
3255 calculations in the postprocess. No pointer to MExtractPINDidoe
3256 or MExtractBlindPixel any more.
3257
3258 * mcalib/MCalibrationChargePix.cc
3259 - discovered an error in the calculation of phe's in
3260 CalcFFactorMethod(). The average QE was applied twice.
3261 This error had been introduced on 13/02/04
3262 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
3263 - CalcFFactor asks for IsChargeValid before calculating anything
3264
3265 * mcalib/MCalibrationChargePINDiode.[h,cc]
3266 - added function SetFluxOutsidePlexiglassAvailable
3267 - SetPulserColor directly in this class
3268
3269 * mcalib/MCalibrationChargeCam.cc
3270 - removed function SetPulserColor from here
3271
3272 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
3273 mcalib/MHCalibrationPINDiode.[h,cc],
3274 mcalib/MCalibrationBlindPix.[h,cc],
3275 mcalib/MHCalibrationBlindPixel.[h,cc]:
3276 - removed since obsolote
3277
3278 * mcalib/MHCalibrationChargePix.cc
3279 - make fPickup an Int_t
3280
3281 * mcalib/MCalibrate.cc
3282 - test validity of every calibration method before retrieving
3283 conversion factors
3284
3285 * mcalib/MHGausEvents.[h,cc]
3286 - add possibility to set fit ranges in call to FitGaus
3287 - make function CreateXaxis protected
3288
3289
3290
3291 2004/02/23: Markus Gaug
3292
3293 * mraw/MRawEvtPixelIter.h
3294 - include GetNumHiGainSamples and GetNumLoGainSamples
3295
3296 * mcalib/MExtractedSignalBlindPixel.h,
3297 mcalib/MExtractBlindPixel.[h,cc]:
3298 - included storage of pedestal
3299
3300 * mcalib/MHGausEvents.[h,cc]
3301 - make the fit functions protected
3302
3303
3304
3305 2004/02/22: Markus Gaug
3306
3307 * mfilter/MFCosmics.[h,cc]
3308 - fMaxNumEmpty changed from absolute number to relative number of
3309 pixels
3310
3311 * mcalib/MHGausEvents.h
3312 - remove the "->" from the pointers which are initialized only
3313 in certain cases. The streamer did not work in case that
3314 MFGausFit was left at the NULL pointer.
3315
3316
3317
3318 2004/02/21: Markus Gaug
3319
3320 * manalysis/MExtractedSignalPix.[h,cc]
3321 - changed variable fIsLoGainUsed to fLoGainUsed
3322 - added function GetNumHiGainSaturated()
3323
3324
3325 2004/02/20: Markus Gaug
3326
3327 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
3328 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3329 mcalib/CalibLinkDef.h
3330 - new class to replace MHCalibrationPixel,
3331 based on MHCalibrationChargePix
3332
3333 * mcalib/MCalibrationChargeCalc.[h,cc]
3334 mcalib/MCalibrationChargeCam.[h,cc]
3335 mcalib/MCalibrationChargePix.[h,cc]
3336 mcalib/MCalibrationChargePINDiode.[h,cc]
3337 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3338 mcalib/MCalibrationPINDiode.[h,cc]:
3339 - added the "charge" versions, remove the old ones. The histograms
3340 should be filled in the MH... versions independently of
3341 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
3342 now and will later be so for the pixels and the blind pixel.
3343
3344 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3345 - receives a pointer to MCalibrationChargePINDiode which is filled
3346 with the results and told to calculate the fluxes in the
3347 Finalize function
3348
3349 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
3350 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
3351 manalysis/MMcCalibrationUpdate.[h,cc],
3352 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
3353 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
3354 macros/bootcampstandardanalysis.C,
3355 macros/pedphotcalc.C:
3356 - replace MCalibrationCam by MCalibrationChargeCam
3357 - replace MCalibrationCalc by MCalibrationChargeCalc
3358
3359
3360
3361 2004/02/19: Markus Gaug
3362
3363 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
3364 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
3365 manalysis/MMcCalibrationUpdate.cc:
3366 - standardized naming of variables containing "Error", this also affected
3367 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
3368
3369 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
3370 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
3371 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
3372 - took out some configuration numbers and put them directly into
3373 the class
3374 - remove completely MCalibrationConfig.h
3375
3376
3377
3378 2004/02/19: Abelardo Moralejo
3379
3380 * mhist/MHEvent.[h,cc]:
3381 - Changed names of Event "types" to make them more descriptive.
3382 Former kEvtSignal is now called kEvtSignalDensity, and indicates
3383 pixel content scaled by area. Added kEvtSignalRaw, which
3384 corresponds to pixel content (with no scaling) in whatever units
3385 (this depends on how the MHEvent object is filled!). The default
3386 constructor initializes type=kEvtSignalRaw.
3387
3388 * mmain/MEventDisplay.cc
3389 - Changed filling of evt1 and evt2. Now they are filled with raw
3390 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
3391 still filled uncalibrated (hence in ADC counts), this means that
3392 what will be now shown in Mars' camera display is now the signal
3393 in each pixel without scaling with pixel area. Given that the
3394 default flat fielding is such that equal light density
3395 corresponds to equal absolute signal (in ADC counts), this is
3396 more reasonable, and allows to check for instance how the
3397 relative pixel gains are adjusted by looking at calibration
3398 events. To be FIXED: there is however an "inconsistency" in
3399 MEventDisplay, and it is that MCerPhotEvt is still used to keep
3400 uncalibrated signals. To be replaced by MExtractedSignalCam?
3401
3402
3403
3404 2004/02/19: Thomas Bretz
3405
3406 * manalysis/MCerPhotEvt.h:
3407 - added operator= to MCerPhotEvtIter -- is this correct?
3408
3409 * mhist/MHCamera.[h,cc]:
3410 - added member function to calculate minimum content and
3411 maximum content for a single sector
3412 - Added possibility to get a projection for a single sector.
3413 - GetMinimum/GetMaximum now only takes used pixels into account
3414 (you can request all pixels using a different member function)
3415 - fixed projection (projection only took pixels with contents!=0
3416 instead of 'used' pixels
3417 - Don't call Sumw2() anymore for projection
3418
3419 * mjobs/MJPedestal.cc:
3420 - added MPedestalCam to output again - MPedestalCam was fixed
3421 yesterday
3422 - Added Histograms for the two camera halves
3423
3424
3425
3426 2004/02/18: Markus Gaug
3427
3428 * macros/calibration.C
3429 - fixed a buggy display of the F-Factor method
3430
3431 * mcalib/MCalibrationCalc.cc
3432 - calculate the F-Factor method already in the post-Process
3433
3434 * mcalib/MCalibrationPix.h
3435 - move CalcFFactorMethod to public
3436
3437
3438
3439 2004/02/18: Abelardo Moralejo
3440
3441 * mtools/MCubicSpline.cc
3442 - in Init, corrected initialization of arrays temp and ysd, which
3443 was done with n-1 elements instead of n.
3444
3445 * mgui/MHexagon.cc
3446 - added comment explaining the algorithm.
3447 - changed explicit values of Sin and Cos 60 degrees by const
3448 variables (more readable).
3449
3450
3451
3452 2004/02/18: Hendrik Bartko
3453
3454 * msignal/:
3455 - removed the backup files *~
3456 - removed the object files *.o
3457 - removed the files SignalCint.*
3458
3459 * mgui/MHexagon.cc
3460 - added comment explaining the algorithm.
3461
3462
3463
3464 2004/02/18: Thomas Bretz
3465
3466 * manalysis/MPedestalCam.[h,cc]:
3467 - Changed order of derivements - seems to be VERY important!
3468 - changed GetSize from UInt_t to Int_t which is the type
3469 of TClonesArray::GetSize() !
3470
3471 * mfileio/MReadReports.cc:
3472 - skip trees with no entries
3473
3474 * mgui/MCamEvent.cc:
3475 - added a comment
3476
3477 * mhbase/MFillH.cc:
3478 - in case SetupFill returns kFALSE and kCanSkip is set
3479 Skip task
3480
3481 * mraw/MRawFileRead.cc:
3482 - don't print warning in case of none executions
3483
3484 * manalysis/MArrivalTimeCalc2.cc:
3485 - added some const-qualifiers
3486
3487
3488
3489 2004/02/17: Raquel de los Reyes
3490
3491 * macros/CCDataCheck.C
3492 - Added some improvements in the plots.
3493
3494
3495
3496 2004/02/17: Abelardo Moralejo
3497
3498 * macros/readrfl.C
3499 - Added missing gPad->cd(1), otherwise the display of events was
3500 not updated.
3501
3502 * mgui/MHexagon.cc
3503 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
3504 whether px,py is inside the pixel or not. Previous algorithm
3505 was just an approximation.
3506
3507
3508
3509 2004/02/17: Raquel de los Reyes
3510
3511 * mcamera/MCameraHV.h
3512 - Now it derives from a MCamEvent class and implemented the
3513 GetPixContent() and DrawPixelContent() functions. Added the
3514 GetMean function to get the mean HV settings of the camera.
3515
3516 * macros/CCDataCheck.C
3517 - Added the HV settings plots.
3518
3519
3520
3521 2004/02/17: Hendrik Bartko
3522
3523 * msignal:
3524 - new: directory for all signal and time extraction classes
3525
3526 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
3527 msignal/AnalysisLinkDef.h, MGeomApply.cc:
3528 - new: Storage Container for the ArrivalTime in the camera
3529
3530 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
3531 msignal/AnalysisLinkDef.h:
3532 - new: Storage Container for ArrivalTime information of one pixel
3533
3534 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
3535 SignalLinkDef.h
3536 - auxiliary files for msignal directory
3537
3538 * manalysis/MArrivalTimeCalc2.[h,cc]:
3539 - added functionality to compute error of the extracted ArrivalTime
3540 - calculated ArrivalTime is stored in MArrivalTimeCam
3541
3542 * manalysis/MGeomApply.cc
3543 - geometry is applied to MArrivalTimeCam
3544
3545 * Makefile:
3546 - directory msignal is included
3547
3548
3549
3550 2004/02/17: Sebastian Raducci
3551
3552 * mtools/MCubicSpline.[h,cc]
3553 - little corrections in minimums evalustion methods
3554 - changed constructors (they require the fadc slices to be const)
3555
3556 * macros/spline.C
3557 - changed according to the MCubicSpline new constructors
3558
3559 * manalysis/MArrivalTimeCalc.[h,cc]
3560 - changed to use the MCubicSpline class intead of the TSpline class
3561 - warning: now the arrival time is again the maximum of the spline,
3562 soon it will be changed to half maximum
3563
3564
3565
3566 2004/02/17: Wolfgang Wittek
3567
3568 * manalysis/MSourcPosfromStarPos.[h,cc]
3569 - new class; calculates the position of the source in the camera from
3570 the position of a star in the camera and puts it into
3571 MSrcPosCam
3572
3573
3574
3575 2004/02/16: Abelardo Moralejo
3576
3577 * mcalib/MMcCalibrationCalc.cc
3578 - Fixed two typos in screen output.
3579
3580
3581
3582 2004/02/16: Markus Gaug
3583
3584 * mcalib/MCalibrationPix.cc
3585 - documentation from David's email added
3586 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
3587
3588 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3589 - added MExtractBlindPixel and MExtractedSignalBlindPixel
3590
3591 * mcalib/MExtractBlindPixel.[h,cc]
3592 - new signal extractor for the Blind Pixel
3593
3594 * mcalib/MExtractedSignalBlindPixel.[h,cc]
3595 - new container for the extracted signal of the BlindPixel
3596
3597 * mcalib/MCalibrationCalc.[h,cc]
3598 - does not extract signal from Blind Pixel any more, searches
3599 for MExtractedSignalBlindPixel and fills the hists from there
3600
3601 * macros/calibration.C, macros/bootcampstandardanalysis.C,
3602 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
3603 - introduce the blind pixel and PIN diode extraction in the macro
3604
3605 * manalysis/MPedestalCam.h
3606 - changed type of fTotalEntries from ULong_t to UInt_t
3607 - fixed documentation of fTotalEntries
3608
3609 * manalysis/MPedCalcPedRun.h
3610 - changed type of fNumSamplesTot from ULong_t to UInt_t
3611
3612 * mcalib/MHGausEvents.h
3613 - changed type of fCurrentSize from ULong_t to UInt_t
3614
3615 * mcalib/MCalibrationConfig.h
3616 - removed gkConversionHiLo and gkConversionHiLoErr which is now
3617 directly in the class MCalibrationPix
3618
3619
3620
3621 2004/02/16: Thomas Bretz
3622
3623 * manalysis/AnalysisLinkDef.h:
3624 - added missing MCerPhotEvtIter
3625
3626 * merpp.cc:
3627 - added possible usage of database
3628
3629 * star.cc:
3630 - moved source code into new class MJStar - preliminary
3631
3632 * manalysis/MCerPhotPix.cc:
3633 - updated class header
3634 - fixed Print-output
3635
3636 * mbase/MAGIC.h:
3637 - removed definition of MLog
3638
3639 * mbase/MArgs.h:
3640 - removed include of MAGIC.h
3641
3642 * mbase/MLog.h:
3643 - added extern definition of gLog
3644
3645 * mbase/MParContainer.[h,cc]:
3646 - move body of constructors to source file
3647
3648 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
3649 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
3650 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
3651 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
3652 - fixed documentation header
3653
3654 * mcalib/MMcCalibrationCalc.[h,cc]:
3655 - fixed documentation header
3656 - fixed usage of FindCreateObj and FindObject
3657 - removed data member to count entries (use histogram instead)
3658 - use TH1 function Integral instead of doing it manually
3659
3660 * mfilter/MFCosmics.cc:
3661 - fixed documentation
3662
3663 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
3664 mimage/MNewImagePar.[h,cc]:
3665 - replaced for-loops by Iterators
3666
3667 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
3668 - fixed documentation header
3669 - check return value of MRawRunHeader::ReadEvt
3670
3671 * mraw/mraw/MRawRunHeader.[h,cc]:
3672 - fixed documentation header
3673 - added return value to MRawRunHeader::ReadEvt
3674 - added constant number for max format version - preliminary
3675 (should by a static data member)
3676
3677 * mcalib/MHCalibrationPINDiode.cc:
3678 - do not delete pointers in the destructor which are already
3679 deleted in the base class
3680 - reset histograms in Clear()
3681
3682 * mcalib/MHCalibrationPixel.cc:
3683 - after deletion of instances in Clear() initialize pointer to NULL
3684
3685 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
3686 - fixed usage of logging stream output levels
3687
3688 * manalysis/MPedCalcPedRun.[h,cc]:
3689 - removed obsolete fSignals
3690
3691 - removed obsolete fNumPixels
3692
3693 * manalysis/MPedestalCam.h:
3694 - added '->' to fArray
3695
3696 * mfileio/MWriteRootFile.cc:
3697 - changed some output to make debugging easier
3698
3699 * mjobs/MJCalibration.cc:
3700 - fixed a bug in drawing
3701
3702 * mjobs/MJExtractSignal.cc:
3703 - removed MPedestalCam from MWriteRootFile output.
3704 When creating the branch it crashes - reason unknown I'll
3705 investigate further
3706
3707
3708
3709 2004/02/16: Markus Gaug
3710
3711 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
3712 - added MHCalibrationRelTimePix
3713
3714 * mcalib/MHCalibrationRelTimePix.[h,cc],
3715 mcalib/MHCalibrationRelTimeCam.[h,cc]:
3716 - new classes to fit and display the relative arrival times.
3717 - filled from MArrivalTime
3718 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
3719
3720 * manalysis/MCalibrationCalc.cc
3721 - take out all uncommented code referring to the relative arrival time
3722
3723 * manalysis/MArrivalTime.h
3724 - changed function GetNumPixels to GetSize
3725
3726 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
3727 - included cosmics rejection which was in MCalibrationCalc before
3728
3729
3730
3731 2004/02/14: Markus Gaug
3732
3733 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3734 - added MHCalibrationChargePINDiode
3735
3736 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3737 - new class to fill the PIN Diode histograms. Derives from
3738 MHCalibrationChargePix and is filled with MFillH from the
3739 container MExtractedSignalPINDiode.
3740 Will replace MHCalibrationPINDiode entirely soon.
3741
3742 * mcalib/MHCalibrationChargePix.[h,cc]
3743 - new base class for the calibration charges histogram pixel.
3744 Derives from MH and can be filled with the MH with the MH
3745 functions.
3746
3747 * mcalib/MExtractPINDiode.[h,cc]
3748 - new signal extractor for the PIN Diode
3749
3750 * mcalib/MExtractedSignalPINDiode.[h,cc]
3751 - new container for the extracted signal of the PIN Diode
3752
3753 * mcalib/MCalibrationCalc.[h,cc]
3754 - remove the PIN Diode signal extraction
3755
3756 * manalysis/MHPedestalPix.[h,cc]
3757 - new version of MHPedestalPixel, deriving from MHGausEvents.
3758
3759 * manalysis/MHPedestalPixel.[h,cc]
3760 - old version removed, since obsolete (and erroneous)
3761
3762 * manalysis/MHPedestalCam.[h,cc]
3763 - histogramming part of MPedestalCam now in own class
3764
3765 * manalysis/MPedestalPix.h
3766 - removed include of MHPedestalPixel
3767
3768 * macros/calibration.C
3769 - changed pedestal displays accordingly
3770
3771 * mjobs/MJPedestal.h
3772 - class TCanvas included (did not compile otherwise)
3773
3774 * mhbase/MH.cc
3775 - included call to FindGoodLimits(..) in CutEdges()
3776 - axe from pointer to reference
3777 - "CutEdges" renamed to "StripZeros"
3778
3779 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
3780 mcalib/MHCalibrationBlindPixel.cc:
3781 - "CutEdges" renamed to "StripZeros"
3782
3783 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3784 - replaced by the improved version: MHGausEvents.[h,cc]
3785
3786
3787
3788 2004/02/14: Thomas Bretz
3789
3790 * manalysis/MCerPhotEvt.[h,cc]:
3791 - added 'Iterator' facility, this will replace some for-loops
3792 in the near future
3793
3794 * mbase/MTime.[h,cc]:
3795 - added a more powerfull interface to get and interprete the
3796 MTime contents as string
3797 - added a new constructor
3798
3799 * mreport/MReportTrigger.h:
3800 - fixed GetPixContent
3801
3802 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
3803 - many small changes to simple details (like order of includes)
3804 - some speed improvements
3805 - many small simplifications
3806 - changed parts of the code to be more C++ like (eg Iterators
3807 instead of for-loops)
3808 - disentangles some if-cases
3809 - replaced some math.h function by TMath::
3810 - removed data-member fN (obsolete with iterators)
3811
3812
3813
3814 2004/02/13: Wolfgang Wittek
3815
3816 * mcalib/MCalibrateData.[h,cc]
3817 - new class;
3818 like MCalibrate, but in ReInit it fills the MPedPhot container
3819 using informations from MPedestal, MExtracteSignalCam and
3820 MCalibrationCam
3821
3822 * mcalib/Makefile, mcalib/CalibLinkDef.h
3823 - added MCalibrateData
3824
3825 * manalysis/MPedestalWorkaround.[h,cc]
3826 - create MMcEvt container and fill with theta = 10.0
3827 - set pedestalRMS = 0. if it is > 10.0
3828
3829 * manalysis/MSupercuts.[h,cc]
3830 - change default values of parameters
3831
3832 * manalysis/MSupercutsCalc.[h,cc]
3833 - change dNOMLOGSIZE from 4.1 to 5.0
3834
3835 * mhist/MHBlindPixels.[h,cc]
3836 - change MPedestalCam to MPedPhotCam
3837
3838 * mhist/MHSigmaTheta.[h,cc]
3839 - automatic binning for pixel number doesn't work
3840 use default binning
3841
3842
3843
3844 2004/02/13: Markus Gaug
3845
3846 * mcalib/MCalibrationPix.[h,cc]
3847 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
3848 fAverageQEErr
3849 - gkAverageQE initializes to 0.2 (according to David)
3850 - gkAverageQEErr initializes to 0.02 (dito)
3851 - added new member function: SetAverageQE
3852 - call to GetMeanConversionFFactorMethod returns:
3853 fMeanConversionFFactorMethod/fAverageQE.
3854 - call to GetErrorConversionFFactorMethod returns:
3855 errors of fMeanConversionFFactorMethod and fAverageQEErr added
3856 quadratically
3857
3858 * mcalib/Makefile
3859 - split into two parts one comment line
3860
3861
3862 2004/02/13: Thomas Bretz
3863
3864 * mbadpixels/MBadPixelsTreat.[h.cc]:
3865 - added for new bad pixel treatment
3866
3867 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
3868 - added MBadPixelsTreat
3869
3870 * merpp.cc:
3871 - changed the name of the "DC" tree to "Currents" to make
3872 MReportRead work correctly with this tree
3873
3874 * mbase/MTime.[h,cc]:
3875 - Changed UpDMagicTime to support nanosec instead of millisec
3876 - exchanged Reset() by Clear() not to clear the yy/mm/dd
3877 information away in an eventloop
3878
3879 * mraw/MRawEvtHeader.[h,cc]:
3880 - implemented decoding of the time-stamp for raw-data files
3881 with version>2. Thanks to Marcos.
3882
3883 * mraw/MRawRead.[h,c]:
3884 - pipe file version number to MRawEvtHeader::ReadEvt
3885 - create fake time for file-version<3
3886
3887 * macros/readMagic.C:
3888 - changed to use MInteractiveTask
3889
3890 * mbase/MPrint.cc:
3891 - fixed debugging level of some output
3892
3893 * mhist/MHCamera.[h,cc]:
3894 - fixed handling in AddNotify (necessayr due to change of
3895 inheritance from MCamEvent)
3896 - replaced cout by gLog
3897 - added fNotify to list of cleanups
3898
3899 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
3900 mjobs/MJPedestal.cc:
3901 - fixed usage of AddNotify
3902
3903 * mfileio/MReadReports.cc:
3904 - use a different way to determin whether the tree is a valid tree,
3905 skip invalid trees
3906
3907 * mfileio/MReadTree.cc:
3908 - added another sanity check at the beginning of PreProcess
3909
3910 * mhbase/MFillH.[h,cc]:
3911 - added bit kCanSkip which skips MFillH in case the necessary container
3912 wasn't found.
3913 - cd into the corresponding canvas before filling the MH
3914
3915
3916
3917 2004/02/12: Markus Gaug
3918
3919 * mbase/MArray.[h,cc]:
3920 - changed name of StripZeros
3921
3922 * mcalib/MHGausEvent.cc:
3923 - corrected call to StripZeros
3924
3925 * mcalib/MCalibrationPix.[h,cc]
3926 - implemented dummy for combined method
3927
3928 * mcalib/MCalibrate.[h,cc]
3929 - implemented a dummy for calibration factor 1. (requested by
3930 Javier Rico)
3931 - implemented combined method
3932 - check for valid methods moved to ReInit
3933
3934 * mcalib/MCalibrationCalc.cc
3935 - removed initialization of non-used nsamples
3936
3937 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
3938 mcalib/MCalibrationCalc.[h,cc]
3939 macros/calibration.C
3940 - implemented new histograms:
3941 HSinglePheFADCSlices and HPedestalFADCSlices
3942 They are filled with the FADC slice values of either a s.phe.
3943 event or a pedestal event. The decision is taken with the
3944 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
3945 with a setter
3946
3947 * mtools/MFFT.[h,cc]
3948 - PowerSpectrumDensity of TArrayI implemented
3949
3950
3951
3952 2004/02/12: Thomas Bretz
3953
3954 * mbase/MArray.[h,cc]:
3955 - changed argument of CutEdges from pointer to reference
3956
3957 * mgeom/MGeomPix.h:
3958 - fixed calculation of area of pixel. It was too big for a
3959 factor of 2
3960
3961 * mjobs/MJCalibration.cc:
3962 - slight change of name of a MHCamera
3963
3964 * manalysis/MExtractSignal.cc:
3965 - slight change to the creation of the satpixels list
3966
3967 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
3968 mcalib/MHGausEvent.cc:
3969 - corrected call to ProjectArray
3970 - corrected call to CutEdges
3971
3972 * mfilter/MFCosmics.[h,cc]:
3973 - small fixes to logging output
3974 - small simplification to return statement
3975 - declared CosmicsRejection const
3976
3977 * mhbase/MH.[h,cc]:
3978 - changed argument of ProjectArray from pointer to reference
3979 - added missing calcualtion of minimum
3980 - removed obsolete SetEntries
3981 - changed SetDirectory from NULL to gROOT
3982
3983
3984
3985 2004/02/12: Javier López
3986
3987 * macros/pointspreadfunction.C
3988 - added new macro that fits with a 2D gaussian the DC spot for an
3989 star. It gives you the RMS of the PSF and the center of the star,
3990 very useful for misspointing studies.
3991
3992
3993
3994 2004/02/11: Hendrik Bartko
3995
3996 * manalysis/MExtractSignal2.cc:
3997 - introduced a validity check for the set-function of the window
3998 size (even number of slices, WindowSize < NumberSlices)
3999
4000 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
4001 manalysis/AnalysisLinkDef.h:
4002 - new: introduced the calculation of the arrival time as the signal
4003 weighted mean of the time slices in the maximum window
4004
4005
4006
4007 2004/02/11: Markus Gaug
4008
4009 * mcalib/MCalibrationCalc.cc:
4010 - the blind pixel signal extractor introduced one week ago, counted
4011 one FADC slice too little, thus the normalization w.r.t. pedestals
4012 was wrong. Now corrected.
4013
4014 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
4015 - when "WARNING - Lo Gain saturated" occurs, display also the
4016 corr. pixel numbers.
4017
4018 * mbase/MArray.[h,cc]:
4019 - introduced function to cut array edges with zeros.
4020 (Thomas, should we keep it there or move it to another class? )
4021
4022 * mcalib/MCalibrationCalc.[h,cc]:
4023 - new function SetBlindPixelRange to set start and end of FADC slices
4024 used for the blind pixel signal extraction.
4025 - remove fEvents which are not necessary any more after the shift
4026 to MFCosmics.
4027
4028 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
4029 - show the fourier spectrum now with axes in frequency [Hz] instead
4030 of inverted events.
4031
4032 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
4033 - new base class for all kind of events with variables having a
4034 Gaussian distribution. Will serve as base class for the
4035 existing and new calibration histogram classes.
4036
4037
4038
4039 2004/02/11: Abelardo Moralejo
4040
4041 * mmain/MEventDisplay.cc
4042 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
4043 MMcPedestalCopy must be executed earlier!
4044
4045
4046
4047 2004/02/10: Raquel de los Reyes
4048
4049 * mhist/MHPixVsTime.[h,cc]:
4050 - Added a default draw function and replaced the TGraph object
4051 by a pointer to a TGraph object.
4052
4053 * mreport/MReportTrigger.h:
4054 - Now it dereives from a MCamEvent class and implemented the
4055 GetPixContent() and DrawPixelContent() functions.
4056
4057 * maccros/CCDataCheck.C:
4058 - An update of the previous macro. New plots: subsystems status and
4059 macrocells trigger.
4060
4061
4062
4063 2004/02/10: Markus Gaug
4064
4065 * mcalib/MCalibrationCam.cc:
4066 - fixed documentation
4067
4068 * mhbase/MH.[h,cc]:
4069 - new function ProjectArray
4070
4071 * mcalib/MHCalibrationPixel.[h,cc],
4072 mcalib/MHCalibrationBlindPixel.[h,cc]:
4073 - use ProjectArray from MH to plot the projection of the fourier
4074 spectrum
4075
4076 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
4077 mfilter/FilterLinkDef.h:
4078 - new filter removing cosmics, the same as in MCalibrationCalc
4079 where it was removed now.
4080 Call: MFCosmics cosmics;
4081 MContinue cont(&cosmics);
4082 tlist.AddToList(&cont);
4083
4084 * mcalib/MCalibrationCalc.[h,cc]:
4085 - removed cosmics rejection from there
4086
4087 * macros/calibration.C, mjobs/MJCalibration.cc:
4088 - changed cosmics rejection to the filter algorithm
4089
4090
4091
4092 2004/02/09: Markus Gaug
4093
4094 * mcalib/MCalibrationBlindPix.[h,cc]:
4095 - added histogram to display the average in FADC slices of all
4096 single and double phe events
4097
4098 * mcalib/MCalibrationCalc.cc:
4099 - fill histograms of single-phe events with higain and logain
4100 sampls
4101
4102 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
4103 mcalib/MCalibrationConfig.h:
4104 - take all pixel areas out of MGeomPix::GetA(), remove all previous
4105 areas
4106 - calculate photon fluxes from blind pixel and PIN diode, use
4107 area only to fill the conversion factors in MCalibrationPix
4108
4109
4110 * mcalib/MJCalibration.cc:
4111 - display of number of photons for Blindpixel and PIN Diode Method
4112 changed to display of photon flux which is the actually
4113 calculated quantity
4114
4115
4116
4117 2004/02/09: Thomas Bretz
4118
4119 * mbadpixels/*:
4120 - added
4121
4122 * Makefile:
4123 - added MBadPixels
4124
4125 * manalysis/MGeomApply.cc:
4126 - fixed class description
4127
4128 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
4129 - added bad pixel treatment
4130
4131 * mjobs/MJPedestal.[h,cc]:
4132 - reorganized order of functions
4133 - removed a nonsense scrren output (some BLABABLA or so)
4134
4135 * mjobs/Makefile:
4136 - added include for mbadpixels
4137
4138 * mmain/MBrowser.cc:
4139 - do not call construtor of TGTReeLBEntry if pic0=0
4140
4141
4142
4143 2004/02/09: Raquel de los Reyes
4144
4145 * mcamera/MCameraLids.h, mreport/MReportCamera.h
4146 - Added the "Get" functions to access the private data
4147 members of the class.
4148
4149
4150
4151 2004/02/09: Markus Gaug
4152
4153 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
4154 MCalibrationPix.h:
4155 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
4156 because we can calibrate with the histogram mean and RMS even
4157 if the fit is not OK. Thus, there is a question: IsFitted() and
4158 IsChargeValid(), i.e. does the charge make any sense?
4159
4160 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
4161 - found serious bug in calculation of conversion factors for the
4162 outer pixels:
4163 GetMeanConversionBlindPixelMethod and
4164 GetMeanConversionPINDiodeMethod
4165 did not correct for the area of the outer pixel, this did only
4166 MCalibrationCam::GetPixelContent which is not used by MCalibrate
4167
4168
4169
4170 2004/02/06: Markus Gaug
4171
4172 * mgeom/MGeomCam.h
4173 - replaced in Comment of fPixRatio:
4174 "ratio between size of pixel idx and pixel 0" by
4175 "ratio between size of pixel 0 and pixel idx"
4176
4177 * manalysis/MPedestalCam.cc
4178 - catch calls to MHPedestalPixel in case that they are not filled
4179 This led previous calls to segmentation violations
4180 - remove include of MHExtractedSignalPix
4181
4182 * manalysis/MHExtractedSignalPix.[h,cc]
4183 - is everything in MHPedestalPixel, so removed it again
4184
4185 * mjobs/MJPedestal.cc
4186 - put the projections into Display()
4187 - correct the input of Display (0: pedestal, 1: pedestalerror,
4188 2: pedRMS, 3: pedRMSerror)
4189
4190 * manalysis/MHPedestalPixel.cc
4191 - increased number of bins in for charges plot
4192
4193 * mtools/MFFT.[h,cc]
4194 - possibility to have PSD directly from TArray
4195
4196 * mjobs/MJCalibration.[h,cc]
4197 - fixed displays
4198 - replaced MExtractSignal by MExtractSignal2
4199
4200 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
4201 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
4202 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
4203 - remove histograms MHChargevsN..., now keep TArrays directly
4204 - check for oscillations for all pixels (and you will not trust
4205 your eyes when you look at the results :-((((
4206
4207 * mcalib/MCalibrationCalc.[h,cc]
4208 - remove ArrivalTime -> go to separate class
4209 - remove BlindPixel and PIN Diode overflow, now handled directly
4210 inside the corr. classes.
4211 - remove SkipTimeFits -> go the arrival time class
4212
4213 * mcalib/MCalibrationCam.h
4214 - new getters for number of photons
4215 - removed timeslicewidth -> go the corr. time containers
4216
4217 * mcalib/MCalibrationCam.cc
4218 - removed times of GetPixelContent
4219 - added OscillationChecks in GetPixelContent
4220
4221 * manalysis/MMcCalibrationUpdate.cc
4222 - remove calpix.SkipTimeFits which is now obsolet
4223
4224 * macros/calibration.C
4225 - all previous changes now in this macro.
4226 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
4227 das ging diesmal in einem Aufwasch)
4228
4229
4230
4231 2004/02/06: Thomas Bretz
4232
4233 * mhist/MHPixVsTime.[h,cc]:
4234 - changed such that you can set the name of the time container now
4235
4236 * mraw/MRawRunHeader.[h,cc]:
4237 - added GetMaxPixId()
4238
4239 * mraw/MRawEvtData.cc:
4240 - fixed wrong size calculation for fABflags
4241
4242
4243
4244 2004/02/06: Oscar Blanch
4245
4246 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
4247 - We cahnged the name (and values) of the global variable
4248 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
4249
4250
4251
4252 2004/02/05: Markus Gaug
4253
4254 * mcalib/MHCalibrationPixel.[h,cc]
4255 - put an NDF limit for the fit
4256 - removed all TStrings and replace them by Form(..)
4257 - Check for nan's of all returned fit values
4258
4259 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
4260 - reshuffled HiLoGainConversion, calculation of F-Factor method,
4261 - calculation of total F-Factor of the readout.
4262
4263 * mcalib/MCalibrationCam.cc
4264 - include relative times to display with GetPixelContent
4265
4266 * mcalib/MCalibrationCalc.[h,cc]
4267 - flag to skip Hi-Lo Calibration
4268 - Hi-LO Graph not filled any more after overflow of ChargevsN
4269 - fill the blind pixel differently from the rest of pixels
4270
4271 * mcalib/MCalibrate.cc:
4272 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
4273
4274 * manalysis/MArrivalTimeCalc.cc
4275 - default step width 100 ps.
4276 - look for half maximum (at rising edge)
4277
4278 * manalysis/MExtractSignal.[h,cc]
4279 - removed uncommented code (arrival time)
4280 - set start byte back by one like it was before TB's changes
4281 (does not affect the calculation of number of FADC slices)
4282
4283 * manalysis/MExtractSignal2.[h,cc]
4284 - removed uncommented code (arrival time)
4285
4286 * manalysis/MHPedestalPixel.[h,cc]
4287 - is now filled with total pedestals (not per slice), but results are
4288 renormalized to values per slice (this is not to screw up with the
4289 pedestal RMS and the derived uncertainties)
4290 - new function Renorm(nslices)
4291
4292 * manalysis/MPedestalCam.[h,cc]
4293 - introduced function Clone() (like proposed by TB)
4294 - call to MHPedestalPixel operator() not const any more
4295 - take out lots of uncommented code
4296 - found bug in initialization of hists. SetupFill is called in
4297 PreProcess, therefore, TObjArray is not yet enlarged there.
4298 Now, InitUseHists is called in Fill
4299 - MHPedestalPixel is now filled with total pedestals (not per slice),
4300 but results are
4301 renormalized to values per slice (this is not to screw up with the
4302 pedestal RMS and the derived uncertainties)
4303
4304 * manalysis/MPedCalcPedRun.cc
4305 - added author
4306 - split calculation of RMS into two steps to make it more clear to
4307 the user
4308
4309 * macros/calibration.C
4310 - found bug introduced two days ago, namely calculating pedestlas with
4311 MExtractSignal2 which is now fixed
4312 - Skip HiLoConversionCalibration
4313
4314
4315
4316 2004/02/05: Abelardo Moralejo
4317
4318 * macros/starmc2.C
4319 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
4320 for both MMcEvt and MMcRunHeader since these containers are
4321 not present in real data. Name of macro is no longer adequate if
4322 we will use it for calibrated real data (to be changed if so).
4323
4324
4325
4326 2004/02/05: Sebastian Raducci
4327
4328 * mtools/MCubicSpline.[h,cc]
4329 - added
4330 - this class will take the place of the TSpline class to
4331 calculate arrival times
4332
4333 * mtools/MCubicCoeff.[h,cc]
4334 - added
4335 - this class is used by MCubicSpline to store coefficients
4336
4337 * macros/spline.C
4338 - added
4339 - test macro. Shows how to use the MCubicSpline class
4340 - it could be used to test the methods of the Spline class
4341
4342
4343
4344 2004/02/05: Thomas Bretz
4345
4346 * mmain/MBrowser.cc:
4347 - fixed a double deletion of a TGLayoutHints
4348
4349
4350
4351 2004/02/04: Markus Gaug
4352
4353 * mmain/MBrowser.cc:
4354 - corrected TGTReeLBEntry for TGTreeLBEntry
4355
4356
4357
4358 2004/02/04: Thomas Bretz
4359
4360 * manalysis/MExtractSignal2.cc:
4361 - don't allow odd numbers for the window size
4362
4363 * mfilter/MFilterList.cc:
4364 - corrected a wrong logging message
4365
4366 * mmain/MBrowser.cc:
4367 - added '/data/MAGIC' as shortcut in the combo box
4368
4369 * mraw/MRawEvtPixelIter.cc:
4370 - optimized calculation of MaxIdx
4371
4372
4373
4374 2004/02/04: Abelardo Moralejo
4375
4376 * macros/starmc2.C
4377 - removed unnecessary variables BinsHigh, BinsLow
4378
4379
4380
4381 2004/02/04: Markus Gaug
4382
4383 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
4384 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4385 macros/calibration.C:
4386 - histograms are now filled with MFillH as proposed and coded by
4387 Thomas Bretz. Some modifications had to be done, however.
4388 - Class to hold MHPedestalPixel is still MPedestalCam
4389 - MPedCalcPedRun does nothing any more (except from what is was
4390 doing before)
4391
4392 * manalysis/MExtractSignal.cc
4393 - remove uncommented code
4394
4395 * mcalib/MCalibrationCalc.[h,cc]
4396 - modified way to handle histogram overflow: Now flags are set and
4397 ChargevsN histogram is not tried to be filled subsequently
4398
4399
4400
4401 2004/02/03: Markus Gaug
4402
4403 * manalysis/MHExtractedSignalPix.[h,cc]
4404 - added Thomas B. modified version of MHPedestalPixel. Later will
4405 remove MHPedestalPixel
4406
4407 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
4408 manalysis/MCalibrationCam.cc, macros/calibration.C:
4409 - now split completely absolute and relative times. Absolute
4410 times are not fitted, but their histogram mean and rms are
4411 returned.
4412
4413
4414
4415 2004/02/03: Thomas Bretz
4416
4417 * mfileio/MReadTree.cc:
4418 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
4419
4420 * manalysis/MExtractSignal.[h,cc]:
4421 - moved code to extract the signal from Process to
4422 new member function FindSignal, I left the arrival time
4423 extraction as commented-out code in the code just as a
4424 demonstration to do this very fast.
4425
4426
4427
4428 2004/02/02: Markus Gaug
4429
4430 * manalysis/MPedCalcPedRun.cc
4431 - corrected formulae in Class description
4432
4433 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
4434 manalysis/MMcCalibrationUpdate.cc:
4435 - calculate relative times and absolute times. Fit only
4436 the relative ones.
4437
4438
4439
4440 2004/02/02: Abelardo Moralejo
4441
4442 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
4443 - removed file type check (MC or data) from PreProcess since now
4444 run headers are not yet known at that point.
4445
4446 * mcalib/MMcCalibrationCalc.cc
4447 - same as above.
4448
4449 * NEWS
4450 - updated.
4451
4452
4453
4454 2004/02/02: Thomas Bretz
4455
4456 * manalysis/MExtractSignal2.[h,cc]:
4457 - added new task which takes a given number of slices with the
4458 highest integral content as signal.
4459
4460 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4461 - added MExtractSignal2
4462
4463
4464
4465 2004/01/30: Abelardo Moralejo
4466
4467 * macros/starmc.C
4468 - changed default FADC integration range (more adequate for coming
4469 camera version).
4470
4471 * macros/mccalibrate.C, starmc2.C
4472 - added. First macro transforms input files from camera simulation
4473 into files with pixel data already calibrated in photons. The
4474 second reads in an already calibrated data file and produces an
4475 output file with Hillas parameters. Both together do the same as
4476 starmc.C, but it is convenient to have files containing
4477 calibrated pixel information.
4478
4479
4480
4481 2004/01/30: Thomas Bretz
4482
4483 * mbase/MDirIter.h:
4484 - added GetNumEntries
4485
4486 * mhist/MHEvent.cc:
4487 - added a dynamic_cast from MParContainer to MCamEvent to get the
4488 correct pointer to the correct base-class.
4489
4490 * mbase/MStatusDisplay.cc:
4491 - In EventInfo check whether gPad==0
4492
4493 * mfileio/MReadMarsFile.cc:
4494 - removed reading RunHeaders from PreProcess, this resulted
4495 in strange behaviour of writing RunHeaders
4496 - fixed consistency check for RunType accordingly
4497
4498 * mfilter/MFilterList.cc:
4499 - do not skip adding filter if only a filter with the same name
4500 exists
4501
4502 * mraw/MRawFileRead.cc:
4503 - added an output message if run header is not accessible
4504
4505 * mraw/MRawRunHeader.[h,cc]:
4506 - initialize fRunType to new enum kRTNone
4507
4508 * mfilter/MFGeomag.cc:
4509 - set fResult to kFALSE at the beginning of Process
4510 - according to this removed setting fResult=kFALSE before return
4511 - replaced some float by Float_t
4512 - added some const-qualifiers
4513 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
4514 with rnd = R * (r2-r1)/2 to make sure that we cannot
4515 devide by 0
4516
4517 * manalysis/MPedCalcPedRun.cc:
4518 - added some comments
4519
4520 * Makefile:
4521 - added mjobs
4522
4523 * mjobs/*:
4524 - added
4525
4526 * mbase/Makefile, mbase/BaseLinkDef.h:
4527 - added MRunIter
4528
4529 * mbase/MRunIter.[h,cc]:
4530 - added
4531
4532
4533
4534 2004/01/30: Markus Gaug
4535
4536 * manalysis/MPedestalCam.h
4537 - added function IsUsedHists()
4538
4539 * manalysis/MPedestalCam.cc
4540 - modified GetPixelContent
4541
4542 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
4543 - include storage of number of used FADC slices to compare later
4544 the pedestal per slice ( and sigma per slice)
4545 - return relative differences in GetPixelContent
4546
4547 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
4548 - fBlindPixelId and fPINDiodeId now like in PedestalCam
4549 - fill Blind Pixel with information about its fitted pedestal if
4550 available
4551 - initialize charges histogram with a bigger range
4552 - use pedestal information to constrain the pedestal fit ranges
4553
4554 * manalysis/MHPedestalPixel.cc
4555 - initialize charges histogram with a bigger range
4556
4557 * macros/calibration.C
4558 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
4559 - apply new GetPixelContents of MPedestalCam (more calculations
4560 and displays of errors, correction for different FADC slice
4561 number)
4562
4563 * manalysis/MExtractSignal.cc
4564 - not access to MArrivalTime any more. The same information is
4565 stored in MRawEvt->GetPixelContent(...)
4566
4567 * manalysis/MCalibrationCalc.cc
4568 - retrieve default arrival time from MRawEvt
4569
4570 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
4571 - check for NaN's in fit results
4572
4573
4574
4575 2004/01/29: Abelardo Moralejo
4576
4577 * mfileio/MWriteFile.h
4578 - added missing declaration of ReInit
4579
4580 * manalysis/MMcCalibrationUpdate.cc
4581 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
4582 to adapt to recent changes in MCalibrate.
4583
4584
4585
4586 2004/01/29: Thomas Bretz
4587
4588 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
4589 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
4590 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
4591 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
4592 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
4593 - split derivement into MParContainer and MCamEvent
4594
4595 * manalysis/MExtractSignalCam.[h,cc]:
4596 - removed obsolete MExtractSignal::ReInit
4597 - added -> to fArray
4598
4599 * mbase/MParList.h:
4600 - added a new bit kIsProcessing
4601
4602 * mbase/MTaskList.cc:
4603 - fixed the handling of kDoNotReset and the bahaviour of
4604 SetReadyToSave, such that it is possible to write all
4605 headers
4606
4607 * mfileio/MWriteFile.cc:
4608 - added ReInit which also calls CheckAndWrite
4609
4610 * mgui/MCamEvent.h:
4611 - does not derive from MParContainer anymore
4612
4613
4614
4615 2004/01/29: Markus Gaug
4616
4617 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
4618 mcalib/MCalibrationConfig.h
4619 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
4620 directly into the corresponding classes.
4621
4622
4623
4624 2004/01/29: Nicola Galante
4625
4626 * mhistmc/MHMcTriggerLvl2.[h,cc]:
4627 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
4628 added string checking to return also
4629 fHistCellPseudoSize, fHistCellPseudoSizeNorm
4630 and fHistCellPseudoSizeEnergy.
4631 - Added inline functions GetHistCellPseudoSize() and
4632 GetHistCellPseudoSizeNorm().
4633
4634
4635
4636 2004/01/28: Javier Rico
4637
4638 * mcalib/MCalibrate.[h.cc]
4639 - include possibility to select the calibration method to be used
4640
4641
4642
4643 2004/01/28: Markus Gaug
4644
4645 * mcalib/MCalibrate.[h.cc]
4646 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
4647
4648 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
4649 - included flags to indicate if Blind Pixel Method or PIn Diode
4650 method was OK. Up to now, program stopped, if one of the two
4651 methods was chosen but not able to being executed.
4652
4653 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
4654 manalysis/MGeomApply.cc:
4655 - put all missing InitSize(npixels) into MGeomApply
4656
4657 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
4658 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4659 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4660 - include possibility to fit the pedestals with Gaussian.
4661 - old methods are not affected.
4662 - add new method with MPedCalcPedRun::SetUseHists()
4663
4664
4665
4666 2004/01/28: Abelardo Moralejo
4667
4668 * mcalib/MMcCalibration.cc
4669 - fixed wrong variable type in call to TH1F constructor (number of
4670 bins is now integer), which resulted in a compilation warning.
4671
4672
4673
4674 2004/01/28: Thomas Bretz
4675
4676 * manalysis/MPedestalCam.cc:
4677 - removed unwanted CheckBound from operators. CheckBounds is ONLY
4678 ment for really old MC files and will be removed in the future
4679 anyhow.
4680
4681 * mcalib/MHCalibrationPixel.h:
4682 - removed obsolete include of MFFT
4683
4684 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
4685 manalysis/MPedestalCam.[h,cc]:
4686 - removed use of obsolete MPedestalCam::CheckBounds. This was
4687 a workaround for a 'bug' in very old camera files, which is not
4688 necessary anymore.
4689
4690 * manalysis/MCerPhotAnal2.[h,cc]:
4691 - replaced MPedestalCam by MPedPhotCam
4692
4693 * manalysis/MExtractSignal.cc:
4694 - some small simplification to the signal extraction
4695 - removed some obsolete variables
4696 - replaced for by while
4697 - removed obsolete casts
4698
4699 * mmain/MEventDisplay.cc:
4700 - gave names to the filters
4701 - removed adding MHCamera to fList because it was deleted twice
4702
4703 * mhist/MHCamera.cc:
4704 - fixed usage of fPainter in Paint() - title was not updated
4705 correctly
4706
4707
4708
4709 2004/01/28: Sebastian Raducci
4710
4711 * manalysis/MArrivalTime.[h,cc]:
4712 - removed all the code relative to the cluster evaluation
4713
4714
4715
4716 2004/01/27: Markus Gaug
4717
4718 * manalysis/MPedestalPix.cc:
4719 - initialize default values to 0 instead of -1.
4720
4721 * manalysis/MPedestalCam.[h,cc]:
4722 - include CheckBounds, also in operator[]
4723
4724 * mcalib/MCalibrationCam.[h,cc]:
4725 - apparently, there was a reference to InitSize(UInt_t i) instead
4726 of InitSize(Int_t i), where compiler complained, now changed
4727
4728 * mcalib/MHCalibration*, mcalib/MCalibration*:
4729 - fixed all Clear()'s, Reset()'s, direct intializers
4730
4731
4732
4733 2004/01/27: Thomas Bretz
4734
4735 * mdata/MDataChain.cc:
4736 - added '%' to supported operators
4737
4738
4739
4740 2004/01/26: Nicola Galante
4741
4742 * manalysis/MMcTriggerLvl2.[cc,h]:
4743
4744 - Defined some static constants to avoid ugly "magic numbers"
4745 in arrays: gsNCells, gsNTrigPixels,
4746 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
4747 - Added method
4748 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
4749 which computes compact pixels into a given L2T macrocell.
4750 - Added method
4751 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
4752 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
4753 macrocells
4754 - Added method
4755 MMcTriggerLvl2::GetCellPseudoSize() const
4756 which returns fCellPseudoSize
4757 - Added method
4758 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
4759 which controls whether a pixel belongs to a given L2T cell.
4760 - Added method
4761 MMcTriggerLvl2::GetMaxCell() const
4762 which returns fMaxCell, the cell with the maximum
4763 fCellPseudoSize.
4764
4765
4766
4767 2004/01/26: Markus Gaug, Michele Doro
4768
4769 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
4770 - moved calculation of arrival time from MArrivalTime to
4771 MArrivalTimeCalc. MArrivalTime does not do any Process-job
4772 anymore
4773 - TSpline5 now on stack.
4774 - function to set the stepsize
4775
4776 * mcalib/MHCalibrationBlindPixel.[h,cc]:
4777 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
4778 - implement combined Polya fit and Michele's back-scattered electron
4779 fit
4780
4781 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
4782 mcalib/MCalibrationPINDiode.cc:
4783 - combine FitChargeHiGain and FitChargeLoGain into one function
4784
4785 * macros/calibration.C
4786 - improve double gauss fit a bit
4787
4788
4789
4790 2004/01/26: Thomas Bretz
4791
4792 * mraw/MRawEvtPixelIter.[h,cc]:
4793 - removed member function GetNumPixels. For more details see mantis.
4794
4795 * manalysis/MArrivalTime.[h,cc]:
4796 - reorganized includes
4797 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
4798 definition
4799 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
4800 PROGRAM
4801
4802 * manalysis/MArrivalTimeCalc.[h,cc]:
4803 - reorganized includes
4804 - removed many obsolete code, exspecially copy&paste relicts!
4805 - fixed usage of InitSize
4806 - removed CleanArray. Reset() is called automatically before Process()
4807
4808 * manalysis/MExtractedSignalCam.[h,cc]:
4809 - added SetLogStream
4810 - removed obsolete include MGeomCam
4811 - replaced PrintOut by Print
4812 - added const-qualifiers to all Getters
4813 - fixed documentation
4814
4815 * manalysis/MExtractedSignalPix.[h,cc]:
4816 - replaced PrintOut by Print
4817 - fixed documentation
4818
4819 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
4820 - replaced memset by Reset()
4821
4822
4823
4824 2004/01/24: Abelardo Moralejo
4825
4826 * macros/starmcstereo.C
4827 - Added. Example of how to run the analysis chain for MC files
4828 containing simulation of stereo systems of 2 telescopes.
4829
4830 * mcalib/MCalibrate.cc
4831 - Added check that value of signal from MExtractedSignalPix is not
4832 the default (error) value. In such a case, the signal in
4833 MCerPhotEvt is now set to 0. Before, all pixels got very high
4834 values in MCerPhotEvt in case the MRawEvtData object for the
4835 event was missing in the file. This happened in MC files, in
4836 which in some circumstances an event is written without the
4837 pixel information (for instance, when running stereo simulations
4838 the pixel data is missing for non-triggered telescopes, but the
4839 event headers are present).
4840
4841
4842
4843 2004/01/23: Markus Gaug
4844
4845 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
4846 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
4847 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
4848 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
4849 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
4850 - use MArrivalTime for Storage (or calculation) of time
4851 in MExtractSignal
4852 - pass from TH1I histos to TH1F for times
4853
4854 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
4855 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
4856 mcalib/MCalibrationCalc.[h,cc]:
4857 - clean up setters
4858 - pass to bit-fields for all flags
4859
4860 * mcalib/MCalibrationCam.cc
4861 - exclude Blind Pixel from Camera display
4862 - do not fill &val when return kFALSE
4863
4864 * macros/calibration.C
4865 - include functions to exclude the blind pixel,
4866 calculation of times and quality checks
4867
4868
4869
4870 2004/01/23: Abelardo Moralejo
4871
4872 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
4873 - Added support (using AddSerialNumber) for stereo MC files.
4874
4875
4876
4877 2004/01/23: Thomas Bretz
4878
4879 * mbase/MAstro.cc:
4880 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
4881
4882 * mreport/MReport*.[h,cc]:
4883 - changed all classes to return Int_t instead of Bool_t in
4884 InterpreteBody
4885 - changed MReportFileRead such, that a wrong line results in
4886 skipping the line instead of abort reading.
4887
4888 * manalysis/MExtractSignal.cc:
4889 - do not print information for each pixel - it's too much.
4890
4891 * mbase/MStatusDisplay.cc:
4892 - when reading a status display do not display tabs with
4893 the same name than one which is already existing.
4894
4895 * mcalib/MCalibrate.cc:
4896 - directly store pointer to pixel when setting saturation flag
4897
4898 * mcamera/MCameraDC.cc:
4899 - fixed some comments
4900
4901 * mhist/MHCamEvent.cc:
4902 - fixed a crash when no geometry was available
4903
4904 * mhist/MHCamera.[h,cc]:
4905 - removed obsolete member function SetPix
4906
4907 * mbase/MStatusDisplay.[h,cc]:
4908 - added EventInfo member function
4909 - implemented preliminary redirection of GetObjectInfo to
4910 StatusLine2 -> An own status line for this is missing
4911
4912 * manalysis/MExtractSignal.[h,cc]:
4913 - implemented StreamPrimitive
4914 - changed deafults to be static const data members
4915
4916 * manalysis/MGeomApply.[h,cc]:
4917 - implemented StreamPrimitive
4918
4919
4920
4921 2004/01/23: Abelardo Moralejo
4922
4923 * manalysis/MMcCalibrationUpdate.[h,cc]
4924 - Added check to guarantee that the FADC simulation parameters of
4925 all read files (those used for calibration and those analyzed)
4926 are the same.
4927 - Added missing support for analysis of stereo files.
4928
4929 * mcalib/MMcCalibrationCalc.cc
4930 - Removed obsolete FIXME comment.
4931 - Added missing support for analysis of stereo files.
4932
4933
4934 2004/01/23: Raquel de los Reyes
4935
4936 * macros/CCDataCheck.C
4937 - Added the temperature distribution of the optical links
4938 and the plots of the LV power supplies.
4939 * mcamera/MCameraLV.h
4940 - Added the "Get" functions to access the private data
4941 members of the class.
4942
4943
4944 2004/01/22: Abelardo Moralejo
4945
4946 * manalysis/MMcCalibrationUpdate.[h,cc]
4947 - Now ratio of high to low gain is taken from MCalibrationCam if
4948 it existed previously in the parameter list, instead of being
4949 read again from the MMcFadcHeader. Removed Setter function for
4950 fADC2PhInner, no longer necessary. Fixed error regarding the
4951 pedestal conversion to photons (did not read conversion factor
4952 from preexisting MCalibrationCam object).
4953
4954 * mcalib/MMcCalibrationCalc.cc
4955 - Changed parameters of the histogram, and also the quantity being
4956 histogrammed. Check that input data come from a noiseless camera
4957 file before proceeding to do the calibration. Introduced lower
4958 size in cut for calibration. Now rhe calibration constant is not
4959 calculated from the mean of photons/ADC counts, but from the peak
4960 of the histogram.
4961
4962 * macros/starmc.C
4963 - Introduced new scheme. Now there are two loops over two different
4964 sets of files. First loop calculates the calibration constants,
4965 second one does the analysis. Introduced comments. Now the
4966 histogram used in the light calibration is written to the output
4967 file.
4968
4969
4970
4971 2004/01/22: Thomas Bretz
4972
4973 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
4974 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
4975 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
4976 mcalib/MCalibrationBlindPixel.[h,cc],
4977 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
4978 mcalib/MHCalibrationBlindPixel.[h,cc],
4979 mcalib/MHCalibrationPINDiode.[h,cc]:
4980 - cleaned up includes
4981
4982
4983
4984 2004/01/22: Raquel de los Reyes
4985
4986 * macros/CCDataCheck.C
4987 - macro to check the data from the central control (.rep files).
4988
4989
4990
4991 2004/01/22: Markus Gaug
4992
4993 * macros/calibration.C
4994 - made MStatusDisplay 3 bit smaller
4995
4996 * manalysis/MExtractSignal.cc
4997 - put fSignals->SetUsedFADCSlices into PreProcess
4998
4999 * manalysis/MPedCalcPedRun.cc
5000 - calculate PedRMS as RMS of the sums, later renormalized to units
5001 of RMS/slice (eliminate the wrong effect of odd and even slices)
5002
5003 * mcalib/MCalibrationCalc.cc
5004 - if bit SkipBlindPixelFit is set, now number of photons outside
5005 plexiglass is not intended to be calculated any more (previous
5006 bug)
5007 - exclude excluded pixels in eventloop
5008
5009 * mcalib/MHCalibrationBlindPixel.[h,cc]
5010 - move functions to pointer again (otherwise, Clone will give
5011 strange results)
5012
5013
5014
5015 2004/01/21: Abelardo Moralejo
5016
5017 * mcalib/MMcCalibrationCalc.[h,cc]
5018 - Added. First version of the task intended to calculate the
5019 conversion factors from ADC counts to photons in the MC. It has
5020 a different aim than the recently renamed class
5021 "MMcCalibrationUpdate" (which takes care that the correct
5022 pedestals and conversion factors are supplied to each event, but
5023 does not really calculate anything).
5024
5025 * mcalib/Makefile, CalibLinkDef.h
5026 - Added new class MMcCalibrationCalc
5027
5028 * manalysis/MMcCalibrationUpdate.[h,cc]
5029 - Now the container MCalibrationCam is not created or modified if
5030 it is found that one such container already exists in the
5031 Parameter list (from a previous calibration).
5032
5033
5034
5035 2004/01/21: Thomas Bretz
5036
5037 * mraw/MRawRead.cc:
5038 - restore the fake time for all runs (current time stamp in
5039 the data seems to be toally nonsense)
5040
5041 * mraw/MRawEvtHeader.cc:
5042 - removed decoding of real time (current time stamp in the data
5043 seems to be toally nonsense)
5044
5045
5046
5047 2004/01/21: Abelardo Moralejo
5048
5049 * mmc/MMcEvt.hxx
5050 - Uncommented 6 Getter functions (those regarding the number of
5051 photons surviving the different stages of simulation).
5052
5053 * manalysis/MMcCalibrationUpdate.[h,cc]
5054 - Added (see below).
5055
5056 * manalysis/MMcCalibrationCalc.[h,cc]
5057 - Removed: changed name of this class to MMcCalibrationUpdate,
5058 which is more representative of what it really does. Moved
5059 the filling of the MCalibrationCam container from Process to
5060 ReInit, since it does not change on an event by event basis.
5061 Simplified PreProcess (MCalibrationCam was searched for twice).
5062 Updated class description and comments.
5063
5064 * manalysis/Makefile, AnalysisLinkDef.h
5065 - Adapted to change above
5066
5067 * macros/starmc.C
5068 - Adapted to change above. Changed also task instance name from
5069 mccalibcalc to mccalibupdate.
5070
5071
5072
5073 2004/01/21: Raquel de los Reyes
5074
5075 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
5076 and mcamera/MCameraCalibration.h
5077 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
5078 the private data members of the class.
5079
5080
5081
5082 2004/01/20: Thomas Hengstebeck
5083
5084 * mranforest/MRanForestCalc.[h,cc]
5085 - Added member functions Grow (training of RF) and Fill (reading in
5086 trained forest from file) which simplify macros.
5087 One just needs to call them instead of using MRanForestGrow and
5088 MRanForestFill (and the related training and fill loops) in a
5089 macro.
5090
5091
5092
5093 2004/01/20: Abelardo moralejo
5094
5095 * manalysis/MMcCalibrationCalc.cc
5096 - removed call to MCalibrationPix::SetPedestal, which was not
5097 needed.
5098
5099
5100
5101 2004/01/20: Thomas Bretz
5102
5103 * Makefile:
5104 - replaced 'make' by '$(MAKE)'
5105
5106 * Makefile.rules:
5107 - added Makefile itself to dependencies
5108
5109 * mbase/MTask.cc:
5110 - added comment about ReInit
5111
5112 * mhbase/MH.cc:
5113 - do not clear pad in DrawClone if 'same' option given
5114
5115 * mhist/MHVsTime.cc:
5116 - evaluate 'same' option
5117
5118 * mfileio/MReadCurrents.[h,cc]:
5119 - obsolete, removed
5120
5121 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
5122 - added some comments
5123
5124
5125
5126 2004/01/20: Abelardo moralejo
5127
5128 * mcalib/MHCalibrationPINDiode.cc
5129 - Added call to SetDirecory(0) for histograms fHErrCharge,
5130 fHPCharge, fHPTime.
5131
5132 * manalysis/MCerPhotPix.h:
5133 - Changed position of declaration of fIsSaturated to be the last
5134 private variable. Otherwise, since in the constructor it is
5135 initialized in the last place, a warning is displayed upon
5136 compilation in some systems.
5137
5138
5139
5140 2004/01/20: Markus Gaug
5141 * mcalib/Makefile, manalysis/Makefile:
5142 - include directory ../mtools
5143
5144 * mtools/MFFT.[h,cc]
5145 - class inherits from TObject now
5146
5147
5148
5149 2004/01/19: Markus Gaug
5150
5151 * mcalib/MHCalibrationBlindPixel.[h,cc]
5152 - fixed a bug in fFitLegend due to which program crashed by calls
5153 to DrawClone
5154 - Modified way to change the fit function
5155
5156 * mcalib/MHCalibrationPixel.[h,cc]
5157 - reordered function calls
5158 - removed SetupFill
5159
5160 * mcalib/MHCalibrationPINDiode.h
5161 - reordered function calls
5162
5163 * mcalib/MCalibrationPix.[h,cc]
5164 - limits to define fFitValid now as variables in class
5165
5166 * mcalib/MCalibrationCam.[h,cc]
5167 - reordered function calls
5168 - incorporate option to exclude pixels
5169
5170 * mcalib/MCalibrationBlindPix.h
5171 - Modified way to change the fit function
5172
5173 * mcalib/MCalibrationCalc.[h,cc]
5174 - Modified way to change the fit function
5175 - incorporate option to exclude pixels from configuration file
5176
5177 * macros/calibration.C
5178 - Modified way to change the fit function
5179 - incorporate option to exclude pixels from configuration file
5180
5181
5182
5183 2004/01/19: Javier Rico
5184
5185 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
5186 - Added documentation of member functions
5187
5188
5189
5190 2004/01/19: Abelardo Moralejo
5191
5192 * manalysis/MCerPhotPix.[h,cc]
5193 - Added fIsSaturated to flag whether low gain of the pixel is
5194 saturated. Added corresponding getter and setter functions.
5195 Updated ClassDef to version 2.
5196
5197 * mcalib/MCalibrate.cc
5198 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
5199 one low gain FADC slice is saturated.
5200
5201 * mimage/MNewImagePar.[h,cc]
5202 - Added new member variable fNumSaturatedPixels to count how many
5203 pixels were saturated. Updated ClassDef to version 2.
5204
5205
5206
5207 2004/01/19: Thomas Bretz
5208
5209 * manalysis/MPedPhotCalc.[cc,h]:
5210 - fixed order of includes
5211 - removed obsolete forward declarations
5212 - removed obsolete data member fNumPixels (stored already twice in
5213 the two TArrayF)
5214 - fixed some small bugs in the documentation
5215
5216 * manalysis/MPedCalcPedRun.cc:
5217 - updated my eMail address
5218
5219
5220
5221 2004/01/19: Javier Rico
5222
5223 * macros/dohtml.C, NEWS
5224 - include some missing info
5225
5226
5227
5228 2004/01/19: Abelardo Moralejo
5229
5230 * manalysis/MExtractedSignalPix.h
5231 - added GetNumLoGainSaturated()
5232
5233
5234
5235 2004/01/19: Markus Gaug
5236
5237 * macros/dohtml.C
5238 - include calibration.C
5239
5240 * manalysis/MExtractSignal.cc
5241 - warning of logain saturation now only once per event (out of loop)
5242
5243 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
5244 - new Flag fExcluded to indicate if pixel has been excluded from
5245 further analysis
5246
5247
5248
5249 2004/01/16: Javier Rico & Pepe Flix
5250
5251 * manalysis/MPedPhotCalc.[cc,h]
5252 - added
5253 - new class for the evaluation of pedestals in units of photons
5254 using the extracted signal from pedestal runs and calibration
5255 constants defined in MCalibrate
5256
5257 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
5258 - added entries for MPedPhotCalc
5259
5260 * macros/pedphotcalc.C
5261 - added
5262 - example on how to use MPedPhotCalc task
5263
5264
5265
5266 2004/01/16: Markus Gaug
5267
5268 * mcalib/MCalibrationFits.h
5269 - removed and incorporated in MHCalibrationBlindPixel.h
5270
5271 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
5272 mcalib/MCalibrationBlindPix.h:
5273 - incorporate Fit functions
5274 - fixed a bug due to which DrawClone crashed when class was used
5275 in a compiled macro
5276
5277 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
5278 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
5279 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
5280 mcalib/MHCalibrationPixel.cc:
5281 - fixed the warns and errs in fLog's
5282
5283
5284
5285 2004/01/16: Abelardo Moralejo
5286
5287 * manalysis/MMcCalibrationCalc.cc
5288 - TMath::Max() is no longer used because it did not compile in some
5289 systems for unkown reasons. I replaced it by a safer (and may be
5290 slower) code.
5291 - Added calpix.SetFitValid();
5292
5293 * mhist/MHEvent.cc
5294 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
5295 be 1 in case of RMS:
5296 case kEvtPedestalRMS:
5297 fHist->SetCamContent(*(MCamEvent*)par, 1);
5298
5299
5300
5301 2004/01/15: Abelardo Moralejo
5302
5303 * macros/starmc.C
5304 - Added. Version of star showing new chain to get Hillas
5305 parameters (with Size calibrated in photons) from MC files.
5306
5307
5308
5309 2004/01/15: Javier Rico
5310
5311 * manalysis/MPedCalcPedRun.[h,cc]
5312 - optimize the running time
5313 - add (some) documentation
5314 - correct treatment for the case of several input files
5315
5316 * macros/pedvsevent.C
5317 - added
5318 - draw pedestal mean and rms vs event# for input pixel# and run
5319 file, and compares them to the global pedestal mean and rms
5320
5321
5322
5323 2004/01/15: Raquel de los Reyes
5324
5325 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
5326 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
5327 functions to compute the estimation of the error of the
5328 mean. It can be done calling to the function
5329 MCamEvent::SetBit(MHCamera::kVariance) in the macro
5330
5331
5332
5333 2004/01/15: Markus Gaug
5334
5335 * mhist/MHCamera.[h,cc]
5336 - incorporate Thomas's changes
5337 - replace void CreateProjection() by TH1D *Projection(const char*)
5338
5339 * macros/calibration.C
5340 - replace MHCamera->Draw("proj") by MHCamera->Projection()
5341 - produce better fits to the projection
5342
5343 * manalysis/MSimulatedAnnealing.[h,cc],
5344 mhist/MHSimulatedAnnealing.[h,cc]:
5345 - moved to directory mtools
5346 - MSimulatedAnnealing now inherits from TObject
5347
5348 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5349 mhist/Makefile, mhist/HistLinkDef.h:
5350 - removed MSimulatedAnnealing
5351 - removed MHSimulatedAnnealing
5352
5353 * mtools/Makefile, mtools/AnalysisLinkDef.h:
5354 - added MSimulatedAnnealing
5355 - added MHSimulatedAnnealing
5356
5357
5358
5359 2004/01/15: Thomas Bretz
5360
5361 * manalysis/AnalysisLinkDef.h:
5362 - removed MCurrents
5363
5364 * mhist/MHCamera.[h,cc]:
5365 - added member function Projection
5366 - removed fYproj
5367
5368 * mreport/MReport*.*:
5369 - added more comments
5370
5371
5372
5373 2004/01/14: Markus Gaug
5374
5375 * mtools/MFFT.[h,cc]
5376 - new class to perform Fast Fourier Transforms
5377
5378 * mtools/Makefile
5379 * mtools/ToolsLinkDef.h
5380 - include MFFT
5381
5382 * manalysis/MExtractedSignalCam.h
5383 - removed variables fNumHiGainSamples and fNumLoGainSamples
5384 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
5385
5386 * manalysis/MExtractSignal.cc
5387 - updated call to SetUsedFADCSlices
5388
5389
5390
5391 2004/01/14: Abelardo Moralejo
5392
5393 * manalysis/MMcCalibrationCalc.cc:
5394 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
5395 This can happen (depending on camera simulation parameters), and
5396 rms = 0 later resulted in the pixel being eliminated in the
5397 image cleaning.
5398
5399
5400
5401 2004/01/14: Thomas Bretz
5402
5403 * Makefile:
5404 - replaced old style Makefile.depend by directory specific
5405 dependancy files
5406
5407 * Makefile.rules:
5408 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
5409 - added rule to make dependency files
5410 - added rule to remove dependancy files.
5411 - added rmdep as prerequisite to clean
5412 - include dependency file
5413
5414 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
5415 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
5416 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
5417 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
5418 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
5419 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
5420 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
5421 mtools/Makefile:
5422 - removed clean-rule, use the one in Makefile.rules instead
5423
5424 * mreport/Makefile, mreport/ReportLinkDef.h:
5425 - added MReportHelp
5426
5427 * mreport/MReportFileRead.cc:
5428 - moved code from MReportHelp to new file
5429 - removed usage of MReport class completely
5430
5431 * mfilter/MFGeomag.[h,cc]:
5432 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
5433 - changed the second loop from 0->1151 to 1152->2304
5434 - removed dummy arrays used for reading
5435 - output filename in case of 'file not found'
5436 - removed obsolete data members
5437 - removed obsolete Init function
5438 - removed forbidden underscore from member variable
5439 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
5440
5441 * mbase/MStatusDisplay.[h,cc]:
5442 - added new member function Open
5443 - added new menu entry kFileOpen
5444 - changed UpdatePSheader algorithm (the old one was much too slow)
5445
5446 * manalysis/MCurrents.[h,cc]:
5447 - removed (old outdated)
5448
5449 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5450 - removed MCurrents
5451
5452
5453
5454 2004/01/14: Wolfgang Wittek
5455
5456 * macros/ONOFFAnalysis.C:
5457 - current version
5458
5459 * mhist/MHSigmaTheta.[h,cc]:
5460 - replace MPedestalCam by MPedPhotCam
5461
5462 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
5463 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
5464 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
5465 - replace MPedestalCam by MPedPhotCam
5466
5467 * manalysis/MPedPhotPix.[h,cc]
5468 - uncomment SetRms()
5469
5470
5471
5472 2004/01/13: Markus Gaug
5473
5474 * manalysis/MExtractSignal.h
5475 - seems that the reduced light intensity of the CT1 Pulser
5476 results in broader pulses -> Set Default time slices to [3,10]
5477
5478 * mhist/MHCamera.cc
5479 - make Stat Window in option 'proj' bigger
5480 - add comment line at beginning of Draw()
5481
5482 * mcalib/MHCalibrationBlindPixel.[h.cc]
5483 - add Function DrawClone()
5484 - fix bug in calculation of integral (GetIntegral("width"))
5485 - restrict parameters tighter
5486 - declare fit as not valid, if less than 100 events
5487 in single photo-electron peak
5488
5489 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
5490 - fit now with fixed normalization
5491
5492 * mcalib/MHCalibrationPixel.[h.cc]
5493 - new function IsEmpty()
5494 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
5495
5496 * mcalib/MCalibrationPix.[h.cc]
5497 - F-Factor corrected and added error
5498 - Histograms not fitted if they are empty
5499 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
5500
5501 * mcalib/MCalibrationCam.cc
5502 - Square Root of Reduced Sigmas not taken, if they are < 0.
5503 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
5504
5505 * mcalib/MCalibrationCalc.cc
5506 - Blind Pixel is not additionally treated as normal pixel any more
5507 - Blind Pixel Draw replaced by DrawClone
5508
5509 * macros/calibration.C
5510 - took out some unused code
5511 - some default axis labelling corrected
5512
5513
5514
5515 2004/01/13: Abelardo Moralejo
5516
5517 * manalysis/MMcPedestalCopy.cc
5518 - added check of whether input file is a MC file before executing
5519 the PreProcess.
5520
5521
5522
5523 2004/01/13: Wolfgang Wittek
5524
5525 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
5526 - change macro to handle also MC events with finite sigmabar
5527
5528 * manalysis/MPadOn.[h,cc]:
5529 - deleted, is replaced by MPad
5530
5531 * manalysis/MPadOnOFF.[h,cc]:
5532 - deleted, is replaced by MPad
5533
5534 * manalysis/MPad.[h,cc]:
5535 - new class, replacing MPadON and MPadONOFF
5536 - handle also MC events with finite sigmabar
5537
5538 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5539 - replace MPadON and MPadONOFF by MPad
5540
5541
5542
5543 2004/01/13: Thomas Bretz
5544
5545 * mraw/MRawRunHeader.[h,cc]:
5546 - implemented new member function GetRunTypeStr
5547
5548 * Changelog.03:
5549 - added (contains entries of 2003)
5550
5551 * Changelog:
5552 - removed entries of 2003
5553
5554 * mfilter/MFGeomag.cc:
5555 - simplified open/close of input files
5556
5557 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
5558 - added some comments
5559 - added new member function GetError
5560
5561 * Makefile:
5562 - updated 'make dox' output for convinience
5563
5564 * macros/dohtml.C:
5565 - do not print Info's
5566 - added mcamera
5567 - added mpointing
5568 - added mreport
5569
5570 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
5571 - removed some obsolete comments (these comments confused THtml)
5572
5573 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
5574 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
5575 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
5576 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
5577 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
5578 - replaced MPedestalCam by MPedPhotCam
5579 - removed some obsolete includes
5580
5581 * mbase/BaseLinkDef.h, mbase/Makefile:
5582 - added MLogPlugin
5583 - added MLogHtml
5584
5585 * mbase/MLog.[h,cc]:
5586 - added use of plugins
5587
5588 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
5589 - added
5590
5591 * mbase/MStatusDisplay.[h,cc]:
5592 - added a Save-As dialog
5593
5594
5595
5596 2004/01/12: Thomas Bretz
5597
5598 * macros/rootlogon.C:
5599 - added mcamera to include path
5600 - added mpointing to include path
5601 - added mreport to include path
5602
5603 * mbase/MLog.cc:
5604 - updated my eMail address
5605
5606 * mbase/MParContainer.h:
5607 - added Read member function
5608
5609 * mbase/MStatusDisplay.[h,cc]:
5610 - changed size of ps-paper
5611 - added a user defined bottom line to the ps-files
5612 - added name (currently unused)
5613 - added title (used as possible bottom line in ps-file)
5614
5615 * mraw/MRawRunHeader.cc:
5616 - added some comments
5617
5618 * status.cc:
5619 - set name of input as bottom line of status display
5620
5621
5622
5623 2004/01/12: Abelardo Moralejo
5624
5625 * mimage/MStereoPar.cc
5626 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
5627 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
5628 Bug had no effect unless scale1 != scale2 (-> telescopes of
5629 different size).
5630
5631
5632
5633 2004/01/12: Markus Gaug
5634
5635 * manalysis/MExtractSignal.[h,cc]
5636 - take out some uncommented code
5637 - replace logainshift by two independent variables:
5638 logainfirst, logainlast
5639 - because in most data, maximum occurs in slice 4, shift default
5640 from slices 4-9 to slices 3-8.
5641
5642 * manalysis/MExtractedSignalPix.[h,cc]
5643 - took out some uncommented code
5644 - new initializers: instead of -1. now 99999.9
5645
5646
5647
5648 2004/01/09: Markus Gaug
5649
5650 * mcalib/MCalibrationCam.[h,cc]
5651 - take out 1-dim histos because we can use
5652 the projections in MHCamera (s.b.)
5653
5654 * mcalib/MHCalibrationBlindPixel.h
5655 - make the fit by default quiet
5656
5657 * mcalib/MHCalibrationPixel.[h,cc]
5658 * mcalib/MCalibrationPix.[h,cc]
5659 - Ranges of time slices stored independently for HiGain and LoGain
5660 in order to allow consecutive checks
5661
5662 * mhist/MHCamera.[h.cc]
5663 - add the possibility to call a Draw("proj") which will
5664 draw a Y-Projection of the histogram
5665
5666 * macros/calibration.C
5667 - apply the drawing of the projections and fit them
5668
5669 * mcalib/MCalibrationCalc.cc
5670 - catch the possibility of a calibration file,
5671 unintendedly being a pedestal or cosmic file.
5672 Program now exits with an error before doing the fits
5673
5674 * mcalib/MCalibrationPix.[h,cc]
5675 - fixed a bug in calculation of fFitValid.
5676 before, a call to IsFitValid() always returned false
5677
5678
5679
5680 2004/01/09: Javier L¢pez
5681
5682 * macros/bootcampstandardanalysis.C
5683 - added new macro that holds the main scheleton discussed in the
5684 december bootcamp in Wuerzburg. It runs first over a pedestal
5685 run, then over a calibration run, again over the pedestal run
5686 to compute de pedestal in number of photons and finally over a
5687 data run to calibrate the data.
5688
5689
5690
5691 2004/01/06: Sebastian Raducci
5692
5693 * manalysis/MArrivalTime.[h,cc]
5694 - added new method to calculate photon arrival times. It uses the
5695 TSpline5 Root Class to interpolate the Fadc Slices. The time is
5696 the abscissa value of the absolute maximum of the interpolation
5697 - added new method to find clusters with similar arrival times.
5698 For now it's a preliminary version. It simply search for adiacent
5699 pixels having the same arrival time (color).
5700
5701 * manalysis/MArrivalTimeCalc.[h,cc]
5702 - modified the Process() method according to the changes in the
5703 Arrival Time Cointainer
5704
5705 * mmain/MEventDisplay.cc
5706 - added new tab in the camera event display to show the arrival
5707 time. This arrival time is calculated with the spline method
5708 - the old Arrival Time pad now it's called Max Slice Idx, because
5709 it's only the index of the slice with the max content.
5710
5711 * mhist/MHEvent.[h,cc]
5712 - added new fType in te enumeration to handle the arrival time
5713 histos
Note: See TracBrowser for help on using the repository browser.