source: trunk/MagicSoft/Mars/Changelog@ 4324

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