source: trunk/MagicSoft/Mars/Changelog@ 3903

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