source: trunk/MagicSoft/Mars/Changelog@ 4245

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