source: trunk/MagicSoft/Mars/Changelog@ 3876

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