source: trunk/MagicSoft/Mars/Changelog@ 3932

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