source: trunk/MagicSoft/Mars/Changelog@ 4269

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