source: trunk/MagicSoft/Mars/Changelog@ 4156

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