source: trunk/MagicSoft/Mars/Changelog@ 4248

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