source: trunk/MagicSoft/Mars/Changelog@ 4251

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