source: trunk/MagicSoft/Mars/Changelog@ 4147

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