source: trunk/MagicSoft/Mars/Changelog@ 4249

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