source: trunk/MagicSoft/Mars/Changelog@ 4304

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