source: trunk/MagicSoft/Mars/Changelog@ 4319

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