source: trunk/MagicSoft/Mars/Changelog@ 4433

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