source: trunk/MagicSoft/Mars/Changelog@ 4551

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