source: trunk/MagicSoft/Mars/Changelog@ 4134

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