source: trunk/MagicSoft/Mars/Changelog@ 4326

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