source: trunk/MagicSoft/Mars/Changelog@ 4108

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