source: trunk/MagicSoft/Mars/Changelog@ 4544

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