source: trunk/MagicSoft/Mars/Changelog@ 4189

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