source: trunk/MagicSoft/Mars/Changelog@ 4417

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