source: trunk/MagicSoft/Mars/Changelog@ 4164

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