source: trunk/MagicSoft/Mars/Changelog@ 4205

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