source: trunk/MagicSoft/Mars/Changelog@ 4562

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