source: trunk/MagicSoft/Mars/Changelog@ 4545

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