source: trunk/MagicSoft/Mars/Changelog@ 4256

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