source: trunk/MagicSoft/Mars/Changelog@ 4541

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