source: trunk/MagicSoft/Mars/Changelog@ 4142

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