source: trunk/MagicSoft/Mars/Changelog@ 4456

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