source: trunk/MagicSoft/Mars/Changelog@ 4390

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