source: trunk/MagicSoft/Mars/Changelog@ 4182

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