source: trunk/MagicSoft/Mars/Changelog@ 4188

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