source: trunk/MagicSoft/Mars/Changelog@ 4443

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