source: trunk/MagicSoft/Mars/Changelog@ 4126

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