source: trunk/MagicSoft/Mars/Changelog@ 3964

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