source: trunk/MagicSoft/Mars/Changelog@ 4237

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