source: trunk/MagicSoft/Mars/Changelog@ 3913

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