source: trunk/MagicSoft/Mars/Changelog@ 4212

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