source: trunk/MagicSoft/Mars/Changelog@ 4420

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