source: trunk/MagicSoft/Mars/Changelog@ 3961

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