source: trunk/MagicSoft/Mars/Changelog@ 3892

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