source: trunk/MagicSoft/Mars/Changelog@ 4445

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