source: trunk/MagicSoft/Mars/Changelog@ 4526

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