source: trunk/MagicSoft/Mars/Changelog@ 4444

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