source: trunk/MagicSoft/Mars/Changelog@ 4647

Last change on this file since 4647 was 4647, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 206.5 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd:_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20 -*-*- END OF LINE -*-*-
21
22
23 2004/08/17: Markus Gaug
24
25 * mjobs/MJCalibration.[h,cc]
26 - some small modifications in the data-check display, discussed
27 with Florian
28
29
30
31 2004/08/17: Thomas Bretz
32
33 * mcalib/MCalibrateData.[h,cc]:
34 - unrolled some if-else statements to accelerate the algorithm a
35 bit (it is just the bottelneck of calibrating the signal)
36 - made sure that code which in not needed is not executed in
37 this case
38
39 * mbadpixels/MBadPixelsCam.cc:
40 - unrolled if-else statements in GetPixelContent
41
42 * mcalib/MHCalibrationChargeBlindPix.cc:
43 - commented out unsused variable
44
45 * mjobs/MJCalibration.cc:
46 - some more output when writing the file
47
48 * mjobs/MJPedestal.[h,cc]:
49 - added more resources
50 - added fMaxEvents
51
52 * mraw/MRawEvtPixelIter.[h,cc]:
53 - fixed behaviour or fABFlags in case the array is empty
54 - changed Char_t data member to Byte_t according to change
55 in MRawEvtData
56
57 * mraw/MRawEvtData.[h,cc]:
58 - changed TArrayC data member to MArrayB to get rid of a memory
59 leak which resulted in huge memory usage when reading
60 MRawEvtData
61
62 * mhbase/MHMatrix.[h,cc], mranforest/MRanTree.cc,
63 mtools/MHSimmulatedAnnealing.h, mtools/MSimmulatedAnnealing.h:
64 - changed to compile with root-4.00/08
65
66
67
68 2004/08/16: Thomas Bretz
69
70 * mcalib/MCalibrateData.[h,cc]:
71 - change to support also 'No calibration of data'
72 - removed obsolete dependancie on *'FromData' containers
73
74 * mcalib/MCalibrateData.[h,cc], mbadpixels/MBadPixelsCalc.[h,cc]:
75 - added member function ReadEnv
76
77 * mbase/MTime.[h,cc]:
78 - added new member function SetStringFmt
79
80 * mcalib/MHCalibrationChargeBlindPix.cc:
81 - removed unused variable
82
83 * mcalib/MHCalibrationChargeBlindPix.cc:
84 - removed unused variable
85
86
87
88 2004/08/16: Markus Gaug
89
90 * mcalib/MHCalibrationCam.cc
91 - add a criterion to stop the Finalize() if both fHiGainArray
92 and fLoGainArray have not been expanded.
93 - replace two gLog by *fLog
94 - add the pulser color (needed for the datacheck histograms)
95 - some modifications in the data-check display, discussed with Florian
96
97 * mjobs/MJCalibration.[h,cc]
98 - some small modifications in the data-check display, discussed
99 with Florian
100
101 * mcalib/MHGausEvents.[h,cc]
102 - make fSaturated Int_t and set to 0 in the Clean() function
103
104 * mcalib/MHCalibrationChargePix.[h,cc]
105 - remove the Clean() function
106
107 * mbadpixels/MBadPixelsPix.h
108 * mbadpixels/MBadPixelsCam.cc
109 - new functions GetUnsuitableCalibration() and
110 GetUnreliableCalibration() to denote the reason for unsuitability
111 and unreliability.
112 - in GetPixelContent flags 6 and 7.
113 - will be used for the datacheck display
114
115
116
117 2004/08/14: Markus Gaug
118
119 * msignal/MExtractor.cc:
120 - documented data members
121 - included default for SetNamePedContainer()
122
123 * mjobs/MJPedestal.[h,cc]
124 - some small modifications in the data-check display, discussed
125 with Florian
126
127
128
129 2004/08/13: Thomas Bretz
130
131 * macros/readraw.C:
132 - updated to get it working with MC data
133
134 * mbase/MTaskEnv.cc:
135 - fixed a typo
136
137 * mcalib/MCalibrationChargeCalc.[h,cc],
138 mcalib/MHCalibrationCam.[h,cc]:
139 - added ReadEnv
140 - changed some output slightly to match into a typical
141 80-column console
142
143 * mjobs/MJCalibration.[h,cc]:
144 - changed to support Sequences
145 - added SetEnv
146 - added possibility to change extractors from a resource file
147 - put MBadPixelsMerge into the tasklist - for strange reasons
148 it was missing
149
150 * mjobs/MJPedestal.[h,cc]:
151 - fixed the output name for sequences
152 - added possibility to set output from resource file
153
154 * mpedestal/MPedCalcFromLoGain.[h,cc]:
155 - changed handling of sanity check for setup
156 - removed obsolete variables
157 - changed output slightly to fit into a typical 80-column
158 console
159 - added some sanity checks to PostProcess
160 - added some info-output to PostProcess
161 - calculate a mean number of total events
162 - call ReCalc to calc mean values of sectors and areas
163
164 * mpedestal/MPedCalcPedRun.[h,cc]:
165 - changed to use ReCalc instead of doing the calculation itself
166 for convinience I left the old code as a comment inside -
167 will be removed later
168
169 * mpedestal/MPedPhotCam.[h,cc]:
170 - slight changes in ReCalc
171
172 * mpedestal/MPedestalCam.[h,cc]:
173 - added ReCalc function (maily taken from PedPhotCamReCalc)
174
175 * mpedestal/MPedestalPix.h:
176 - added Getter for fNumEvents
177
178 * mraw/MRawEvtHeader.[h,cc]:
179 - started adding support for calibration pattern. Please don't
180 take the current implementation to serious
181
182
183
184 2004/08/12: Hendrik Bartko
185
186 * msignal/MExtractor.cc:
187 - corrected the setting of AddSerialNumber for Find(Create)Object
188
189 * msignal/MExtractTime.cc:
190 - corrected the setting of AddSerialNumber for FindObject
191
192 * mbadpixels/MBadPixelsCalc.cc
193 - corrected the setting of AddSerialNumber for FindObject
194
195 * mbadpixels/MBadPixelsTreat.cc
196 - corrected the setting of AddSerialNumber for FindObject
197
198 * mimage/MImgCleanStd.cc
199 - corrected the setting of AddSerialNumber for FindObject
200
201
202
203 2004/08/12: Markus Gaug
204
205 * msignal/MExtractBlindPixel.[h,cc]
206 - Set the method from outside
207 - unified the defaults to new blind pixels
208
209 * mjobs/MJCalibration.[h,cc]
210 - implementation of MHCalibrationChargeCam
211
212 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
213 - adapt Draw() and DrawLegend() for the datacheck display
214
215 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
216 - new member function fFitFunc, can be set from outside and is
217 further passed onto the MHCalibrationChargeBlindPix's
218
219 * mcalib/MHCalibrationChargeCalc.[h,cc]
220 - improved readability of output
221 - set default fPheErrLimit to 4.5 sigma
222
223 * mcalib/MCalibrateData.[h,cc]
224 - give defaults to the Setter functions
225 - change default calibration mode from blindpixel to ffactor
226 - change exclusion of bad pixels from unsuitable run to unsuitable.
227 - some cosmetic changes
228 - remove fNumHiGainFADCSamples and fNumLoGainFADCSamples as
229 data members
230 - remove fConversionHiLo which is not used in the class
231 - write a StreamPrimitive()
232
233
234 2004/08/12: Thomas Bretz
235
236 * mreport/MReportFileReadCC.cc:
237 - fixed a bug in CheckFileHeader which caused a condition to
238 be wrongly evaluated
239
240 * mbase/MStatusDisplay.cc:
241 - small modification to postscript output
242
243 * showlog.cc:
244 - added
245
246 * Makefile:
247 - added showlog
248
249 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
250 - update of comments
251
252 * mbase/MEvtLoop.cc:
253 - first interprete environment for fLog
254
255 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
256 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
257 mfileio/MRead.[h,cc], mhbase/MHMatrix.[h,cc],
258 mpedestal/MPedCalcFromLoGain.[h,cc],
259 mpedestal/MPedCalcFromPedRun.[h,cc],
260 msignal/MExtractor.[h,cc]:
261 - changed type of ReadEnv from Bool_t to Int_t
262
263 * mbase/MLog.cc:
264 - fixed ReadEnv
265
266 * mbase/MParContainer.[h,cc]:
267 - added TestEnv
268
269 * mbase/MParList.cc, mbase/MTaskList.cc:
270 - moved some code to MParContainer::TestEnv
271
272 * mbase/Makefile, mbase/BaseLinkDef.h:
273 - added MTaskEnv
274
275 * mhist/MHCamera.cc:
276 - removed some output (Draw function don't write something
277 to the console) - it is displayed anyhow
278 - added some SetBorderMode(0)
279
280 * mjobs/JobsLinkDef.h, mjobs/Makefile:
281 - added MSequence
282
283 * mjobs/MJPedestal.[h,cc]:
284 - changed to allow a sequence as input
285 - changed to allow setting up the extractor from a TEnv
286
287 * mpedestal/MPedCalcFromLoGain.[h,cc]:
288 - moved a common block of code to a new Calc function
289 - fixed ReadEnv
290
291 * mpedestal/MPedCalcPedRun.cc, msignal/MExtractor.cc:
292 - fixed ReadEnv
293
294 * mraw/MRawCrateData.cc:
295 - updated Print()
296
297 * mraw/MRawFileRead.h:
298 - added default to first constructor argument
299
300
301
302
303 2004/08/12: Hendrik Bartko
304
305 * msignal/MExtractor.[h,cc]:
306 - add SetNamePedContainer to set the name of the pedestal
307 container
308
309 * msignal/MExtractTime.[h,cc]:
310 - add SetNamePedContainer to set the name of the pedestal
311 container
312
313 * mbadpixels/MBadPixelsCalc.[h,cc]
314 - add SetNamePedPhotContainer to set the name of the pedphot
315 container
316
317 * mbadpixels/MBadPixelsTreat.[h,cc]
318 - add SetNamePedPhotContainer to set the name of the pedphot
319 container
320
321 * mimage/MImgCleanStd.[h,cc]
322 - add SetNamePedPhotContainer to set the name of the pedphot
323 container
324
325
326
327 2004/08/12 : Wolfgang Wittek
328
329 * manalysis/MSourcPosFromStarPos.[h,cc]
330 - replace MMcEvt by MPointingPos
331
332 * manalysis/MSigmabarCalc.[h,cc]
333 - replace MMcEvt by MPointingPos
334
335 * manalysis/MSigmabar.[h,cc]
336 - in member function Calc() return fSigmabarInner,
337 not fSigmabar
338 - update comments
339 - sigmabar is the sqrt of the average (pedRMS^2/area)
340
341 * manalysis/MPad.[h,cc]
342 - replace MMcEvt by MPointingPos
343 - remove bugs
344
345 * mfilter/MFSelBasic.[h,cc]
346 - replace MMcEvt by MPointingPos
347
348 * mfilter/Makefile
349 - add -I../mpointing
350
351 * mhist/MHSigmaTheta.[h,cc]
352 - replace MMcEvt by MPointingPos
353 - replace 'MCerPhotPix cerpix' by 'MCerPhotPix &cerpix'
354 - add plot "Sigmabar(Outer) versus Theta"
355
356 * macros/ONOFFAnalysis.C
357 - Job A : got the padding working, work in progress
358
359
360
361 2004/08/11: Hendrik Bartko
362
363 * mcalib/MCalibrateData.[h,cc]:
364 - add SetPedestalType to choose whether to calibrate the pedestal
365 for each run or each event
366 - add EnablePedestalType to enable to calibrate the pedestal for
367 each run or each event
368 - add DisablePedestalType to disable to calibrate the pedestal for
369 each run or each event
370 - add TestFlag test whether to do the run and / or event pedestal
371 calculation
372 - add SetNamePedADCRunContainer to change name of pedestal input
373 container for run pedestals
374 - add SetNamePedADCEventContainer to change name of pedestal input
375 container for event pedestals
376 - add SetNamePedPhotRunContainer to change name of pedestal output
377 container for run pedestals
378 - add SetNamePedPhotEventContainer to change name of pedestal output
379 container for run pedestals
380 - add CalibratePedestal, function to calibrate the chosen pedestal
381 - added the calibration types kFlatCharge, kDummy as in MCalibrate
382
383 * mbadpixels/MBadPixelsCalc.cc:
384 - in MBadPixelsCalc::Process() called the MPedPhotCam::ReCalc to
385 calculate the mean values of the pedestal and RMS for the areas
386 and sectors of the camera.
387
388
389
390 2004/08/10: Thomas Bretz
391
392 * mreport/MReportFileReadCC.[h,cc]:
393 - added
394
395 * mreport/Makefile, mreport/ReportsLinkDef.h:
396 - added MReportFileReadCC
397
398 * mreport/MReport*.[h,cc]:
399 - prpagate file version number to all Interpreters
400
401 * merpp.cc:
402 - added new commandline options to support different CC files
403 - changed help-output
404 - temporarily removed SQL option
405
406 * readraw.cc:
407 - a small fix (a '.' was missing)
408
409 * mraw/MRawEvtData.cc:
410 - fixed bug in Print
411
412 * manalysis/MGeomApply.cc:
413 - changed to Init all MCamEvents in the parlist
414
415 * mbase/MParList.[h,cc]:
416 - added a cast operator to TIterator*
417 - check whether a automatic created class inherits from MParConatiner
418
419 * mgui/MCamEvent.[h,cc]:
420 - added Init
421 - added InitSize
422
423 * mmc/MMcTrig.cxx:
424 - added a new option to Print()
425
426 * mraw/MRawEvtData.[h,cc], mraw/MRawEvtHeader.[h,cc],
427 mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc
428 - changed Init() to InitRead()
429
430 * msignal/MArrivalTime.[h,cc]:
431 - changed argument of InitSize according to MCamEvent
432
433 * msql/MSQLServer.[h,cc]:
434 - small changes to interface
435
436 * mimage/MHillasCalc.[h,cc]:
437 - changed names of TString data members
438
439
440
441 2004/08/10: Robert Wagner
442
443 * mreport/MReportCamera.[h,cc]
444 - added function InterpreteHOT which interprete the HOT* part of
445 the report. The variable HVs_modified_by_HOT_Pixels is
446 extracted, but not yet written in the corresponding MARS
447 parameter container
448
449
450
451 2004/08/10: Markus Gaug
452
453 * mcalib/MCalibrationTestCalc.[h,cc]
454 - added calculation and output of maximum not-interpolatable
455 cluster.
456
457 * macros/bootcampstandardanalysis.C
458 - added MBadPixelsTreat
459
460
461 * mcalib/MCalibrate.cc
462 - implemented different way to calculate error of signal
463 in method kFlatCharge (as discussed with Keiichi).
464
465
466
467 2004/08/10: Florian Goebel
468
469 * mpedestal/MPedCalcFromLoGain.[h,cc]
470 - add SetPedContainerName() to change name
471 of output container
472 - fix bug affecting behaviour when running twice
473 over the same run
474 - change format of "Format"
475 - change default value for fgMaxHiGainVar to 40
476
477
478
479 2004/08/10: Nadia Tonello
480
481 * mbadpixels/MBadPixelsTreat.[h,cc]
482 - replaced flag SetSloppyTreatment() with SetHardTreatment()
483 Now the default behaviour consists on treating only the
484 unsuitable pixels, and not also the ureliable, as it was
485 before. If you want to keep on treating both unsuitable and
486 unreliable pixels, please set the new flag on in your macro.
487
488 * mjobs/MJExtractCalibTest.cc
489 - removed line containing SetSloppyTreatment()
490
491
492
493 2004/08/10: Thomas Bretz
494
495 * mpedestal/MPedestalPix.[h,cc]:
496 - as discussed removed fValid
497
498 * mpedestal/MPedCalcFromPedRun.[h,cc],
499 mpedestal/MPedCalcFromLoGain.[h,cc]:
500 - removed dependancy on MBadPixelsCam
501
502 * mastro/MAstro.[h,cc]:
503 - implemented GetMoonPeriod
504 - implemented GetMoonPhase
505
506 * mbase/MTime.cc:
507 - Fixed a floating point problem in Set(&tv)
508 - added GetDateOfSunrise
509
510
511
512 2004/08/09: Markus Gaug
513
514 * mcalib/MHGausEvents.[h,cc]
515 - added function IsOnlyOverflow()
516
517 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
518 - put default arguments in the Clone() and the Draw() function
519 (needed by e.g. TObject::DrawClone())
520 - added name and title to the class (was forgotten)
521
522 * mjobs/MJPedestal.[h,cc]
523 - set the possibility to have the datacheck display with the
524 function SetDataCheckDisplay()
525
526
527
528 2004/08/09: Wolfgang Wittek
529
530 * mtemp/MStarLocalCam.[h,cc], mtemp/MStarLocalPos.[h,cc]
531 - new variables added for the fit of a 2dim Gaussian with
532 correlations
533 - the corresponding Set and Get functions were added
534 - the Paint function was extended correspondingly
535
536 * mtemp/MTelAxisFromStars.[h,cc]
537 - new class (task) which determines the source position from star
538 positions in the camera
539
540 * mtemp/MHTelAxisFromStars.[h,cc]
541 - new class (container); produce plots for MTelAxisFromStars
542
543 * mtemp/MSkyCamTrans.[h,cc]
544 - new class (task) ; container holding the parameters for the
545 transformation from sky coordinates (projected onto the camera)
546 to camera coordinates
547
548 * mtemp/Makefile, mtemp/TempLinkDef.h
549 - MTelAxisFRomStars added
550 - MHTelAxisFromStars added
551 - MSkyCamTrans added
552
553 * mtemp/findTelAxisFromStars.C
554 - new macro: extended version of findstars.C
555 (in mtemp/mifae/macros/)
556 - call to MTelAxcisFromStars and MHTelAxisFromStars
557 was added
558
559 * mtemp/MFindStars.[h,cc]
560 - add correlated Gauss fit
561
562
563
564 2004/08/06: Markus Gaug
565
566 * mcalib/MCalibrationTestCalc.[h,cc]
567 * mcalib/Makefile
568 * mcalib/CalibLinkDef.h
569 - new class to retrieve the results of MHCalbirationTestCam
570 - outputs the results of the bad pixels interpolation and the
571 new relative flat-fielding of the camera.
572
573 * mjobs/MJExtractCalibTest.cc
574 - uncomment (and use) the interpolation of bad pixels
575 - use the class MCalibrationTestCalc
576
577 * mcalib/MHCalibrationChargeLoGainPix.cc
578 - increase the default upper histogram limits for the
579 large extraction windows.
580
581 * msignal/MExtractor.cc
582 - fixed a bug in one possible output using Form()
583 which produced a segm.violation in that case.
584
585 * mcalib/MHCalibrationTestCam.cc
586 - adapt class for the interpolation of pixels.
587
588 * mcalib/MCalibrationChargeCalc.cc
589 - fixed a small bug in the calculation of average number of
590 photo-electrons
591
592
593 2004/08/06: Nadia Tonello
594
595 * mimage/MImgCleanStd.cc:
596 - in the Process, the Step3 (that checks the boundary pixels)
597 is skipped when no action is espected, i.e. if lvl1 <= lvl2.
598 This will accelerate the cleaning process in such cases.
599
600 * mbadpixels/MBadPixelsCalc.[h,cc]:
601 - removed dependence on MSigmabar
602
603
604
605 2004/08/05: Thomas Bretz
606
607 * mastro/MAstroCatalog.[h,cc]:
608 - changed return type of AddObject to Bool_t
609 - changed Reading member function to use AddObject
610
611 * msignal/MArrivalTime.h:
612 - Added missing ClassDef
613
614 * mhist/MHEvent.h:
615 - Removed strange MCameraSignal
616
617
618
619 2004/08/05: Robert Wagner
620
621 * mastro/MAstroCatalog.[h,cc]
622 - Added MAstroCatalog::AddObject, functionality to insert single
623 objects manually; needed for mtemp/mmpi/MSourceDirections
624
625
626
627 2004/08/05: Thomas Bretz
628
629 * manalysis/MGeomApply.cc, mimage/MCameraSmooth.[h,cc]:
630 - removed dependancy on MBlindPixel
631
632 * macros/sql/readrbk.C, msql/MSQLServer.cc:
633 - fixed some memory leaks - the result of TSQLServer::Query
634 must be deleted
635
636 * mbase/MTaskInteractive.cc:
637 - added some comments
638
639 * mmain/MBrowser.cc:
640 - fixed a bug which caused '/data/MAGIC' not to be shown in
641 the dir-list
642
643 * mmc/MMcEvt.hxx:
644 - added some more particle ids
645
646 * msql/MSQLServer.[h,cc]:
647 - some improvements to the user interface
648
649 * macros/sql/filldotrun.C:
650 - added
651
652
653
654 2004/08/04: Markus Gaug
655
656 * msignal/MExtractFixedWindowSpline.cc
657 - replaced delete's of the array by a delete [].
658
659 * mjobs/MJCalibration.cc
660 - replaced default time extractor by MExtractTimeFastSpline
661
662 * mbadpixels/MBadPixelsPix.cc
663 - updated the class description
664
665
666
667 2004/08/04: Thomas Bretz
668
669 * manalysis/MBlindPixels.[h,cc], manalysis/MBlindPixelCalc.[h,cc],
670 manalysis/MBlindPixelCalc2.[h,cc]:
671 - as discussed some weeks ago the classes have been removed
672
673 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
674 - removed the MBlind* entries
675
676 * star.cc, mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc,
677 mmain/MAnalysis.cc, mfileio/MCT1ReadPreProc.[h,cc]:
678 - removed usage of MBlind*
679 - MBadPixel* TO BE ADDED
680
681 * merpp.cc:
682 - moved interpretation of command line options to MLog
683 - added a check for unknown options
684
685 * manalysis/MCameraData.[h,cc]:
686 - added some comments
687 - fixed some errors in the documentation
688 - changed ClassDef to 1
689 - changed the new algorithms such that any number of different
690 pixel-sizes are supported
691 - small modifications to the sanity checks
692
693 * mbadpixels/MBadPixelsTreat.h:
694 - fixed the argument type of SetNumMinNeighbors
695
696 * mbase/MArgs.cc:
697 - comment updated
698
699 * mbase/MEvtLoop.cc:
700 - added reading and writing of fLog environment
701
702 * mbase/MLog.[h,cc]:
703 - added Reading and writing Environment (ReadEnv, WriteEnv)
704 - added a function to setup MLog from command line arguments
705
706 * mbase/MTaskInteractive.[h,cc]:
707 - added an example
708
709 * mbase/MTime.cc:
710 - added a warning for the SetTimeFormat usage
711
712 * mimage/MImgCleanStd.[h,cc]:
713 - some updates to the old comments
714 - NEW COMMENTS FOR SCALED CLEANING STILL MISSING!
715 - implemented scaled image cleaning
716 - replaced usage of MSigmabar by MPedPhotCam for democratic cleaning
717
718 * manalysisct1, manalysisct1/Makefile,
719 manalysisct1/AnalysisCT1LinkDef.h:
720 - new
721
722 * manalysis/MCT1*, mfileio/structures.h, mfileio/MCT1Read*.[h,cc]:
723 - moved to new directory manalysisct1
724
725 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
726 - updated
727 - removed MPad because long time ago changed discuseed were not made
728 (it doesn't compile anymore, because MBlindPixels is missing now)
729
730 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
731 - updated
732
733 * mbase/MLog.cc:
734 - added missing kMustCleanup bit of fPlugins
735
736 * mbadpixels/MBadPixelsPix.h:
737 - added easier access to the information whether a pixel is unsuitable
738 or unreliable
739
740 * mbadpixels/MBadPixelsTreat.[h,cc]:
741 - added SloppyTreatment
742
743
744
745 2004/08/03: Hendrik Bartko
746
747 * manalysis/MCameraData.[h,cc]
748 - Added new function CalcCleaningLevel2 to take into account that
749 the pedestal RMS does not scale with the inverse square root of
750 the pixel area for the calculation of the cleaning levels.
751 - Added new function CalcCleaningLevelDemocratic. It calculates
752 the cleaning levels for the democratic image cleaning directly
753 from the average values of MPedPhotCam instead of using
754 MSigmabar.
755
756
757
758 2004/08/03: Thomas Bretz
759
760 * macros/sql:
761 - new directory
762
763 * macros/sql/readrbk.C:
764 - new macro
765
766 * mjobs/MJExtractSignal.cc:
767 - fixed missing initialisation of fExtractor, fExtractorTime
768
769
770
771 2004/07/30: Robert Wagner
772
773 * mastro/MAstroCamera.[h,cc]
774 - Added method FillStarList() which fills a TList with objects
775 of type MStarLocalPos for all stars found from the catalog
776 matching specified criteria (FOV, magnitude limit, position)
777 - Lines involving MStarLocalPos have been commented out for
778 the time being since MStarLocalPos is not part of standard
779 MARS yet!
780
781 * mtemp/MStarLocalPos.[h,cc]
782 - Added handling of the minuit error matrix elements to
783 MStarLocalPos::MSetFitValues
784 - Added member variables to hold error matrix elements
785 - Added getters for error matrix elements
786 - Expected star position is painted by Paint, too.
787 - Error matrix elements are printed by Print, too.
788
789
790
791 2004/07/28: Javi Lopez
792
793 * mhist/MHCamera.[h,cc]
794 - Added new argument to CntCamContent() funtion to select to count
795 the events above or bellow a certain discriminator level.
796
797
798
799 2004/07/20: Florian Goebel
800
801 * mpedestal/MPedestalPix.[h,cc]
802 - added:
803 + fPedestalABoffset: difference between pedestal mean of odd slices
804 and the total pedestal mean (fPedestal)
805 + fNumEvents: number of times, the Process was executed
806 (to estimate the error of pedestal)
807
808 * mpedestal/MPedestalCam.cc
809 - calculate error using pixel vise fNumEvents
810
811 * mpedestal/MPedCalcFromLoGain.[h,cc]
812 * mpedestal/Makefile
813 * mpedestal/PedestalLinkDef.h
814 - added class which calculates pedestal values from the low gain
815 slices of a data run
816 - it also calculates the ABoffset values and fills MPedestalPix
817 accordingly
818
819 * macros/ScanPulseABPed.C
820 - macro plotting the pulse shape using MPedCalcFromLoGain
821 and correcting for the AB 150 MHz clock noise.
822
823 * msignal/MExtractSignalABcorr.[h,cc]
824 * msignal/Makefile
825 * msignal/SignalLinkDef.h
826 - example for signal extractor class similar to MExtractSignal
827 correcting for ABoffset which allows to use odd number of slices
828
829 * macros/ScanExtractSignalABCorr.C
830 - macro using MExtractSignalABcorr
831
832
833
834 2004/07/16: Markus Gaug
835
836 * msignal/MExtractFixedWindowSpline.cc
837 - replace the delete's by delete [].
838
839 * mcalib/MHCalibrationChargeCam.cc
840 - remove some obsolete commented code
841
842 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
843 - derive only from MHGausEvents and not additionally from
844 MHCalibrationChargePix
845 - Additional setter for MCalibrationChargeBlindPix, used by
846 MHCalibrationChargeBlindCam
847 - Getter for fSinglePheCut
848 - adapted Draw for the "datacheck" option
849 - use variable histogram range depending on whether amplitude
850 or integral has been extracted
851
852 * mcalib/MCalibrationChargeBlindCam.[h,cc]
853 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
854 * mcalib/Makefile
855 * mcalib/CalibLinkDef.h
856 - two new classes for the treatment of various blind pixels in the
857 camera
858
859 * mcalib/MCalibrationChargeCalc.[h,cc]
860 - adapted to use of various blind pixels
861
862
863
864 2004/07/15: Markus Gaug
865
866 * mcalib/MHCalibrationChargeCam.[h,cc]
867 - hard coded the reference lines for the DataCheck Display.
868 Should be faster and easier to read than the TArrayF's.
869
870 * mcalib/MCalibrationChargeCalc.[h,cc]
871 - removed obsolete pointer to MEvtTime
872 - fixed bug in calculation of RMS for FFactor of inner pixels
873 in case that the fit does not converge.
874 - introduced blind pixel and PIN Diode result flags for later
875 output or storage in DB.
876
877
878
879 2004/07/14: Hendrik Bartko
880
881 * mpedestal/MPedPhotCam.[h,cc]
882 - added average areas and sectors (in analogy MPedestalCam)
883 - added new function InitAreas(const UInt_t i)
884 - added new function InitSectors(const UInt_t i)
885 - added new function GetNumAreas()
886 - added new function GetNumSectors()
887 - added new function ReCalc, computes the average values for the
888 sectors from all pixels which are not marked
889 MBadPixelsPix::kUnsuitableRun
890
891 * mpedestal/MPedPhotPix.[h,cc]
892 - added a variable for the number of events from which the
893 pedestals are computed
894
895 * manalysis/MGeomApply.cc
896 - changed initialization of MPedPhotCam
897
898 * msignal/MExtractTimeHighestIntegral.cc
899 - implemented the time calculation respective to the zero FADC
900 time sample, not respective to the first sample of the chosen
901 range
902
903 * msignal/MArrivalTimeCalc2.cc
904 - implemented the time calculation respective to the zero FADC
905 time sample, not respective to the first sample of the chosen
906 range
907
908
909
910 2004/07/14: Markus Gaug
911
912 * msignal/MExtractedSignalBlindPixel.[h,cc]
913 - added new function GetNumBlindPixels()
914 - added more comments
915
916 * msignal/MExtractBlindPixel.[h,cc]
917 - adapted to new configuration of now three blind pixels
918 - runs with run number smaller than 31693 are treated in the old way
919 - runs with run number higher than 31693 have no more NSB filter,
920 but possibility to choose between integral or amplitude (with spline)
921 extraction. Default is amplitude.
922
923 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
924 - use the variable fPixId to design an ID to the class.
925 Later, a new class MHCalibrationChargeBlindCam can host
926 the different blind pixels as individual
927 MHCalibrationChargeBlindPix.
928 - Default ID is 0 which is also default in MExtractedSignalBlindPix
929 - for current code, nothing has thus changed so far...
930
931 * msignal/MExtractAmplitudeSpline.cc
932 - fixed a bug causing a segmentation violation in the destructor
933 (array dimension was not respected correctly)
934
935 * mcalib/MHGausEvents.cc
936 - removed an inconsistency in the naming of fHPowerProbability which
937 can cause a memory leak (I hope, this was the cause of some of the
938 leaks we had, but I'm not sure).
939 - removed the setting of fPixId to -1 in the Clear()
940
941
942
943 2004/06/30: Thomas Bretz
944
945 * mbase/MEvtLoop.[h,cc]:
946 - overwrite ReadEnv with a new function taking the
947 name of the setup file as argument
948
949 * mjobs/MJPedestal.[h,cc]:
950 - added setup file name as argument to
951
952 * mjobs/MJPedestal.[h,cc]:
953 - implemented a new data member fEnv
954 - implemented new setter SetEnv
955 - some small changes towards setup files
956 - some simplifications to line drawing
957
958 * msignal/MExtractor.[h,cc]:
959 - added ReadEnv member function
960 - removed obsolete virtual qualifiers in header
961 - simplified usage of Form()
962
963 * mraw/MRawFileWrite.[h,cc]:
964 - moved writing of RunHeaders from PreProcess to new ReInit
965
966
967
968 2004/06/29: Thomas Bretz
969
970 * mpedestal/MPedCalcFromData.[h,cc]
971 - changed data member names according to coding rules
972
973
974
975 2004/06/25: Pepe Flix
976
977 * mpedestal/MPedCalcFromData.[h,cc]
978 - added class to evaluate pedestal mean/RMS from real data events.
979 Low Gain samples used when no switch to LG happened.
980
981 * macros/PedCalcFromData.C
982 - added macro that uses the class to evaluate pedestals from real
983 data.
984
985
986
987 2004/06/23: Markus Gaug
988
989 * macros/calibration.C
990 - added flag to skip the testing
991 - added calibration of pedestal files and creation of F2-files.
992
993 * macros/bootcampstandardanalysis.C
994 - updated to use MJExtractSignal
995
996 * mcalib/MHGausEvents.cc
997 - give a unique name to fHPowerProbability, otherwise
998 MH::ProjectArray will use an existing one.
999
1000
1001
1002 2004/06/18: Markus Gaug
1003
1004 * manalysis/MHPedestalCam.[h,cc]
1005 - use flag to choose if one wants to re-normalize the histogram
1006 results
1007
1008 * mhist/MHCamera.[h,cc]
1009 - added one argument to CntCamContent to tell if event above or
1010 below threshold have to be counted. Default is above, like before
1011 - added one argument to Projection and ProjectionS giving the number
1012 of bins as argument (default 50 like before)
1013
1014 * mcalib/MCalibrationChargeCalc.cc
1015 - replaced extraction of mean number of photo-electrons and mean
1016 F-Factor by a Gauss fit (instead of mean and RMS). Set the
1017 limit for deviating F-Factor from 3.5 to 4.5. This should reduce
1018 the number of uncalibrated pixels below 50 again (which was not
1019 the case in the last weeks).
1020
1021 * mcalib/MHGausEvents.h
1022 - make DrawEvents() public
1023
1024 * mcalib/MHCalibrationChargeLoGainPix.cc
1025 - upper histogram limit lowered for the better visibility in the
1026 data check.
1027
1028 * mcalib/MHCalibrationChargeCam.[h,cc]
1029 - adapted Draw for the datacheck
1030
1031 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1032 - adapted for various blind pixels
1033 - adapted Draw for the datacheck
1034
1035 * msignal/MExtractor.[h,cc]
1036 * msignal/MExtractFixedWindow.[h,cc]
1037 * msignal/MExtractSlidingWindow.[h,cc]
1038 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1039 * msignal/MExtractFixedWindowSpline.[h,cc]
1040 - made sum in FindSignal() float which is now the variable used by
1041 the majority of the extractors.
1042
1043 * msignal/MExtractAmplitudeSpline.[h,cc]
1044 - new extractor calculating the amplitude using a spline.
1045
1046 * mcalib/MCalibrationPix.[h,cc]
1047 * mcalib/MCalibrationChargePix.[h,cc]
1048 * mcalib/MCalibrationChargeCalc.[h,cc]
1049 - added debug flags and output on debug
1050
1051 * mbadpixels/MBadPixelsCam.cc
1052 - enlarged the Print-function
1053
1054
1055
1056 2004/06/17: Markus Gaug
1057
1058 * mjobs/MJPedestal.[h,cc]
1059 - adapted display for the datacheck
1060
1061 * mcalib/MHCalibrationChargeCam.[h,cc]
1062 - new function Draw for the datacheck
1063 - new clone function for the DrawClone
1064
1065 * mcalib/MHCalibrationCam.h
1066 - make clone function virtual
1067
1068 * mjobs/MJCalibration.cc
1069 - adapted display for the datacheck
1070
1071 * mcalib/MHGausEvents.h
1072 - two new getters for fFirst and fLast
1073
1074 * mhist/MHCamera.h
1075 - make SetUsed() and Fill(x,w) public. It is now possible to use the
1076 Fill-function together with the SetUsed(idx), when no
1077 SetCamContent(...) is available.
1078 Previously, only a Fill(x,y,w) was public, with x and y positions
1079 in the camera.
1080
1081 * mjobs/MJPedestal.[h,cc]
1082 - updated the data-check display
1083
1084
1085
1086 2004/06/12: Abelardo Moralejo
1087
1088 * manalysis/MMcCalibrationUpdate.cc
1089 * mcalib/MMcCalibrationCalc.[h,cc]
1090 - Fixed mistake in the calibration which occurred only when
1091 different light collection efficiency was simulated for outer
1092 pixels.
1093
1094 * manalysis/MMcCalibrationUpdate.[h,cc]
1095 - Adapted to the possibility of having different light collection
1096 efficiencies in inner and outer pixels. For now we assume that the
1097 dependence with incidence angle on the camera plane is the same
1098 for both types of pixels.
1099
1100
1101
1102 2004/06/12: Markus Gaug
1103
1104 * msignal/MExtractFixedWindow.cc
1105 - output the number and exact range of extraction to *fLog in the
1106 ReInit(), like it is done by MPedCalcPedRun
1107
1108 * macros/bootcampstandardanalysis.C
1109 - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
1110 in the beginning)
1111
1112
1113
1114 2004/06/11: Markus Gaug
1115
1116 * mpedestals/MPedCalcPedRun.cc
1117 - set the default upper range to 29, because otherwise the extraction
1118 window will be made too small in case that more than 14 "high-gain"
1119 slices shall be extracted. This is a bugfix! It calculated wrong
1120 pedestals in case that the user says: SetRange(a,b), where b is
1121 bigger than 14 in combination with SetWindowSize(x) where x is bigger
1122 than 14 as well (instead of : SetRange(a,b,c,d), where
1123 everything went fine). However, the intention of the last months
1124 changes was to allow exactly also the first possibility.
1125
1126 * mjobs/MJCalibration.cc
1127 - put run 27474 in list of unavailable runs (see runbook)
1128
1129
1130
1131 2004/06/08: Markus Gaug
1132
1133 * mhist/MHCamera.cc
1134 - reduce number of default bins in AzimuthProfile
1135 - use MatchSector in AzimuthProfile, like in RadialProfile
1136
1137 * mcalib/MCalibrationChargeCalc.cc
1138 - fix lower limit for deviation F-Factor to 1.1. This discarts a
1139 smaller number of especially outer pixels in some runs taken with
1140 the CT1 pulser box.
1141
1142
1143
1144 2004/06/07: Markus Gaug
1145
1146 * mcalib/MHCalibrationCam.h
1147 - add a function GetSize()
1148
1149 * msignal/MExtractTimeFastSpline.cc
1150 - fixed a bug introduced on 1.6. and accelerate it a bit.
1151
1152
1153
1154 2004/06/04: Markus Gaug
1155
1156 * mcalib/MHGausEvents.cc
1157 - some small modifications in the way the axes are drawn and their
1158 titles are drawn.
1159
1160
1161
1162 2004/06/03: Martin Merck
1163
1164 * msignal/MArrivalTimeCam.h
1165 * msignal/MArrivalTime.h
1166 * msignal/MArrivalTimePix.h
1167 * msignal/MExtractedSignalCam.h
1168 * msignal/MExtractedSignalPix.h
1169 * msignal/MExtractedSignalPINDiode.h
1170 * msignal/MExtractedSignalBlindPixel.h
1171 - Set version in ClassDef to 1 for the streamer.
1172
1173 * msignal/SignalLinkDef.h
1174 - Added a + at the pragma for MExtractedSignalCam and
1175 MExtractedSignalPix for consistency.
1176
1177 * msjobs/MExtractSignal.[h,cc]
1178 - Added methods to set the Extractor and TimeExtractor to be
1179 used when extracting the signal.
1180
1181
1182
1183 2004/06/03: Markus Gaug
1184
1185 * mhist/MHCamera.[h,cc]
1186 * mjobs/MJCalibration.cc
1187 - added functions AzimuthProfile and DrawAzimuthProfile, same
1188 like the RadialProfile functions, only with azimuth instead of
1189 radius.
1190
1191 * mcalib/MCalibrationCam.[h,cc]
1192 - replace fNumHiGainFADCSlices and fNumLoGainFADCSlices by a
1193 TArrayF and increment ClassDef by 1 for the streamer.
1194
1195 * mcalib/MCalibrationChargeCalc.cc
1196 - found a small bug making a difference in the number of valid
1197 pixels with the blind PIxel method and the ffactor method. Now
1198 fixed. (The difference was usually a couple of pixels)
1199
1200 * msignal/MExtractTime.h
1201 - make members protected instead of private in order to allow
1202 classes to derive from it
1203
1204 * msignal/MExtractFixedWindow.cc
1205 - added some documentation
1206
1207 * msignal/MExtractFixedWindowSpline.[h,cc]
1208 * msignal/Makefile
1209 * msignal/SignalLinkDef.h
1210 - new fast spline signal extractor
1211
1212
1213
1214 2004/06/02: Antonio Stamerra
1215
1216 * mtrigger/*:
1217 - added directory and new classes to correctly handle the
1218 trigger-report string from report file.
1219 Not yet into the Makefile.
1220
1221
1222
1223 2004/06/01: Thomas Bretz
1224
1225 * mbase/MLog.[h,cc]:
1226 - some changes to Lock/UnLock of mutices. Necessary for Cosy.
1227
1228
1229
1230 2004/06/01: Abelardo Moralejo
1231
1232 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1233 - Added variable fLowGainPeakShift and setter. It allows to shift
1234 the integration window for low gain with respect to the one of
1235 the high gain. By default its value is 0 (corresponding to a
1236 total delay of 15 slices) so that default behaviour of the
1237 extractor is the same as before.
1238
1239
1240
1241 2004/06/01: Markus Gaug
1242
1243 * mjobs/MJCalibration.cc
1244 - small change in the way the "full display" is displayed
1245
1246 * mcalib/MHCalibrationChargeBlindPix.cc
1247 * mcalib/MHCalibrationChargePix.cc
1248 - replace Draw(opt) by Draw(). This make the histograms reappear
1249 again, although I have no idea why. A printout of the opt gives
1250 always empty.
1251
1252 * mcalib/MCalibrationQEPix.cc
1253 - put Eckarts transmission of the plexiglass into the class
1254 documentation
1255
1256 * msignal/MExtractTimeFastSpline.cc
1257 - fixed some smaller bugs affecting a small part of the signals
1258
1259
1260 2004/05/31: Hendrik Bartko
1261
1262 * msignal/MArrivalTimeCalc2.cc
1263 - fixed a bug in pointer arithmetics found by Florian.
1264
1265
1266
1267 2004/05/31: Raquel de los Reyes
1268
1269 * macros/DAQDataCheck.C
1270 - committed the macro to check the raw data and display the quality
1271 plots.
1272
1273
1274
1275 2004/05/30: Markus Gaug
1276
1277 * mcalib/MCalibrationQEPix.[h,cc]
1278 - added more documentation (plots)
1279 - separated calls for light guides eff. , QE, and coll. eff.
1280
1281 * mcalib/MCalibrationChargeCalc.[h,cc]
1282 - fixed a small bug in the calculation of the error on the number
1283 of photons with the F-Factor method, did not include the division
1284 by number of pixels for the precision of the QE. This does not
1285 affect the general analysis.
1286
1287 * mjobs/MJCalibration.cc
1288 - added runnumber 26924 to list of runs without clear colour in
1289 the file name.
1290
1291
1292
1293 2004/05/28: Markus Gaug
1294
1295 * macros/calibration.C
1296 - make the macro compilable with possibility to run it in batch
1297 mode.
1298
1299 * msignal/MExtractor.cc
1300 - put an additional check in case that the number of FADC slices
1301 in the run header is smaller or equal to 0.
1302
1303
1304
1305 2004/05/27: Javier Rico
1306
1307 * mbase/MDirIter.h
1308 - remove unneeded ResetIter method (Reset does all the job)
1309
1310 * mjobs/MJCalibration.cc
1311 - change call to the removed MDirIter::ResetIter for Reset
1312
1313
1314
1315 2004/05/27: Markus Gaug
1316
1317 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1318 - put some protection against zero-division in fitFuncMichele
1319
1320 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1321 - set flag to distinguish between coated and un-coated blind pixel
1322 - increase ClassDef number by one.
1323
1324 * mcalib/MCalibrationQEPix.[h,cc]
1325 - set a global variable CollEfficiency and LightguidesEfficiency.
1326 The more precise result for the QE calculated with
1327 the F-Factor method differs now by about 5% (while the statistical
1328 error remains around 20%).
1329
1330 * mcalib/MCalibrationChargeCalc.cc
1331 - write the number of photons directy into MCalibrationChargeCam.
1332 These numbers would otherwise have to be assembled by different
1333 parts in separate code.
1334
1335
1336
1337 2004/05/27: Thomas Bretz
1338
1339 * mastro/MAstroCatalog.cc
1340 - removed a statement after '#endif'
1341
1342 * mastro/MAstroCamera.h
1343 - removed obsolete empty function which (believing the Changelog)
1344 are not there at all!
1345
1346 * mbase/MDirIter.[h,cc]:
1347 - moved code of Reset() funtion to source file
1348 - added more comments to Reset function
1349
1350
1351
1352 2004/05/26: Martin Merck
1353
1354 * mbase/MDirIter.cc
1355 - changed MatchFilter to allow for filenames containing a '+'
1356 character.
1357
1358
1359
1360 2004/05/26: Markus Gaug
1361
1362 * mjobs/MJCalibration.[h,cc]
1363 - set MCalibrationChargeBlindPix and MCalibrationChargePINDiode as
1364 data members and store them in the output of WriteResult()
1365
1366 * mcalib/MCalibrationQEPix.cc
1367 * mcalib/MCalibrationChargeCalc.cc
1368 - several small bugs fixed concerning calibration with the blind
1369 pixel or the PIN Diode
1370
1371 * mjobs/MGCamDisplays.[h,cc]
1372 * mhist/MHCamera.[h,cc]
1373 - put the last function (CamDraw) of MGCamDisplays into MHCamera
1374 and removed MGCamDisplays.
1375
1376 * mjobs/MJPedestal.[h,cc]
1377 * mjobs/MJCalibration.[h,cc]
1378 * mjobs/MJExtractCalibTest.[h,cc]
1379 - don't derive from MGCamDisplays any more.
1380
1381 * msignal/MExtractBlindPixel.cc
1382 - adjusted some default numbers for the current blind pixel
1383
1384 * msignal/MExtractedSignalBlindPixel.[h,cc]
1385 - set extracted signal from UInt_t to Int_t (sometimes, less
1386 than 0)
1387
1388 * mcalib/MCalibrationCam.h
1389 * mcalib/MHCalibrationCam.h
1390 - make destructors virtual.
1391
1392 * mcalib/MHCalibrationCam.[h,cc]
1393 - create a copy contructor
1394
1395
1396
1397 2004/05/26: Javier Rico
1398
1399 * mbase/MDirIter.h
1400 - Add method to reset the internal TIter iterator
1401
1402 * mjobs/MJCalibration.cc
1403 - In FindColorReset method, reset the file iterator before looping
1404
1405 * mimage/MNewImagePar.cc
1406 - Add output lines in Print(const MGeomCam &geom) method for
1407 fInnerLeakage1, fInnerLeakage2 and fInnerSize
1408
1409
1410
1411 2004/05/25: Raquel de los Reyes and Thomas Bretz
1412
1413 * mjobs/MJCalibration.cc
1414 - uncommented the line to read .raw files.
1415
1416 * mraw/MRawFileRead.cc
1417 - changed the PreProcess and Process functions to allow the analysis
1418 of .raw files.
1419
1420 * mfileio/MReadReports.cc
1421 - changed the Process function to read the updated root files.
1422
1423
1424
1425 2004/05/25: Markus Gaug
1426
1427 * mjobs/MJCalibration.[h,cc]
1428 - add possibility to switch on and off the blind pixel or pin diode
1429 calibration
1430 - fixed a small bug in reading the MCalibrationRelTimeCam when the
1431 times calibration has been switched off.
1432
1433 * mjobs/MExtractSignal.[h,cc]
1434 - made changes in MProcessFileP such that it fits with the new
1435 calibration. THIS IS ONLY A TEMPORARY SOLUTION. PEDESTALS AND
1436 DATA FILES MUST BE TREATED EQUALLY! OTHERWISE THERE IS NOT
1437 MATCHING FOR THE HIT CLEANING!!!
1438
1439 * mjobs/MJExtractCalibTest.[h,cc]
1440 - implement switch to use or not the cosmics filter
1441
1442
1443 * mcalib/MHCalibrationTestPix.cc
1444 - enlarged the dynamic range of the histograms for the high-int.
1445 pulses
1446
1447
1448
1449 2004/05/24: Javier Rico
1450
1451 * mpedestal/MPedPhotCalc.cc
1452 - Correct a bug that made pedestals be assigned to the wrong pixel
1453
1454 * mimage/MNewImagePar.[h,cc]
1455 - add getters and output lines in Print() method for
1456 fInnerLeakage1, fInnerLeakage2 and fInnerSize
1457
1458
1459
1460 2004/05/24: Markus Gaug
1461
1462 * mcalib/MCalibrationChargePix.cc
1463 - reduce limit in number of phe's from 5 to 1. since some pulses
1464 have less than 5 phe's now.
1465
1466 * mcalib/MHCalibrationTestCam.[h,cc]
1467 - number of photons/area are now stored in TArray's in order to
1468 retrieve them easier in later processing from stored files.
1469
1470 * mcalib/MCalibrationCam.cc
1471 - initialize AverageAreas and AverageSectors with the number of
1472 aidx and sector as SetPixId()
1473
1474 * mcalib/MCalibrationChargeCam.[h,cc]
1475 - small modification in the Print()
1476 - introduce data members to store the average number of photons by
1477 the three methods
1478
1479 * mcalib/MCalibrationChargeCalc.cc
1480 - calculate the limits for acceptance of number of photo-electrons
1481 for the calculation of the mean by normal mean instead of weighted
1482 mean. There were too many outliers still present in the weighted
1483 mean such to modify the result by a sizeable amount.
1484 - do not discard unreliable pixels any more in calculation of
1485 mean number of phe.s In some runs, there is simply too many of
1486 them in order to get reliable results.
1487
1488 * mpedestals/MPedCalcPedRun.cc
1489 - put a condition if number of pixels in area index or in sector
1490 is zero, don't calculate av. pedestal and av. pedRMS of this part.
1491
1492
1493
1494 2004/05/22: Markus Gaug
1495
1496 * mjobs/MJPedestal.[h,cc]
1497 * mjobs/MJCalibration.[h,cc]
1498 * mjobs/MJExtractCalibTest.[h,cc]
1499 - replaced the TString GetOutputFile() functions by const char*
1500 GetOutputFile(). This apparenty caused a memory leak which is now
1501 removed.
1502
1503 * mcalib/MCalibrationChargePix.cc
1504 - fixed bug calculating the reduced sigma for low-gain events:
1505 the electronics Ped.RMS was taken from Hi-gain pedestal events and
1506 too high. It is now divided by the factor 10. conversion between
1507 both samples, but this value is probably too optimistic. Needs
1508 more detailed studies, but does not exclude as many pixels as
1509 before.
1510
1511 * mcalib/MHCalibrationChargePix.h
1512 * mcalib/MHGausEvents.h
1513 - put fSaturated from MHCalibrationChargePix into MHGausEvents
1514
1515 * mcalib/MHCalibrationChargeCam.[h,cc]
1516 * mcalib/MHCalibrationCam.h
1517 - put fNumHiGainSaturated and fNumLoGainSaturated from
1518 MHCalibrationChargeCam into MHCalibrationCam
1519
1520 * mcalib/MHCalibrationRelTimeCam.[h,cc]
1521 - set flags fSaturated in order to distinguish if the hi-gain or
1522 the low-gain time has been extracted.
1523
1524 * mcalib/MHCalibrationCam.cc
1525 - remove cloning of all pixels on the Clone() function. This caused
1526 the need for three times more memory during runtime than now. It
1527 should not affect the current macros.
1528
1529 * macros/calibration.C
1530 - added a debug switch with which you can print out Object
1531 Allocation (like suggested by TBretz).
1532
1533 * mcalib/MCalibrationRelTimeCalc.[h,cc]
1534 - replaced the relative limit for acceptance of the time resolution
1535 by an absolute limit
1536 - set up output statistics logging (data written into DB)
1537
1538 * mcalib/MCalibrationChargeCalc.[h,cc]
1539 - moved limit for acceptance of number of phe;s from 5 to 8
1540 - set up output statistics logging (data written into DB)
1541
1542 * mjobs/MJCalibration.cc
1543 - set up output statistics logging (data written into DB)
1544
1545
1546
1547 2004/05/22: Abelardo Moralejo
1548
1549 * macros/calibrate_data.C
1550 - removed wrong call to MPedCalcPedRun::SetExtractor, which does
1551 not exist (should use MJPedestal like calibration.C, instead of
1552 a normal loop)
1553
1554 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1555 - changed name of variable fOffsetFromPeak to fOffsetFromWindow
1556 to avoid confusion.
1557 - introduced initialization to 0 of startslice and sat in FindPeak
1558 - changed initialization of maxsumhi in Process from 0 to -1e6
1559
1560
1561
1562 2004/05/20: Raquel de los Reyes
1563
1564 * mraw/MRawRead.h
1565 * mraw/Makefile
1566 * msql/Makefile
1567 - changed the inheritance of MRawRead class from MTask to MRead to
1568 implement the AddFiles(MDirIter &) function in MRawFileRead class.
1569
1570 * mraw/MRawFileRead.[h,cc]
1571 - implemented a second argument to the AddFile function and skip
1572 adding NULL files in the constructor.
1573
1574 * mjobs/MJPedestal.cc
1575 - uncommented the line to allow the analysis of .raw files.
1576
1577
1578
1579 2004/05/20: Markus Gaug
1580
1581 * mjobs/MJPedestal.cc
1582 - put MGeomCamMagic into the plist (MGeomApply complained not to
1583 find the GeomCam(
1584
1585 * msignal/MExtractFixedWindowPeakSearch.cc
1586 - fixed a bug affecting signals with late arrival times which use
1587 the variable fHiLoLast.
1588 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
1589 explained that this variable is not strictly the offset from the
1590 peak but the offset from the peak search window.
1591
1592
1593
1594 2004/05/19: Markus Gaug
1595
1596 * mcalib/MCalibrationChargeCam.cc
1597 - replaced a small bug in Print() which gave a segmentation
1598 violation
1599
1600 * mjobs/MJCalibration.cc
1601 - use cosmics filter only for CT1 pulser runs
1602
1603
1604
1605 2004/05/19: Abelardo Moralejo
1606
1607 * mbase/MGMap.cc
1608 - replaced rint by TMath::Nint() (my Mac did not recognize the
1609 former)
1610
1611
1612
1613 2004/05/19: Abelardo Moralejo
1614
1615 * macros/starmc2.C
1616 - added third argument in adding MPointingPos to the output:
1617 write.AddContainer("MPointingPos", "Events", kFALSE);
1618 If not exisiting in the input file, it is simply ignored.
1619
1620
1621
1622 2004/05/15: Thomas Bretz
1623
1624 * mastro/MAstroCatalog.[h,cc]:
1625 - changed Form to MString for thread safty
1626 - fixed a bug which caused the construtor to crash in batch-mode
1627 - added option argument to PaintImg
1628
1629 * mbase/MGMap.[h,cc]:
1630 - added many new static member function to draw figures
1631
1632 * mbase/MParContainer.cc:
1633 - changed Form to MString for thread safty
1634
1635 * mbase/MString.[h,cc]:
1636 - added
1637
1638 * mbase/Makefile, mbase/BaseLinkDef.h:
1639 - added MString
1640
1641
1642
1643 2004/05/15: Markus Gaug
1644
1645 * msignal/MArrivalTimePix.h
1646 * msignal/MArrivalTimeCam.cc
1647 - introduced functin GetHiGainSaturation() in MArrivalTimePix.h
1648 - added type in GetPixelContent() which asks for Hi-Gain saturation
1649 and return the hi-gain time or the low-gain time, correspondingly.
1650
1651 * mbase/MGMap.cc
1652 - fixed two bugs which did not complile under gcc 3.3.x introduced
1653 by TB.
1654
1655
1656
1657 2004/05/12: Markus Gaug
1658
1659 * msignal/MExtractTime.[h,cc]
1660 - introduced intrinsic delay of low-gain, as measured by Florian.
1661
1662 * mjobs/MJCalibration.cc
1663 * mjobs/MJExtractCalibTest.cc
1664 - fixed some errors in the storage of the rel. times.
1665
1666 * mjobs/MJExtractCalibTest.cc
1667 - put the cosmics filter which was forgotten
1668
1669 * mcalib/MCalibrate.h
1670 - changed default from Blindpixel to Ffactor
1671
1672
1673
1674 2004/05/12: Thomas Bretz
1675
1676 * mona.cc:
1677 - changed names
1678
1679 * macros/sumcurrents.C:
1680 - changed units from nA to \\mu A
1681
1682 *: mastro/MAstroCamera.[h,cc]:
1683 - added '=' Draw option
1684 - use fMapG directly
1685
1686 * mastro/MAstroCatalog.[h,cc]:
1687 - added support to read and write a compressed catalog
1688 - changed TExMap to new MGMap
1689 - added support for HeasarcPPM catalog
1690 - added PaintImg to paint catalog into a bitmap (used in
1691 starguider software)
1692 - don't clone MObservatory copy the contents
1693 - changed type of dx and dy in DrawLine from Double to Int
1694 - fixed drawig of the tooltip corresponding to the grid
1695 (some were missing, some were existing twice)
1696 - Now AddPrimitives takes fLimMag into account
1697
1698 * mhbase/MFillH.cc:
1699 - added a const-qualifier
1700
1701 * mhist/MHCamera.cc:
1702 - fixed a bug which caused SetPalette in the constructor to crash
1703
1704 * mbase/MGMap.[h,cc]:
1705 - added
1706
1707 * mbase/Makefile, mbase/BaseLinkDef.h:
1708 - added MGMap
1709
1710
1711
1712 2004/05/11: Thomas Bretz
1713
1714 * mraw/MRawEvtHeader.cc:
1715 - added a check whether the file has finished or not after
1716 reading the first bytes.
1717
1718
1719
1720 2004/05/10: Marcos Lopez
1721
1722 * mmontecarlo/MMcEnergyEst.cc:
1723 - In static void fcn(...), fixed the following bugs which caused a
1724 "segmentation violation":
1725 - Replace: MTaskList *tlist = evtloop->GetTaskList()
1726 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList")
1727 - And get the pointer *eval to MParamterD("MFitResult"), after
1728 the excution of the Eventloop and not before it (since that object is
1729 created when calling the PreProcess).
1730
1731
1732
1733 2004/05/10: Thomas Bretz
1734
1735 * mraw/MRawEvtHeader.[h,cc]:
1736 - changed return type of ReadEvt from int to Int_t
1737 - Enhanced output in case of invalid time
1738
1739 * mraw/MRawRead.cc:
1740 - fixed the return type of ReadEvt (was bool instead of int)
1741 which confused merpp completely in case of invalid times
1742
1743
1744
1745 2004/05/10: Markus Gaug
1746
1747 * macros/calibrate_data.C
1748 - updated setting of arr. time extractor
1749
1750
1751
1752 2004/05/09: Thomas Bretz
1753
1754 * Makefile:
1755 - added workaround for Mac to create so- and dynlib-object
1756
1757 * Makefile.conf.darwin:
1758 - added necessary option to create both kind of files
1759
1760 * Makefile.conf.linux:
1761 - changed the options to create so-object only
1762
1763 * Makefile.rules:
1764 - added DYLIB to rmbin
1765
1766 * mraw/MRawEvtData.cc:
1767 - changed some output
1768
1769 * mraw/MRawEvtHeader.[h,cc]:
1770 - skip the rest of the header if the time is invalid. Otherwise
1771 merpps force-mode will corrupt the data when further processing
1772 - implemented GetNumBytes returning the size of the header
1773
1774
1775
1776 2004/05/08: Thomas Bretz
1777
1778 * mona.cc:
1779 - some changes to make it work again
1780
1781 * mraw/MRawSocketRead.cc:
1782 - fixed the sync with what DAQ sends
1783
1784
1785
1786 2004/05/07: Markus Gaug
1787
1788 * mcalib/MHCalibrationChargeHiGainPix.cc
1789 * mcalib/MHCalibrationChargeLoGainPix.cc
1790 - take out half of the bins for the hists in order to save memory
1791
1792 * mjobs/MExtractCalibTest.cc
1793 - include write-out of the containers in the loop
1794
1795 * mjobs/MJCalibration.cc
1796 - take runs 20660 and 20661 into the list of known runs with colour
1797 green.
1798
1799 * mpedestal/MPedCalcPedRun.[h,cc]
1800 - make the arrays fSum and fSum2 doubles. This is necessary since
1801 rounding errors of the floats introduced significant errors in the
1802 RMS!
1803 - introduced one condition about possible window sizes of 0.
1804
1805
1806
1807 2004/05/06: Markus Gaug
1808
1809 * htmldoc/images/PedestalStudyInner.gif
1810 * htmldoc/images/PedestalStudyOuter.gif
1811 - two gifs used for the documentation of MPedCalcPedRun
1812
1813 * mpedestal/MPedCalcPedRun.cc
1814 - updated documentation
1815
1816 * macros/pedestalstudies.C
1817 - updated to the latest version of MPedCalcPedRun
1818
1819 * macros/bootcampstandardanalysis.C
1820 - updated to the latest changes in the ArrivalTime Extraction
1821
1822
1823
1824 2004/05/05: Markus Gaug
1825
1826 * mcalib/MHGausEvents.cc
1827 - removed some warning saying "Cannot create Fourier spectrum"
1828
1829 * mcalib/MCalibrationChargePix.cc
1830 - loosened the limits somewhat for calibration with the low-gain
1831 - introduced different electronic noise for inner and outer pixels
1832 (like seen in the data)
1833
1834 * mpedestal/MPedCalcPedRun.cc
1835 - fixed a small inconsistency in case that the range goes out of
1836 the high-gain samples and reaches into the low-gain samples. In
1837 that case, the last slice of the high-gain was not taken (but the
1838 window size correctly)
1839
1840 * mjobs/MJExtractCalibTest.[h,cc]
1841 - included setters for the time extractor
1842
1843 * mcalib/MCalibrationChargeCalc.cc
1844 - set default of fgPheErrLimit from 4 sigma to 5.
1845
1846 * mcalib/Makefile
1847 * mcalib/CalibLinkDef.h
1848 * mcalib/MHCalibrationTestTimeCam.[h,cc]
1849 * mcalib/MHCalibrationTestTimeCam.[h,cc]
1850 - analogue to MHCalibrationTestCam, two classes to test the
1851 output of the calibration.
1852
1853 * mcalib/MHCalibrationCam.cc
1854 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
1855 all (IsBad())
1856
1857 * msignal/Makefile
1858 * msignal/SignalLinkDef.h
1859 * msignal/MExtractTimeFastSpline.[h,cc]
1860 - new fast spline extractor for the equally spaced time slices.
1861 Searches for the position of the half maximum between maximum and
1862 pedestal. About 6 times faster than MArrivalTimeCalc
1863
1864 * mjobs/MJCalibration.cc
1865 - changed names of the MHCameras to contain run name
1866
1867
1868
1869 2004/05/04: Raquel de los Reyes
1870
1871 * mbase/MRunIter.[h,cc]
1872 - Added a flag and a set function to read .raw files.
1873 The default option is set to read .root files.
1874
1875
1876
1877 2004/05/04: Javier Rico
1878
1879 * mcalib/MCalibrate.cc
1880 - when calibrating using kNONE, weight by the pixel area
1881
1882
1883
1884 2004/05/04: Thomas Bretz
1885
1886 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
1887 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
1888 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
1889 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
1890 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
1891 macros/star.C, macros/sumcurrents.C, macros/tar.C,
1892 macros/testenv.C, macros/weights.C:
1893 - updated documentation
1894
1895 * mastro/MAstroCamera.[h,cc]:
1896 - added member function to read MC .def files for mirror geometry
1897 - added GetDiffZdAz
1898
1899 * mastro/MObservatory.[h,cc]:
1900 - added Copy-member function
1901
1902 * mbase/MLog.[h,cc]:
1903 - updated handling of mutices
1904 - added a new mutex to lock the stream
1905
1906 * mhist/MHCamera.[h,cc]:
1907 - added functionality to linear deform the camera display
1908 (to correct for abberation)
1909
1910 * mtools/MFFT.cc:
1911 - added more documentation
1912
1913 * mbase/MTime.[h,cc]:
1914 - renamed overloaded Set-function to SetMjd. There were some
1915 trouble with the interpreter and the new naming is more
1916 intuitive.
1917
1918
1919
1920 2004/05/04: Markus Gaug
1921
1922 * mcalib/MHCalibrationChargeBlindPix.cc
1923 - intialized the 2 vectors differently, now they don't give
1924 warnings any more.
1925
1926 * msignal/MExtractor.cc
1927 * msignal/MExtractFixedWindow.cc
1928 - put one initialization to 0 into the MExtractor
1929
1930 * mastro/MAstroCatalog.h
1931 - make AlignCoordinates() protected, in order to compile
1932
1933 * mcalib/MHGausEvents.cc
1934 - took out fEvents(0) and fHGausHist() from constructor
1935
1936 * msignal/MExtractor.cc
1937 * msignal/MExtractPINDiode.cc
1938 - fixed StreamPrimitive
1939
1940 * msignal/MExtractBlindPixel.[h,cc]
1941 - deriving from MExtractor, possibility to filter NSB events
1942
1943
1944
1945 2004/05/03: Thomas Bretz
1946
1947 * mbase/MRunIter.cc:
1948 - AddRuns(char*) added some const-qualifiers
1949 - replaced deprecated if-else-if by continue- and return-
1950 constructions
1951
1952
1953
1954 2004/05/03: Javier Lopez
1955
1956 * mbadpixels/MBadPixelsPix.[h,cc]
1957 - put another enum for hardware malfunctionning. Started to be
1958 filled with kHVNotNominal
1959
1960
1961
1962 2004/05/03: Markus Gaug
1963
1964 * mcalib/MHCalibrationBlindPix.[h,cc]
1965 - removed a "->" behind the comment
1966 - Create a TVector in Draw only if the array is not zero
1967
1968 * mraw/MRawEvtPixelIter.cc
1969 - corrected bug in GetIdxMaxLoGainSamples() which looped over
1970 one slice too much
1971 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
1972 end = fLoGainPos + fNumLoGainSamples
1973
1974 * msignal/MTimeExtractor.[h,cc]
1975 * msignal/MExtractTime.[h,cc]
1976 - changed name for alphabetical display in dox
1977
1978 * mjobs/MJCalibration.[h,cc]
1979 * msignal/MExtractTimeSpline.h
1980 * msignal/MExtractTimeHighestIntegral.h
1981 - changed name of base class to MExtractTime
1982
1983 * mcalib/MCalibrationCam.[h,cc]
1984 * mcalib/MCalibrationChargeCam.[h,cc]
1985 * mcalib/MCalibrationRelTimeCam.[h,cc]
1986 - put the number of unsuitable and unreliable pixels in the base
1987 class
1988
1989 * mcalib/MCalibrationRelTimeCalc.[h,cc]
1990 - fixed a bug calculating the average time resolution
1991
1992 * mpedestals/MPedestalPix.[h,cc]
1993 - add a dedicated fValid flag in order to be able to discard pixels
1994 from outside (e.g. from MBadPixelsCam)
1995
1996 * mpedestals/MPedCalcPedRun.[h,cc]
1997 - catch badpixels cam from parameter list, if existing and set
1998 corresponding pixels to not valid in MPedestalPix
1999
2000 * mjobs/MGCamDisplays.[h,cc]
2001 * mhist/MHCamera.[h,cc]
2002 - put DrawProjection and DrawRadialProfile in MHCamera
2003
2004 * macros/dohtml.C
2005 - include directory mfit and macros calibration.C and
2006 bootcampstandardanalysis.C
2007 - take out pixvstime.C which does not exist
2008
2009 * msignal/MExtractFixedWindow.[h,cc]
2010 * msignal/MExtractSlidingWindow.[h,cc]
2011 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2012 * msignal/MExtractor.[h,cc]
2013 * msignal/MExtractPINDiode.[h,cc]
2014 * msignal/MExtractTime.[h,cc]
2015 - set number of slices not in base class, but in derived one.
2016 Like this, extractors setting their signal in other containers
2017 don't have a conflict with the ReInit() in MExtractor.
2018
2019
2020
2021 2004/05/01: Thomas Bretz
2022
2023 * macros/rootlogon.C:
2024 - ignore MARSSYS if libmars.so is found in the current path
2025
2026 * mastro/MObservatory.cc:
2027 - small change to coordinates
2028
2029 * mbase/MLog.[h,cc]:
2030 - enhanced output in case of problem with mutices
2031
2032 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
2033 - removed everything
2034
2035 * Makefile*, */Makefile
2036 - changed all to support mtemp/mifae and similar
2037
2038
2039
2040 2004/05/01: Abelardo Moralejo
2041
2042 * mmain/MEventDisplay.cc
2043 - changed back integration range for MC to 0-14 slices to avoid
2044 confusions.
2045
2046
2047
2048 2004/05/01: Markus Gaug
2049
2050 * macros/dohtml.C
2051 - include directory mpedestal
2052
2053 * msignal/MExtractFixedWindow.[h,cc]
2054 * msignal/MExtractSlidingWindow.[h,cc]
2055 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2056 * msignal/MExtractor.[h,cc]
2057 - include the possibility to set the range for the hi-gain outside
2058 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
2059 the "low-gain" slices instead. This is necessary for the March
2060 data!
2061
2062 * mjobs/MJCalibration.[h,cc]
2063 - accept arrival time extractors deriving from MTimeExtractor
2064
2065
2066
2067 2004/04/30: Thomas Bretz
2068
2069 * mastro/MAstroCamera.[h,cc]:
2070 - removed obsolete TList data member (use a argument in
2071 GetStarList instead)
2072
2073 * mbase/MTime.h:
2074 - added 'istream &operator<<(istream &in, MTime &t)'
2075
2076 * mbase/BaseLinkDef.h:
2077 - added new operator
2078
2079
2080
2081 2004/04/30: Daniela Dorner
2082
2083 * macros/pointing.C
2084 - implemented plot: Control Deviation vs Time
2085 - rearranged plots
2086
2087
2088
2089 2004/04/30: Markus Gaug
2090
2091 * mcalib/MCalibrationRelTimeCalc.[h,cc]
2092 - new class to treat rel. times after fits
2093
2094 * mcalib/MCalibrationChargeCalc.[h,cc]
2095 - search for outliers in the total F-Factor and set a flag in
2096 MBadPixelsPix
2097
2098 * mcalib/MCalibrationRelTimeCam.h
2099 - new TArrayIs to store number of unsuitable and unreliable pixels
2100
2101
2102 * mbadpixels/MBadPixelsPix.h
2103 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
2104
2105 * mcalib/MHCalibrationRelTimePix.[h,cc]
2106 - take out commented part of code related to re-normalization
2107
2108 * mcalib/MHCalibrationCam.[h,cc]
2109 - retrieve the used run numbers in order to store them in teh
2110 histogram titles to help transparency of the displays
2111
2112 * mcalib/MHCalibrationRelTimeCam.[h,cc]
2113 - Getter and Setter for the reference pixel
2114
2115 * mcalib/MCalibrate.cc
2116 - make error of nphot to be taken from square root of absolute
2117 number of photons instead of number of photons, otherwise
2118 NaN's are obtained
2119
2120 * msignal/MExtractPINDiode.[h,cc]
2121 - now deriving from MExtractor
2122
2123 * msignal/Makefile
2124 * msignal/SignalLinkDef.h
2125 * msignal/MExtractTimeSpline.[h,cc]
2126 * msignal/MExtractTimeHighestIntegral.[h,cc]
2127 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
2128
2129 * mjobs/MJCalibration.[h,cc]
2130 - Set time extractor by pointer
2131
2132
2133
2134 2004/04/29: Thomas Bretz
2135
2136 * mbase/MTask.cc:
2137 - fixed behaviour of GetNumExecutions. Because of a root bug
2138 Count returns a number which is to high by 1.
2139
2140
2141
2142 2004/04/29: Abelardo Moralejo
2143
2144 * mmc/MMcEvt.hxx
2145 - Added minor comment (explanation of fPassPhotCone).
2146
2147 * mmc/MMcRunHeader.[hxx,cxx]
2148 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
2149 - Updated class version to 5.
2150
2151
2152
2153 2004/04/29: Nadia Tonello
2154
2155 * mbadpixels/MBadPixelsTreat.h
2156 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
2157 to have the right behaviour of the flags (and of SetProcessRMS)
2158
2159 * manalysis/MCT1PointingCorrCalc.[h,cc]
2160 - added pointing correction for 1ES1959
2161
2162
2163
2164 2004/04/29: Markus Gaug
2165
2166 * msignal/MArrivalTimePix.[h,cc]
2167 - removed flag fLoGainUsed which is not used at all
2168
2169 * msignal/MTimeExtractor.[h,cc]
2170 - new base class for arrival time extractors
2171
2172 * msignal/Makefile
2173 * msignal/SignalLinkDef.h
2174 * msignal/MExtractTimeSpline.[h,cc]
2175 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
2176
2177
2178 * msignal/MExtractor.h
2179 - make SetRange virtual
2180 - check for range w.r.t. ranges given in the run header in ReInit
2181
2182 * msignal/MExtractFixedWindow.[h,cc]
2183 * msignal/MExtractSlidingWindow.[h,cc]
2184 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2185 - overload the SetRange() function in order to do the necessary
2186 checks of the range there. Slight differences in every extractor
2187 because of the floating windows.
2188
2189
2190 * mpedestals/MPedCalcPedRun.[h,cc]
2191 - add the possibility to set ranges and extraction windows. Default
2192 is what has always been
2193
2194
2195 * mjobs/MJPedestals.[h,cc]
2196 - add the possibility to set a signal extractor which gives the
2197 extraction ranges to MPedCalcPedRun
2198 - derive from MHCamDisplays
2199
2200 * mcalib/MCalibrationChargeCam.cc
2201 - updated the Print() a little
2202
2203
2204 2004/04/29: Javier Rico
2205
2206 * mbase/MRunIter.cc
2207 - Remove AddRuns(const char*,const char*) dependence on length of
2208 first character chain
2209
2210
2211 2004/04/28: Javier Rico
2212
2213 * mbase/MRunIter.[h,cc]
2214 - include function to read runs specified in a character chain
2215 with the format, e.g., run1,run2-run3,run4-run5,...
2216
2217
2218
2219 2004/04/28: Abelardo Moralejo
2220
2221 * macros/starmc.C
2222 - adapted to change in MC calibration: replaced
2223 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
2224 GetHistPhot2PhotEl.
2225
2226
2227
2228 2004/04/28: Markus Gaug
2229
2230 * mjobs/MGCamDisplays.cc
2231 * mjobs/MJCalibration.cc
2232 - introduced new "fit" flag in DrawProjection allowing to draw
2233 two separate pad with the (fitted) histograms for inner and
2234 outer pixels. This is displayed by MJCalibration if the
2235 kNormalDisplay option is chosen (default).
2236
2237 * mjobs/MJCalibration.h
2238 - took out the const of GetBadPixels() in order to allow compilation
2239 of macros/bootcampstandardanalysis.C. This will change again soon
2240 when mjobs/MJExtraction is updated and used there.
2241
2242 * msignal/MArrivalTimeCalc.[h,cc]
2243 - remove the ReInit() which calls to an MGeomCam which is later not
2244 used
2245
2246 * macros/calibrate_data.C
2247 - fixed a bug in loop 3 taking the default QE Cam instead of the
2248 one filled by MJCalibration
2249
2250 * msignal/MExtractor.[h,cc]
2251 - new base class for signal extractors
2252
2253 * msignal/Makefile
2254 * msignal/SignalLinkDef.h
2255 * msignal/MExtractFixedWindow.[h,cc]
2256 * msignal/MExtractSlidindWindow.[h,cc]
2257 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2258 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
2259
2260 * macros/calibration.C
2261 * macros/calibrate_data.C
2262 * macros/pedphotcalc.C
2263 * macros/bootcampstandardanalysis.C
2264 - adapted to new extractors
2265
2266 * mbadpixels/MBadPixelsPix.h
2267 - set back the old definition of IsOK(), namely no information
2268 available
2269
2270
2271
2272 2004/04/27: Raquel de los Reyes
2273
2274 * mhvstime/MHVsTime.cc
2275 - added a line in the Fill function to avoid empty time events.
2276
2277
2278
2279 2004/04/27: Abelardo Moralejo
2280
2281 * mcalib/MMcCalibrationCalc.[h,cc]
2282 - added histogram which stores the conversion of photons before
2283 the plexiglas to photoelectrons hitting first dynode.
2284
2285 * macros/mccalibrate.C
2286 - added MPointingPosCalc to the tasklist to create and fill an
2287 MPointingPos object, and later write it to the Events tree of
2288 the calibrated MC files. Added some comments and simplified
2289 some lines. One more histogram from MMcCalibrationCalc (see
2290 above) is now written to the output.
2291
2292 * macros/starmc2.C
2293 - added the writing of MPointingPos to output star file.
2294
2295
2296
2297 2004/04/27: Markus Gaug
2298
2299 * mjobs/MJCalibration.[h,cc]
2300 - put the three camera drawing facilities into a separate base
2301 class MGCamDisplays
2302
2303 * mjobs/MGCamDisplays.[h,cc]
2304 * mjobs/Makefile
2305 * mjobs/JobsLinkDef.h
2306 - camera drawing facilities: CamDraw, DrawProjection and
2307 DrawRadialProfile, used by all jobs
2308
2309 * mjobs/MJExtractCalibTest.[h,cc]
2310 * mjobs/Makefile
2311 * mjobs/MJobsLinkDef.h
2312 - new class to test the calibration results
2313
2314 * mcalib/MCalibrationChargeCalc.cc
2315 - set unsuitable pixels to excluded in MCalibrationChargePix, which
2316 will not display them in the status display
2317
2318 * mjobs/MJCalibration.cc
2319 - take out display of previously excluded pixels
2320
2321 * mbadpixels/MBadPixelsCam.cc
2322 - set val to 1 in case that GetPixelContent is true, before display
2323 was not correct
2324
2325 * macros/calibration.C
2326 - added the test class MJExtractCalibTest
2327
2328
2329
2330 2004/04/27: Abelardo Moralejo
2331
2332 * mhistmc/MHMcCollectionArea.[h,cc]
2333 - Added fMCAreaRadius and setter to allow changing the radius of
2334 the circular area in which MC events are produced. Useful for
2335 instance for stereo configuration studies. By default it is 300 m
2336 as was assumed before.
2337
2338
2339
2340 2004/04/26: Markus Gaug
2341
2342 * mcalib/MHCalibrationTestPix.[h,cc]
2343 * mcalib/MHCalibrationTestCam.[h,cc]
2344 * mcalib/Makefile
2345 * mcalib/CalibLinkDef.h
2346 - two new histogram classes to perform claibraion checks, will be
2347 especially useful for the data-check.
2348
2349 * mcalib/MCalibrationQEPix.cc
2350 - found a bug in the setting of validity flags of colours. This
2351 made the QE used for calibration uncorrect by about a factor 1.5
2352 for the outer pixels if only one colour is used for calibration.
2353
2354 * mjobs/MJCalibration.[h,cc]
2355 - moved colour finder from the macros into this class with the
2356 function FindColor()
2357 - had to add ~MJCalibration() {} because otherwise, I get a
2358 segmentation violation in the destructor, the debugger says in
2359 some TString. Maybe it's because of the GetDescriptor() in
2360 ~MParContainer() ?
2361
2362 * macros/calibration.C
2363 * macros/calibrate_data.C
2364 * macros/pedphotcalc.C
2365 * macros/bootcampstandardanalysis.C
2366 - removed function FindColor()
2367
2368 * mcalib/MCalibrationCam.h
2369 - make Init() and InitSize() virtual
2370
2371 * mcalib/MCalibrationChargeCam.[h,cc]
2372 - introduce two TArrayI's for the number of uncalibrated and
2373 unreliable pixels.
2374
2375 * mcalib/MCalibrationChargeCalc.[h,cc]
2376 - calculate and store the above numbers.
2377
2378 * mbadpixels/MBadPixelsPix.[h,cc]
2379 * mbadpixels/MBadPixelsCam.cc
2380 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
2381 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
2382 - removed functions: IsCalibrationResultOK()
2383 and IsCalibrationSignalOK()
2384 - changed function IsOK() such that it returns false only if
2385 the pixels is not suitable (run or evt)
2386
2387 * mcalib/MCalibrate.cc
2388 * mcalib/MCalibrateRelTime.cc
2389 - exchanged query for IsCalibrationResultOK() to
2390 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
2391 now the oscillating pixels (which are sometimes many!!)
2392
2393 * mcalib/MHCalibrationRelTimePix.cc
2394 - commented re-normalization to ns in Renorm()
2395 - introduced Getter to fFADCSliceWidth
2396
2397 * mcalib/MHCalibrationRelTimeCam.cc
2398 - renorm to ns in GetPixelsContent()
2399 --> now, calibration in MCalibrateRelTimes is consistent
2400
2401
2402
2403 2004/04/26: Abelardo Moralejo
2404
2405 * manalysis/MMcCalibrationUpdate.cc
2406 - changed from 1 to 10 the "dummy" value of conversion high to low
2407 gain for old camera 0.6 files. Usually these files have no low
2408 gain at all, but there was a patched version of the program
2409 which did have low gain (with a gain 10 lower than hg).
2410
2411
2412
2413 2004/04/25: Abelardo Moralejo
2414
2415 * mbadpixels/MBadPixelsTreat.cc
2416 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
2417 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
2418 worked, because the check on whether the neighbour pixels
2419 were OK was performed on the same pixel to be treated (i), which
2420 is obviously not OK. The same problem fixed in the interpolation
2421 of pedestals. Amazingly, this error would have shown up in any
2422 test of the class.... I assume it must have been commited
2423 completely untested.
2424
2425 - In InterpolateSignal: moved division of summed charge over
2426 number of pixels : put it after the check of the number of
2427 valid neighbours to avoid division by 0.
2428
2429
2430
2431 2004/04/23: Markus Gaug
2432
2433 * mcalib/MHCalibrationCam.cc
2434 - fixed a bug in the ReInit() for the number of average events in
2435 each area index and sector
2436
2437
2438 2004/04/23: Thomas Bretz
2439
2440 * */Makefile:
2441 - added some more mpedestal
2442
2443 * mreport/MReportRun.cc:
2444 - changed to work with the latest version of report-files
2445 --> This will make it incompatible with older report files
2446 (for this use older Mars versions for merpping)
2447
2448 * mbase/MStatusDisplay.[h,cc]:
2449 - added combo-box to surf through tabs in MARS-tab
2450
2451
2452
2453 2004/04/22: Nadia Tonello
2454
2455 * mcalib/MCalibrateData.cc
2456 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
2457 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
2458
2459
2460
2461 2004/04/22: Thomas Bretz
2462
2463 * mhist/MHCamera.[h,cc]:
2464 - implemented SetUsed
2465
2466 * merpp.cc:
2467 - added "-ff" and interleave mode - both not execcively tested yet
2468
2469 * mhbase/MFillH.cc:
2470 - added a missing 'endl'
2471
2472 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
2473 mraw/MRawEvtHeader.[h,cc]
2474 - added SkipEvt (the number of skipped bytes is untested)
2475
2476 * mraw/MRawEvtHeader.[h,cc]
2477 - return kCONTINUE if time is invalid
2478
2479 * mraw/MRawFileRead.[h,cc]:
2480 - implemented AddFile feature - first draft!
2481 - added feature to skip events
2482
2483 * mraw/MRawFileWrite.h:
2484 - changed default compression level corresponding to merpp to 2
2485
2486 * mraw/MRawRead.[h,cc]:
2487 - added fForceMode flag to be able to suppress event errors
2488
2489 * mbadpixels/MBadPixelsTreat.[h,cc]:
2490 - changes such that the pedestal interpolation is now done
2491 only in ReInit. If you need the old behaviour call
2492 SetProcessRMS()
2493
2494 Another step towards less mess:
2495
2496 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
2497 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
2498 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
2499 MPedestalPix.[h,cc]:
2500 - moved from manalysis to mpedestal
2501
2502 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
2503 mpedestal/PedestalIncl.h:
2504 - added
2505
2506 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2507 manalysis/AnalysisIncl.h:
2508 - removed files above
2509
2510 * mbadpixels/Makefile:
2511 - added mpedestals
2512
2513 * Makefile:
2514 - added mpedestals
2515
2516
2517 2004/04/22: Antonio Stamerra
2518
2519 * mmain/MEventDisplay.cc
2520 - Added new tab "Trigger" adding a new MHEvent (evt9),
2521 filled through the MMcTriggerLvl2 container.
2522 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
2523 have been added.
2524
2525 * mhist/MHEvent.[h,cc]
2526 - Added new event type kEvtTrigPix
2527
2528 * manalysis/MMcTriggerLvl2.[h,cc]
2529 - The class now inherits from MCamEvent
2530 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
2531 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
2532 is in the trigger region
2533
2534 * manalysis/MMcTriggerLvl2Calc.[h,cc]
2535 - Added the methods CheckRunType and ReInit to check if the file is MC.
2536
2537 * mhistmc/Makefile
2538 - Added the include for mgui
2539
2540
2541 2004/04/22: Markus Gaug
2542
2543 * mcalib/MCalibrate.[h,cc]
2544 - introduced flat-fielding of charges for the muon calibration,
2545 accessible with SetCalibrationMode(kFlatCharge)
2546
2547 * manalysis/MPedCalcPedRun.cc
2548 - added a SetReadyToSave() at the end of PostProcess
2549
2550 * mjobs/Makefile
2551 - added include of mraw
2552
2553 * mjobs/MJCalibration.cc
2554 - added MRawFileRead for option SetDataCheck()
2555
2556 * mjobs/MJPedestal.cc
2557 - added MRawFileRead for option SetDataCheck()
2558
2559
2560 2004/04/21: Thomas Bretz
2561
2562 * mbase/MTask.cc, mbase/MTaskList.cc:
2563 - let MTask in list fTaskProcess to be used as a counter
2564
2565 * mdata/MDataChain.[h,cc]:
2566 - added some treatments for combinations of +/- signs
2567
2568 * mfbase/MFilterList.[h,cc]:
2569 - added a new constructor to simplyfy filter-inversions
2570
2571 * mfileio/MReadReports.cc:
2572 - added comment
2573
2574 * mhbase/MBinning.[h,cc]:
2575 - added new constructor to simplify calls in macros
2576
2577 * mhbase/MFillH.[h,cc]:
2578 - added fDrawOption to be used in MStatusDisplay
2579
2580 * mhist/MHFalseSource.cc:
2581 - added comment
2582
2583
2584
2585 2004/04/20: Thomas Bretz
2586
2587 * macros/derotatedc.C
2588 - added tutorial macro plotting derotated dc currents
2589
2590 * mhist/MHCamEventRot.[h,cc]:
2591 - added histogram to be filled with derotated MCamEvents
2592
2593
2594
2595 2004/04/18: Abelardo Moralejo
2596
2597 * mgeom/MGeomCam.h
2598 - Update class version to 4 (necessary after M. Gaug's change
2599 of the type of member fMaxRadius.
2600
2601
2602
2603 2004/04/16: Abelardo Moralejo
2604
2605 * mcalib/MCalibrationQEPix.[h,cc]
2606 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
2607 changed via SetAverageQE. Made public GetAverageQE and
2608 GetAverageQERelVar (this changes needed for MC).
2609
2610 * mcalib/MMcCalibrationCalc.[h,cc]
2611 * manalysis/MMcCalibrationUpdate.[h,cc]
2612 - Adapted to M. Gaug's changes in calibration classes. Behaviour
2613 has been tested to be the same as before those changes. Now the
2614 conversion factor from ADC counts to photoelectrons, and the
2615 average QE (photons->photoelectrons) are calculated independently
2616 (and later combined by MCalibrate to obtain the conversion
2617 ADC->photons).
2618
2619 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
2620 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
2621 only MC display. This was necessary because if electronic noise
2622 is simulated in the FADC, sometimes saturated slices look not
2623 saturated due to negative fluctuations, so it is better to set
2624 the saturation limit at a safe value (240 ADC counts). Changed
2625 signal integration range (only for MC), now from slices 5 to 10.
2626
2627 * msignal/MExtractSignal3.[h,cc]
2628 - Changed name of function SetRange for the more adecquate
2629 "SetWindows". No change in behaviour of the function.
2630
2631
2632
2633 2004/04/16: Markus Gaug
2634
2635 * msignal/MExtractSignal.cc
2636 - commited proposed larger default window from fgLast = 10 to
2637 fgLast = 14, because in March the pulses have moved to later
2638 arrival times.
2639 - removed some inconsistency with slice numbering in FindSignal()
2640 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
2641 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
2642
2643 * msignal/MExtractSignal2.cc
2644 - committed the proposed smaller window egdes from fgFirst=0 to
2645 fgFirst = 3, because in March some of the high-gain pulses reach
2646 into the "low-gain samples" and mislead thus sliding window to
2647 be maximized on the tail of the high-gain pulse.
2648
2649 * mcalib/MHPedestalPix.cc
2650 - fixed a bug which made normalization to values per slice not happen
2651
2652 * macros/pedestalstudies.C
2653 - fixed and documented
2654
2655
2656
2657 2004/04/15: Markus Gaug
2658
2659 * macros/calibration.C
2660 - added a function FindColor() to extract the colour by filename,
2661 works if there is indeed a colour or if the run nubmer is smaller
2662 than 20000 -> take ct1
2663
2664 * macros/bootcampstandardanalysis.C
2665 * macros/pedphotcalc.C
2666 * macros/calibrate_data.C
2667 - updated the macro to the cvs-standard used at the Udine bootcamp
2668
2669 * mcalib/MCalibrateRelTimes.[h,cc]
2670 * mcalib/Makefile
2671 * mcalib/CalibLinkDef.h
2672 - new class to calibrate the relative times
2673
2674 * manalysis/MGeomApply.cc
2675 - added MArrivalTime::Init()
2676
2677 * msignal/MArrivalTime.[h,cc]
2678 - added array fDataErr
2679
2680 * macros/rootlogon.C
2681 - added directories mbadpixels and mjobs
2682
2683 * mcalib/MCalibrationQEPix.cc
2684 - set the fAvNorm variables to 1 in Clean()
2685
2686 * manalysis/MPedPhotCalc.[h,cc]
2687 - included possibility to use an MBadPixelsCam
2688
2689
2690
2691 2004/04/14: Thomas Bretz
2692
2693 * manalysis/MCerPhotEvt.[h,cc]:
2694 - fixed a bug which caused a missing last pixel (in most cases
2695 Index 576)
2696
2697 * manalysis/MCerPhotPix.cc:
2698 - fixed output in Print
2699
2700 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
2701 - added missing SetCalibrationMethod
2702
2703 * mbadpixels/MBadPixelsCam.[h,cc]:
2704 - added copy constructor
2705
2706 * mbadpixels/MBadPixelsMerge.cc:
2707 - added comments
2708
2709 * mraw/MRawRunHeader.[h,cc]:
2710 - added new run-type (kRTPointRun=7)
2711
2712 * mmain/MEventDisplay.cc:
2713 - fixed the broken cleaning levels
2714
2715
2716
2717 2004/04/14: Markus Gaug
2718
2719 * mcalib/MCalibrationQEPix.cc
2720 - found a bug in the calculation of the error, fixed
2721
2722 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
2723 - replaced SetCalibrationMethod by SetCalibrationMode
2724
2725 * htmldoc/images/CalibClasses.gif
2726 * htmldoc/images/RelTimeClasses.gif
2727 - two schemes used in the class descriptions
2728
2729 * mcalib/MHCalibrationCam.[h,cc]
2730 - included function GetAverageAreas() and GetAverageSectors() like
2731 in MCalibrationCam
2732
2733 * mjobs/MJCalibration.[h,cc]
2734 - included calibration of rel.Times, to be chosen with a flag
2735 RelTimeCalibration()
2736 - signal extractor and arrival time extractor can be chosen by
2737 flags as well (see Class description)
2738
2739
2740 * mbadpixels/MBadPixelsCam.cc
2741 - add two new types in GetPixelContent, add documentation of
2742 GetPixelContent
2743
2744 * msignal/MArrivalTimeCalc2.cc
2745 - commented the warning for pixels with lowgain saturation
2746
2747
2748
2749 2004/04/13: Markus Gaug
2750
2751 * macros/dohtml.C
2752 - included directory mbadpixels
2753
2754 * mcalib/MCalibrationPix.[h,cc]
2755 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
2756 errors
2757
2758 * mcalib/MCalibrationChargeCam.[h,cc]
2759 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
2760 - updated GetPixelContents
2761 - updated class documentation
2762
2763 * mgeom/MGeomMirror.h
2764 - include <TVector3.h>, otherwise it does not compile on my machine
2765
2766 * mjobs/MJPedestals.cc
2767 * mjobs/MJCalibration.cc
2768 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
2769 bug in MBadPixelsMerge is resolved (see bugtracker).
2770
2771 * mcalib/MHCalibrationChargePINDiode.cc
2772 - return in Draw() if histogram is empty (otherwise segm. violation
2773 in eventloop
2774
2775 * msignal/MExtractedSignalCam.cc
2776 - intialize variables by default to 0.
2777
2778 * mcalib/MHCalibrationChargeCam.[h,cc]
2779 - pointer to fSig is not stored, somehow, when running MJCalibration
2780 Don't know why. Removed and stored some variables instead
2781
2782 * mjobs/MJCalibration.[h,cc]
2783 - updated documentation, updated QE Cam
2784 - set the pulser colour (now obligatory)
2785 - set the possibility to choose different displays
2786
2787 * mcalib/MCalibrationChargeCalc.cc
2788 - set the pulser colour (now obligatory)
2789
2790 * mcalib/MCalibrationChargePix.[h,cc]
2791 - put GetRSigmaPerCharge into this class
2792
2793
2794
2795 2004/04/13: Thomas Bretz
2796
2797 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
2798 - enhanced comments
2799 - added some new features
2800
2801 * mbase/MAGIC.h:
2802 - removed some empty lines
2803
2804 * mfileio/MWriteRootFile.cc:
2805 - fixed a compiler warning
2806
2807 * mgeom/MGeomCorsikaCT.h:
2808 - removed obsolete include of TArrayF
2809
2810 * mgeom/MGeomMirror.[h,cc]:
2811 - replaced fReflector by *fReflector
2812
2813 * mmain/MGDisplayAdc.cc:
2814 - fixed a bug which caused the wrong histogram entry to be
2815 displayed
2816
2817
2818
2819 2004/04/10: Markus Gaug
2820
2821 * macros/dohtml.C
2822 - included directory mjobs
2823
2824 * mjobs/MJCalibration.[h,cc]
2825 - added and updated documentation (not yet ready)
2826
2827 * htmldoc/images/CalibClasses.gif
2828 - scheme of the calibration classes, used for documentation in
2829 MJCalibration.cc
2830
2831
2832
2833 2004/04/10: Thomas Bretz
2834
2835 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
2836 - added comments
2837
2838 * macros/starfield.C:
2839 - added
2840
2841 * mastro/Makefile, mastro/AstroLinkDef.h
2842 - added MAstroCamera
2843
2844
2845
2846 2004/04/09: Markus Gaug
2847
2848 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2849 * mcalib/MHCalibrationChargeCam.[h,cc]
2850 * mcalib/MHCalibrationChargeCalc.[h,cc]
2851 - put abs. time consistency check from MCalibrationChargeCalc into
2852 MHCalibrationChargePINDiode and MHCalibrationChargeCam
2853
2854 * mcalib/MHCalibrationCam.[h,cc]
2855 * mcalib/MHCalibrationChargeCalc.[h,cc]
2856 - number of used FADC slices also stored in MHCalibrationCam,
2857 MHCalibrationChargeCalc needs no pointer to the signal extractors
2858 any more -> removed
2859
2860 * mcalib/MCalibrationChargePINDiode.[h,cc]
2861 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2862 * mcalib/MCalibrationCam.[h,cc]
2863 - put a default pulser color kNONE
2864
2865 * manalysis/MPedestalCam.[h,cc]
2866 * manalysis/MPedCalcPedRun.[h,cc]
2867 * manalysis/MGeomApply.cc
2868 - added average pixels in the way like it is done in MCalibrationCam
2869
2870
2871
2872 2004/04/08: Thomas Bretz
2873
2874 * mfbase/MF.cc:
2875 - optimized output
2876
2877 * mfbase/MFilterList.cc:
2878 - added some comments
2879
2880 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
2881 - added SortFiled-option -- RAQUEL, this is for you!
2882
2883 * mfileio/MWriteRootFile.cc:
2884 - class AddSerialNumber in AddContainer
2885
2886 * mhist/MHFalseSource.[h,cc]:
2887 - optimized setting of hist maximum
2888 - added more source dependant cuts
2889 - changed display layout
2890 - scale number of entries to correct for different acceptance
2891 (not perfect, but the best I can currently do)
2892
2893 * mimage/MHHillasExt.[h,cc]:
2894 - added new histogram for fMaxDist
2895
2896 * mimage/MHNewImagePar.[h,cc]:
2897 - added new histograms for Used/CoreArea
2898
2899 * mimage/MHillasCalc.cc:
2900 - optimized output
2901
2902 * mimage/MHillasExt.cc:
2903 - fMaxDist got a sign
2904
2905 * mimage/MNewImagePar.[h,cc]:
2906 - enhanced comments
2907 - added new Print() member function
2908
2909 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
2910 - forward geomcam to newimgepar.Print()
2911
2912
2913
2914 2004/04/08: Markus Gaug
2915
2916 * mcalib/MCalibrationChargeCalc.[h,cc]
2917 * mcalib/MCalibrationChargeCam.[h,cc]
2918 * mcalib/MCalibrationChargePix.[h,cc]
2919 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2920 * mcalib/MCalibrationChargePINDiode.[h,cc]
2921 - put calculation of photon fluxes with the three methods into
2922 MCalibrationChargeCalc
2923 - reorganized calculations in a better readable way (hopefully!)
2924
2925 * mbase/MAGIC.h
2926 * mcalib/MCalibrationCam.[h,cc]
2927 * mcalib/MCalibrationQECam.[h,cc]
2928 * mcalib/MCalibrationQEPix.[h,cc]
2929 - put PulserColor_t away from MAGIC.h into MCalibrationCam
2930 - full implementation of the QE-calibration from MCalibrationQEPix
2931
2932 * msignal/MExtractBlindPixel.cc
2933 - removed warning about low-gain saturation of Blind pixel
2934
2935 * mcalib/MCalibrate.[h,cc]
2936 * mcalib/MCalibrateData.[h,cc]
2937 * mcalib/MMcCalibrationCalc.[h,cc]
2938 * manalysis/MMcCalibrationUpdate.[h,cc]
2939 - conversion factors now separated into FADC2phe and then into
2940 call to average Quantum efficiency.
2941
2942
2943 2004/04/07: Markus Gaug
2944
2945 * mcalib/MHGausEvents.[h,cc]
2946 - added fBlackout events
2947
2948
2949
2950 2004/04/06: Thomas Bretz
2951
2952 * mcalib/MCalibrationCam.[h,cc]:
2953 - simplified call to initialization by new function Init()
2954
2955 * mcalib/MH*.cc:
2956 - fixed some warnings (comparision between signed and unsigned)
2957
2958 * manalysis/MGeomApply.cc:
2959 - use new Init-funtion of MCalibrationCam
2960
2961 * mastro/MAstro.cc:
2962 - some fixes to the conversion functions
2963
2964 * mastro/MAstroCamera.[h,cc]:
2965 - added comments
2966 - changed argument type of AddPrimitives
2967
2968 * mastro/MAstroCatalog.[h,cc]:
2969 - many changes to make it possible to overlay the
2970 catalog on top of a 2D histogram
2971
2972 * mbase/MEvtLoop.cc:
2973 - fixed estimation of run-time
2974
2975 * mbase/MMath.[h,cc]:
2976 - added member functions for signed significances
2977
2978 * mbase/MParContainer.cc:
2979 - changed GetterMethod() to support double reference data mebers
2980
2981 * mbase/MStatusDisplay.cc:
2982 - removed some obsolete debug outputs
2983
2984 * mbase/MTask.[h,cc]:
2985 - removed fNumExecutions, fStopwatch already counts the calls
2986 - slight chagnes to output of PrintStatistics
2987
2988 * mbase/MTaskList.[h,cc]:
2989 - slight chagnes to output of PrintStatistics
2990
2991 * mbase/MTime.cc:
2992 - removed +TwoPi from GetGmst
2993
2994 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
2995 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
2996 mcamera/MCameraPowerSupply.h:
2997 - added missing Getter functions
2998
2999 * mcamera/MCameraHV.h:
3000 - removed obsolete data-meber fMean
3001
3002 * mdata/DataLinkDef.h:
3003 - added MDataFormula
3004
3005 * mdata/MDataChain.cc, mdata/Makefile:
3006 - enhanced dosumentation
3007 - implemented use of multi argument functions
3008 - added ^-operator
3009
3010 * mdata/MDataList.[h,cc]:
3011 - added ^-operator
3012 - enhanced IsValid
3013
3014 * mfbase/MFilterList.cc:
3015 - changed a warn-output to inf
3016
3017 * mgeom/MGeomCam.[h,cc]:
3018 - added getter returning index corresponding to XY
3019
3020 * mgeom/MGeomPix.[h,cc]:
3021 - added getter IsInside
3022
3023 * mhist/MHCamera.cc:
3024 - Return 0 in GetMean if no entries
3025
3026 * mhist/MHFalseSource.[h,cc]:
3027 - removed conversion stuff (mm/deg)
3028 - slight change to calculation of significance
3029 - added dist-cuts
3030 - added histogram showing number of entries
3031 - added display of catalog
3032
3033 * mhist/MHStarMap.cc:
3034 - added comment
3035
3036 * mimage/MHillasExt.[h,cc]:
3037 - changed class version to 3
3038 - added new data-member fMaxDist
3039
3040 * mimage/MNewImagePar.[h,cc]:
3041 - added new data member fUsedArea and fCoreArea
3042
3043 * mmc/MMcConfigRunHeader.h:
3044 - readded GetMirrors (WHY WAS IT GONE?)
3045
3046 * mpointing/MPointingPos.[h,cc]
3047 - implemented Getter to get coordinates in rad
3048
3049 * mpointing/MSrcPosCalc.[h,cc]:
3050 - fixed direction of rotation
3051 - for the moment do use fTime
3052
3053
3054
3055 2004/04/06: Markus Gaug
3056
3057 * mcalib/MCalibrationChargePix.[h,cc]
3058 - change names of the GetLoGain*() functions to
3059 GetConvertedLoGain*() for better clarity
3060
3061 * mcalib/MCalibrationChargeCam.[h,cc]
3062 - updated and enlarged documentation
3063
3064 * mcalib/MHCalibrationChargeCam.cc
3065 * mcalib/MHCalibrationRelTimeCam.cc
3066 - set the arrays by use of memset
3067 - initialize TObjArrays with the Init-Function
3068
3069
3070 2004/04/05: Markus Gaug
3071
3072 * msignal/MExtractedSignalPINDiode.h
3073 - new function GetLastUsedSlice()
3074
3075 * mcalib/MCalibrationChargeCalc.[h,cc],
3076 * mcalib/MCalibrationChargeCam.cc:
3077 - holds also pointers to MExtractedSignalPINDiode and
3078 MExtractedSignalBlindPixel and does the checks inside the task
3079 (instead of inside the containers)
3080
3081 * mcalib/MCalibrationChargeBlindPix.[h,cc],
3082 * mcalib/MCalibrationChargePINDiode.[h,cc]:
3083 - updated and enlarged documentation
3084
3085 * mcalib/MHCalibrationChargePINDiode.cc
3086 * mcalib/MHCalibrationChargeCam.[h,cc]
3087 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
3088 - rename arrays of fAverageSigmaErr to AverageSigmaVar
3089
3090 * mcalib/MCalibrationPix.[h,cc]
3091 * mcalib/MCalibrationChargePix.[h,cc]
3092 * mcalib/MCalibrationChargeBlindPix.[h,cc]
3093 * mcalib/MCalibrationChargePINDiode.[h,cc]
3094 - add Getters to the relative variance
3095
3096 * mcalib/MHGausEvents.[h,cc]
3097 * mcalib/MCalibrationPix.[h,cc]
3098 * mcalib/MHCalibrationCam.cc
3099 - add to Pickup also Blackout events
3100
3101
3102 2004/04/05: Nadia Tonello
3103
3104 * mbadpixels/MBadPixelsTreat.cc
3105 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
3106
3107
3108
3109 2004/04/02: Markus Gaug
3110
3111 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
3112 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
3113 mcalib/MCalibrationRelTimeCam.[h,cc],
3114 mcalib/MCalibrationRelTimePix.[h,cc]:
3115 - updated and enlarged documentation
3116
3117 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
3118 mcalib/MHCalibrationChargePix.[h,cc],
3119 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
3120 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3121 mcalib/MHCalibrationChargeBlindPix.[h,cc],
3122 mcalib/MHCalibrationChargePINDiode.[h,cc]:
3123 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
3124 ChangeHistId() into MHGausEvents (before in the derived classes)
3125 - put fChargeNbins, fChargeFirst, fChargeLast,
3126
3127 * mcalib/MHCalibrationRelTimePix.[h,cc]:
3128 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
3129 into MHGausEvents as fNbins, fFirst and fLast
3130
3131 * mcalib/MHCalibrationRelTimePix.[h,cc]:
3132 - remove Renormalization to time slices. Need to think about
3133 more direct way to implement
3134
3135 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
3136 mcalib/MHCalibrationChargeCam.[h,cc],
3137 mcalib/MHCalibrationRelTimeCam.[h,cc]:
3138 - put most of the functionality into the base class MHCalibrationCam
3139 - derived classes overload the functions SetupHists, ReInitHists,
3140 FillHists, FinalizeHists and FinalizeBadPixels.
3141 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
3142 FitLoGainHists and InitHists can be used from base class.
3143
3144 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
3145 mcalib/MCalibrationRelTimePix.[h,cc]:
3146 - put most of the functionality into the base class MCalibrationPix
3147 - other two classes derive now from MCalibrationPix
3148
3149 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
3150 mcalib/MCalibrationRelTimeCam.[h,cc]:
3151 - put most of the functionality into the base class MCalibrationCam
3152 - other two classes derive now from MCalibrationCam
3153 - calls to MCalibration*Cam[i] now have to cast!
3154
3155 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
3156 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
3157 * mcalib/MCalibrationChargeCalc.cc:
3158 - cast calls to MCalibration*Cam[i]
3159
3160 * manalysis/MGeomApply.cc
3161 - add initialization MCalibrationRelTimeCam
3162 - add intialization of average pixels
3163
3164
3165
3166 2004/04/02: Abelardo Moralejo
3167
3168 * msignal/MExtractSignal3.[h,cc]
3169 - added. Alternative method for signal extraction. Uses sliding
3170 window from event to event, but a common window for all pixels
3171 in an event.
3172
3173 * msignal/Makefile, SignalLinkDef.h
3174 - added MExtractSignal3.
3175
3176
3177
3178 2004/04/02: Markus Gaug
3179
3180 * mbadpixels/MBadPixelsPix.h
3181 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
3182 enum
3183
3184 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
3185 mcalib/Makefile, mcalib/CalibLinkDef.h:
3186 - two new base classes for general calibration storage containers,
3187 contain average pixel storage functionality
3188
3189 * mcalib/MCalibrationRelTimeCam.[h,cc],
3190 mcalib/MCalibrationRelTimePix.[h,cc]:
3191 - new storage container for the rel. time calibration results, derive
3192 from MCalibrationPix, MCalibrationCam
3193
3194
3195
3196 2004/04/01: Markus Gaug
3197
3198 * msignal/MArrivalTimeCalc.[h,cc]
3199 - set fSaturationLimit as a variable with default (instead of 0xff)
3200
3201 * mcalib/MHCalibrationChargeCam.[h,cc]
3202 mcalib/MCalibrationChargeCam.[h,cc]
3203 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
3204 - add average pixels per sector
3205
3206 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
3207 mcalib/MHCalibrationRelTimePix.[h,cc]:
3208 - moved BypassFit() function to MHGausEvents
3209
3210 * mcalib/MHCalibrationChargeCam.[h,cc]:
3211 - updated and enlarged documentation
3212 - derives now from mcalib/MHCalibrationCam
3213
3214 * mcalib/MCalibrationChargePix.[h,cc]:
3215 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
3216
3217 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3218 - new base class for all MHCalibration*Cam object, contains the average
3219 pixel functionality
3220
3221
3222
3223 2004/03/31: Markus Gaug
3224
3225 * mcalib/MHCalibrationChargeCam.[h,cc],
3226 mcalib/MCalibrationChargeCam.[h,cc],
3227 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
3228 - make the average pixel independent on camera geometry, i.e.
3229 one average pixel per MGeomPix::Aidx
3230
3231
3232
3233 2004/03/31: Abelardo Moralejo
3234
3235 * mmc/MMcConfigRunHeader.[h,cc]
3236 - updated to current version (3) in camera program. Added member
3237 fLightCollectionFactorOuter so that we can store the data on
3238 the simulatedlight collection efficiency (light guides +
3239 plexiglas +...) as a function of incidence angle for outer and
3240 inner pixels independently. Added getters for this information
3241 on light collection efficiency.
3242
3243
3244
3245 2004/03/30: Markus Gaug
3246
3247 * mcalib/MHGausEvents.[h,cc],
3248 mcalib/MHCalibrationChargePix.[h,cc],
3249 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
3250 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3251 mcalib/MHCalibrationChargeBlindPix.[h,cc],
3252 mcalib/MHCalibrationChargePINDiode.[h,cc],
3253 mcalib/MHCalibrationRelTimeCam.[h,cc],
3254 mcalib/MHCalibrationRelTimePix.[h,cc],
3255 mcalib/MHPedestalPix.[h,cc],
3256 mcalib/MHPedestalCam.[h,cc]:
3257 - updated and enlarged documentation
3258
3259
3260
3261 2004/03/30: Abelardo Moralejo
3262
3263 * mmc/MMcFadcHeader.hxx
3264 - updated to current version (4) in camera program.
3265
3266
3267
3268 2004/03/29: Markus Gaug
3269
3270 * manalysis/MSourcePosFromStarPos.cc
3271 - replaced fabs(ival) by TMath::Abs(ival)
3272
3273 * mbadpixels/MBadPixelsPix.h
3274 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
3275
3276 * mbadpixels/MBadPixelsPix.cc
3277 - put some documentation in the header
3278
3279 * mcalib/MHCalibrationChargeCam.cc
3280 mcalib/MCalibrationChargeCam.cc
3281 mbadpixels/MBadPixelsCam.cc
3282 - adopt to new style in MBadPixelsPix.h
3283
3284 * mcalib/MCalibrationChargeCalc.[h,cc]
3285 mcalib/MCalibrationChargePix.[h,cc]
3286 - move consistency checks from Pix to Calc
3287
3288 * mcalib/MHGausEvents.[h,cc]
3289 - fixed axes for event and fourier spectrum Draw
3290
3291 * mcalib/MHCalibrationChargePix.[h,cc]
3292 mcalib/MHCalibrationChargeCam.[h,cc]
3293 - moved definition of pulser frequency to MHCalibrationChargeCam
3294
3295
3296
3297 2004/03/24: Thomas Bretz
3298
3299 * mbase/MMath.cc:
3300 - now SignificanceLiMa returns 0 in case sum==0
3301
3302
3303
3304 2004/03/23: Thomas Bretz
3305
3306 * mbase/MContinue.cc, mhbase/MH.cc:
3307 - changed a warning message to an inf-message
3308
3309 * mfileio/MReadTree.cc:
3310 - added an additional logging message when adding files to a
3311 chain successfully.
3312
3313 * mbase/MProgressBar.cc:
3314 - fixed initial size
3315
3316 * mastro/MAstro.[h,cc]:
3317 - changed the code for the rotation angle back to its original
3318 shape. The definition I tried to introduced was already
3319 correctly implemented (assuming that sin is the x-component
3320 of the vector I had it wrong in my mind twice, using
3321 atan2(y,x) everywhere I did recognize it...)
3322
3323 * mreport/MReport.cc:
3324 - fixed a bug which caused a crash when the time is not valid
3325
3326 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
3327 - fixed: v.Roatete() must be v=v.Rotate()
3328 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
3329 or MObservatory (leaving out the corresponding translations)
3330
3331
3332
3333 2004/03/22: Markus Gaug
3334
3335 * mfileio/Makefile, mimage/Makefile
3336 - mpointing included
3337
3338
3339
3340 2004/03/22: Thomas Bretz
3341
3342 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
3343 - added
3344
3345 * mastro/MAstro.[h,cc]:
3346 - added code to calculate rotationangle previously in MObservatory
3347 - changed definition of rotation angle such, that it is now
3348 180deg if Ra and Az grid is parallel
3349
3350 * mastro/MAstroCatalog.[h,cc]:
3351 - fixes and enhancements to the display (such as misscalculated
3352 number of grid lines, title display, etc)
3353 - enhancements to the output
3354 - generalized creation of grid - for further usage
3355
3356 * mastro/MAstroSky2Local.[h,cc]:
3357 - replaced calculation of rotation angle by the function in
3358 MAstro
3359
3360 * mastro/MObservatory.[h,cc]:
3361 - small changes to Print output
3362 - moved code for calculation of rotation angle to MAstro
3363
3364 * mbase/MEvtLoop.cc:
3365 - do not output number of events per second if no events processed
3366
3367 * mbase/MParList.cc:
3368 - updated some comments
3369
3370 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
3371 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
3372 mreport/MReportFileRead.cc:
3373 - output error string if file cannot be opened
3374
3375 * mfileio/MReadTree.cc:
3376 - output name of chain which is scanned
3377
3378 * mimage/MConcentration.cc:
3379 - replaced loop by iterator
3380 - removed obsolete (unused) variables
3381
3382 * mimage/MHNewImagePar.[h,cc]:
3383 - fixed display colors
3384
3385 * mpointing/MPointingPos.[h,cc]:
3386 - added member function to calculate rotation angle
3387 - added comments
3388
3389 * mpointing/Makefile:
3390 - added include MAstro
3391
3392 * manalysis/MSrcPosCam.[h,cc]:
3393 - moved to mpointing
3394
3395 * mpointing/MSrcPosCalc.[h,cc]:
3396 - added: Derotates a star in the camera into MSrcPosCam
3397
3398 * mpointing/Makefile, mpointing/PointingLinkDef.h:
3399 - added MSrcPosCam
3400 - added MSrcPosCalc
3401
3402 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3403 - removed MSrcPosCam
3404
3405 * mmain/Makefile:
3406 - added include for mpointing
3407
3408 * manalysis/AnalysisIncl.h:
3409 - removed TVector2
3410
3411 * mbase/MParContainer.h:
3412 - added new abstract virtual member function SetVariables
3413 (to be used in fits)
3414 - addeed some text to class description
3415
3416 * mdata/MData.cc:
3417 - added comment
3418
3419 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
3420 mdata/MDataList.[h,cc], mdata/MDataMember.h,
3421 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
3422 - added SetVariables
3423
3424 * mdata/MDataChain.[h,cc]:
3425 - added support for indexed variables [i]
3426 - added SetVariables
3427
3428 * mdata/MDataValue.[h,cc]:
3429 - added support for variable values (through SetVariables)
3430 - added support for an index
3431 - added SetVariables
3432
3433 * mfbase/MF.[h,cc]:
3434 - removed support for {}. This case is now detected
3435 automatically
3436 - added SetVariables
3437 - added support for expressiond like
3438 "MHillas.fLength<2*MHillas.fWidth"
3439
3440 * mfbase/MFDataChain.[h,cc]:
3441 - added fCond data member
3442 - addednew constructor to support fCond
3443 - added support for new condition type
3444 - adapted Print and GetRule
3445
3446 * mimage/MNewImagePar.[h,cc]:
3447 - added some comments
3448
3449 * mhist/MHStarMap.[h,cc]:
3450 - fixed to use the correct MPointingPos instead of the
3451 deprecated MMcEvt. Use MPointingPosCalc to copy the
3452 pointing position from MMcEvt to MPointingPos
3453
3454 * mbase/MMath.[h,cc]:
3455 - added, which currently only implements calculation of
3456 significance and Li/Ma significance
3457
3458 * mbase/Makefile, mbase/BaseLinkDef.h:
3459 - added MMath
3460
3461
3462
3463 2004/03/19: Markus Gaug
3464
3465 * mcalib/MHCalibrationChargePix.cc
3466 - added some style to the default Draw in order to see the
3467 label and axis titles better
3468
3469 * mcalib/MHCalibrationChargeCam.[h,cc]
3470 - store and display more information on the average pxiels
3471
3472 * mcalib/MCalibrationCam.cc
3473 - the GetPixelContent flag were not correct any more, fixed them
3474
3475 * macros/calibration.C
3476 - fixed GetPixelContent flags
3477 - draw radial profile of the variables
3478
3479 * mjobs/MJCalibration.cc
3480 - fixed GetPixelContent flags
3481 - introduced RadialProfile for some displays
3482 - removed some not so important displays
3483
3484 * manalysis/MGeomApply.cc
3485 - included MCalibrationQECam to be initialized
3486
3487 * mcalib/MCalibrationChargePix.[h,cc],
3488 mcalib/MCalibrationQEPix.[h,cc]:
3489 - replace DefinePixId by SetPixId
3490
3491 * mcalib/MCalibrationChargeCalc.[h,cc]
3492 - added MCalibrationQECam
3493 - cleaned the code up a little
3494 - give more information at the end
3495
3496 * mcalib/MCalibrationChargePix.[h,cc]
3497 - took out fNumLoGainSampels whihc is not needed any more because
3498 conversion is only done in the getters
3499 - Canceled function ApplyLoGainConversion (for same reason)
3500
3501 * msignal/MExtractSignal2.cc
3502 - remove uncommented piece of code
3503
3504 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
3505 - remove warning about pixel with low gain saturation,
3506 now in MBadPixelsPix
3507
3508 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
3509 - added new flag: kDeviatingNumPhes
3510
3511 * mcalib/MCalibrationChargePix.cc
3512 - check for mean arr. time in last bin replaced by check in last
3513 two bins
3514
3515 * mcalib/MCalibrationChargePix.[h,cc],
3516 mcalib/MCalibrationChargeCam.cc,
3517 mcalib/MHCalibrationChargeCam.cc:
3518 - removed flag kHiGainFitted, kLoGainFitted, since they are
3519 available from MBadPixelsPix
3520
3521 * macros/calibration.C, macros/calibrate_data.C
3522 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
3523 corrected them
3524
3525
3526
3527 2004/03/18: Raquel de los Reyes
3528
3529 * macros/DAQDataCheck.C
3530 - macro to check the data from the DAQ system (.raw files).
3531
3532
3533
3534 2004/03/18: Thomas Bretz
3535
3536 * manalysis/AnalysisIncl.h:
3537 - added TVector2
3538
3539 * manalysis/MSrcPosCam.[h,cc]:
3540 - added Getter/Setter using TVector2
3541
3542 * mhbase/MH.cc:
3543 - fixed GetMinimumGT for TH2 and TH3
3544
3545 * mpointing/MPointingPos.h:
3546 - added Getter/Setter for Ra/Dec
3547
3548 * mpointing/MPointingPosCalc.cc:
3549 - fill Ra/Dec into MPointingPos
3550
3551
3552
3553 2004/03/18: Markus Gaug
3554
3555 * mgeom/MGeomCam.[h,cc]
3556 - replace fMaxRadius by a TArrayF of pixel area types
3557 - new TArrayF fMinRadius of each pixel area type
3558 - backward compatibility should be given,
3559 call to GetMaxRadius() returns the value for the whole camera
3560 (which corresponds to the previous value for the Magic camera)
3561
3562 * mimage/MConcentration.cc
3563 - fixed on flog to fLog in order to compile
3564
3565
3566
3567 2004/03/17: Thomas Bretz
3568
3569 * mastro/MAstroCatalog.[h,cc]:
3570 - some simplifications and changes
3571
3572 * mastro/MAstroCatalog.[h,cc]:
3573 - some simplifications and changes
3574
3575 * mastro/MAstroSky2Local.[h,cc]:
3576 - rotation matrix from sky to local coordinates
3577 - added
3578
3579 * mastro/Makefile, mastro/AstroLinkDef.h:
3580 - MAstroSky2Local added
3581
3582 * mraw/MRawEvtPixelIter.cc:
3583 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
3584 accelerated and fixed (the first slice was compared to itself
3585 and the last slice was not taken into account)
3586
3587 * manalysis/MCerPhotAnal2.cc:
3588 - fixed a bug in the new treatment of lo-gains
3589
3590 * mhvstime/MHPixVsTime.cc:
3591 - fixed missing initialization of fTypeErr in constructor
3592
3593 * mimage/MHillas.[h,cc]:
3594 - implemented member function which returns MeanX/Y as TVector2
3595
3596 * mimage/ImageIncl.h:
3597 - added TVector2
3598
3599 * manalysis/MCerPhotEvt.[h,cc]:
3600 - fixed a bug in AddPixels which - in some special circumstances -
3601 cutted pixels with high pixel indices
3602
3603
3604
3605 2004/03/17: Antonio Stamerra
3606
3607 * macros/datatrigcheck.C
3608 - added macro for time and trigger data-checking
3609
3610
3611
3612 2004/03/17: Abelardo Moralejo
3613
3614 * manalysis/MSourcePosfromStarPos.cc
3615 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
3616 compile.
3617
3618 * macros/starmc.C
3619 - added parameter accepted_fraction to select fraction of events
3620 to be processed (useful to make smaller outputs).
3621
3622
3623
3624 2004/03/17: Wolfgang Wittek
3625
3626 * manalysis/MSigmabar.[h,cc]
3627 - correct calculation of sector, which was wrong
3628
3629
3630
3631 2004/03/16: Markus Gaug
3632
3633 * mhist/MHCamera.[h,cc]
3634 - added function RadialProfile which returns a TProfile of the
3635 value along the radius from the camera center
3636
3637
3638
3639 2004/03/16: Oscar Blanch Bigas
3640
3641 * mimage/MConcentration.[h,cc]
3642 - new class for Concentration stuff.
3643 - It computes and stores Concentration 1-8
3644
3645 * mimage/MNewImagePar.[h,cc]
3646 - New Concentration stuff is moved to MConcentration.
3647
3648 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
3649 - Modifications needed to support and compile new
3650 MConcentration class.
3651
3652
3653
3654 2004/03/16: Thomas Bretz
3655
3656 * mjobs/MJ*.[h,cc]
3657 - removed some obsolete comments
3658 - removed projections from Directory (SetDirectory(0))
3659
3660
3661
3662 2004/03/16: Wolfgang Wittek
3663
3664 * manalysis/MSigmabar.[h,cc]
3665 - calculate sigmabar as mean of individual pedestalRMS
3666 instead of sqrt of mean pedestalRMS^2
3667
3668
3669
3670 2004/03/16: Oscar Blanch
3671
3672 * mimage/MNewImagePar.[h,cc]
3673 - New variables members added: fInnerSize, fInnerLeakage[1,2],
3674 fConc[3-8].
3675 - It is only ready for Magic Camera geometry. It has to be done
3676 MGeomCam base.
3677 - The version ahs not been updated since it was done on the
3678 2004/03/10 by Abelardo.
3679
3680
3681
3682 2004/03/15: Markus Gaug
3683
3684 * mcalib/MCalibrationChargePix.[h,cc],
3685 mcalib/MCalibrationChargeCam.[h,cc],
3686 mcalib/MCalibrationChargeCalc.cc:
3687 - conversion from hi- to logain now not applied until the value is
3688 exported outside the class. This is necessary for the error
3689 propagation in the F-Factor method: In the calculation of the
3690 number of Phe, the conversion factors cancel out and do not
3691 enlarge the errors
3692 - pixels with number of phe's outside the range defined by
3693 fPheFFactorRelErrLimit are not any more declared as:
3694 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
3695 but instead as:
3696 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
3697 Like this, everybody is allowed to calibrate pixels which give
3698 no reasonable results in the calibration without bothering that
3699 too many pixels fall out. Enjoy!
3700 - In that procedure, the classes passed _internally_ from calculation
3701 of sigmas to calculation of variances which saves all the useless
3702 square rooting.
3703 - took out pointers to MCalibrationChargeBlindPix and
3704 MCalibrationChargePINDiode in MCalibrationChargeCam.
3705
3706
3707
3708 2004/03/15: Abelardo Moralejo
3709
3710 * mmc/MMcEvt.hxx
3711 - added getter function for fZFirstInteraction
3712
3713
3714
3715 2004/03/15: Wolfgang Wittek
3716
3717 * mastro/MObservatory.[h,cc]
3718 - remove bugs in RotationAngle(theta, phi, sin, cos)
3719 replaced
3720 cos = sinl + cosl*cosp /denom;
3721 by
3722 cos = (sinl - cosl*cosp) /denom;
3723
3724
3725
3726 2004/03/15: Thomas Bretz
3727
3728 * mastro/MObservatory.[h,cc]:
3729 - implemented RotationAngle(ra, dec, time)
3730
3731 * mbase/MTask.[h,cc]:
3732 - implemented usage of a TStopwatch to retriev time consumtion
3733 informations
3734 - changed PrintStatistics not to print classes having no
3735 Process() function
3736
3737 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
3738 - changed PrintStatistics according to changes in MTask
3739
3740 * mraw/MRawEvtHeader.cc:
3741 - added a comment to Fill member function
3742
3743 * manalysis/MCerPhotEvt.[h,cc]:
3744 - added fLut.Set to FixSize and resize fLut by a factor of 2
3745 instead of +1 which acelerates creation of all pixels a lot
3746
3747 * mbadpixels/MBadPixelsPix.cc:
3748 - fixed a typo
3749
3750 * mfilter/MFSoftwareTrigger.cc:
3751 - made statistics output meaning independant of usage of filter!
3752
3753 * mhbase/MFill.[h,cc]:
3754 - added possibility to give tab a different name
3755
3756 * mhist/MHCamera.cc:
3757 - fixed a bug when determin scale for same-option
3758
3759 * mjobs/MJCalibration.cc:
3760 - changed tab names for MFillH
3761
3762 * mjobs/MJExtactSignal.cc:
3763 - added MRawEvtHeader to output
3764
3765 * mbase/MStatusDisplay.[h,cc]:
3766 - changed displayed year
3767 - read and store MStatusArray to and from files
3768
3769 * mfileio/MReadTree.cc:
3770 - enhanced output
3771
3772 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
3773 - added preliminary mode to display F1/F2/F3-files
3774
3775 * mbase/MStatusArray.[h,cc]:
3776 - added
3777
3778 * mbase/Makefile, mbase/BaseLinkDef.h:
3779 - added MStatusArray
3780
3781 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
3782 - improved drawing MHCamera with 'same' option
3783
3784
3785
3786 2004/03/13: Markus Gaug
3787
3788 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
3789 mcalib/MCalibrationChargePix.[h,cc],
3790 mcalib/MHCalibrationChargeCam.cc,
3791 mcalib/MHCalibrationChargeLoGainPix.cc:
3792 - fixed Low Gain calibration
3793
3794 * mcalib/MHGausEvents.cc:
3795 - changed default fit prob. limit from 0.005 to 0.001
3796
3797 * mbadpixels/MBadPixelsPix.h :
3798 - IsCalibrationResultOK does not ask for FitOK any more
3799
3800 * mcalib/MHCalibrationChargeCam.cc:
3801 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
3802
3803 * mraw/MRawEvtPixelIter.[h,cc]:
3804 - function GetIdxMaxLoGainSamples can be called optionally with
3805 offset (because first "loGain" samples are often in reality
3806 hiGain with high values.
3807
3808
3809
3810 2004/03/12: Sebastian Raducci
3811
3812 * manalysis/Makefile
3813 - added mastro in the include directories
3814
3815
3816
3817 2004/03/12: Thomas Bretz
3818
3819 * merpp.cc:
3820 - added 'force' option
3821
3822 * manalysis/MCerPhotAnal2.cc:
3823 - extract pedestal and pedestal rms from lo-gain if hi-gain not
3824 above a certain athreshold
3825
3826 * mastro/MAstroCatalog.[h,c]:
3827 - added text argument to DrawStar
3828
3829 * mbase/MStatusDisplay.cc:
3830 - some small changes to output of SaveAsPS
3831
3832 * mfilter/MFCosmics.cc:
3833 - changed output of filter statistics
3834
3835 * mbadpixels/MBadPixelsTreat.[h,cc]:
3836 - fixed some problems with the code - now it should work like
3837 expected
3838 - added a new member function to be able to change the number
3839 of required neighbors
3840
3841
3842
3843 2004/03/12: Wolfgang Wittek
3844
3845 * manalysis/Makefile
3846 - include 'mastro'
3847
3848 * manalysis/MSourcePosfromStarPos.[h,cc]
3849 - include MObservatory.h
3850 - call member function Rotationangle() of MObservatory
3851
3852
3853
3854 2004/03/12: Markus Gaug
3855
3856 * mjobs/MJCalibration.cc
3857 - updated call in displays to the corr. Cams.
3858
3859 * macros/calibrate_data.C
3860 - macro to study calibrate and study data used in Munich and IFAE
3861
3862
3863
3864 2004/03/12: Antonio Stamerra
3865
3866 * mraw/MRawEvtHeader.[h,cc]
3867 - Added the method GetTriggerID() to decode the trigger pattern.
3868
3869
3870
3871 2004/03/11: Abelardo Moralejo
3872
3873 * mimage/MHillasCalc.cc
3874 - Added some printout in PostProcess, to better express the reasons
3875 for which the reconstruction of some events did not succeed.
3876
3877
3878
3879 2004/03/11: Thomas Bretz
3880
3881 * status.cc:
3882 - updated
3883
3884 * manalysis/MCerPhotAnal2.cc:
3885 - removed an obsolete debug output
3886
3887 * mhist/MHCamera.[h,cc]:
3888 - added same-option to camera display
3889
3890 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
3891 - implemented functionality of MBlindPixelsCalc2
3892
3893 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
3894 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
3895 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
3896 - replaced several Set/GetUnsuitable* by a single member function
3897
3898
3899
3900 2004/03/11: Markus Gaug
3901
3902 * mbadpixels/MBadPixelsPix.h
3903 - removed bits about validity of calibration methods
3904 - IsCalibrationResultOK asks also from IsSuitableRun
3905
3906 * mbadpixels/MBadPixelsCam.cc
3907 - updated GetPixelContent
3908 - added Print function
3909
3910 * mcalib/MCalibrationChargeCam.[h,cc]
3911 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
3912 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
3913 - use two loops over pixels in order to determine mean flux of phe;s to
3914 discard pixels far outside the normal distribution
3915
3916 * mcalib/MCalibrate.cc
3917 - added case that no MBadPixelsCam is available.
3918
3919 * mcalib/MHCalibrationChargeCam.cc
3920 - adapted to new MBadPixelsPix::SetUnsuitable function
3921
3922
3923 2004/03/10: Abelardo Moralejo
3924
3925 * manalysis/MCerPhotPix.[h,cc]
3926 - Added member fIsHGSaturated, and setter/getter functions.
3927 Updated class version to 4.
3928
3929 * mcalib/MCalibrate.cc, MCalibrateData.cc
3930 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
3931 slices saturate.
3932
3933 * mimage/MNewImagePar.[h,cc]
3934 - Added member fNumHGSaturatedPixels to count the number of pixels
3935 in which high gain saturates. Added getter funciton for it.
3936 Updated class version to 3.
3937
3938
3939
3940 2004/03/10: Markus Gaug
3941
3942 * mcalib/MCalibrationChargeCalc.cc,
3943 mcalib/MCalibrationChargePix.[h,cc],
3944 mcalib/MCalibrationChargeCam.[h,cc]:
3945 - calculation of conversion factor with F-Factor method from
3946 same mean number of photons, derived from weighted mean number
3947 of photo-electrons from inner and outer pixels, respectively
3948
3949 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
3950 - fixed the projections (did only display inner pixels up to now)
3951
3952 * macros/calibration.C
3953 - small bug fixed in display of rel. arrival times
3954 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
3955
3956 * mbadpixels/MBadPixelsCam.cc
3957 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
3958 to program when reading from an ascii-file.
3959
3960 * mbadpixels/MBadPixelsCalc.cc
3961 - replaced one SetUnsuitableRun(....) by the new version without
3962 argument.
3963
3964
3965
3966 2004/03/10: Thomas Bretz
3967
3968 * mfilter/MFSoftwareTrigger.[h,cc]:
3969 - changed to support also a predifined number of NN
3970
3971 * mastro/MAstroCatalog.[h,cc]:
3972 - many enhancements
3973 - many speed improvements
3974
3975 * mbadpixels/MBadPixelsPix.[h,cc]:
3976 - fixed
3977
3978
3979
3980 2004/03/10: Ester Aliu
3981
3982 * mtemp/MIslands.[h,cc]
3983 - New MParContainer to hold information about islands
3984 (number of islands, pixels in each Island, Signal/Noise of
3985 each Island).
3986
3987 * mtemp/MIslandCalc.[h,cc]
3988 - New MTask to count and characterize Islands.
3989
3990
3991
3992 2004/03/09: Thomas Bretz
3993
3994 * Makefile.rules:
3995 - replaced *.o by $(...) for building archives
3996
3997 * mjobs/MJCalibration.cc:
3998 - exchanged apply and merge task
3999
4000 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
4001 - fixed some const-qualifiers
4002
4003 * mcalib/MHCalibrationChargeBlindPix.cc,
4004 mcalib/MHCalibrationChargeCam.cc,
4005 mcalib/MHCalibrationChargePINDiode.cc
4006 - removed some obsolete output when calling FindCreateObj
4007 - changed some 'not found' output messages to be 'Mars-compliant'
4008 - replaced some gLog by *fLog
4009
4010
4011
4012 2004/03/08: Markus Gaug
4013
4014 * mbadpixels/MBadPixelsPix.h
4015 - small modifications for better readability
4016 - remove Getters for calibration methods
4017 - added flag "UnReliableRun" in fInfo[0]
4018
4019 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
4020 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
4021 calibration does not succeed.
4022
4023 * mcalib/MCalibrationChargeCam.cc
4024 - displaying saturation also for not-valid pixels in GetPixelContent
4025
4026 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
4027 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
4028 mcalib/MCalibrationChargeCalc.[h,cc]:
4029 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
4030 This because MExtractSignal2 set the whole window which was much
4031 bigger than the actually used one. This bug is now removed.
4032
4033
4034
4035 2004/03/08: Thomas Bretz
4036
4037 * merpp.cc:
4038 - fixed a bug in the screen output
4039
4040 * mgeom/MGeomMirror.cc:
4041 - added comment
4042
4043 * mmc/MMcConfigRunHeader.h:
4044 - added member function GetMirrors
4045
4046
4047
4048 2004/03/08: Abelardo Moralejo
4049
4050 * macros/starmc.C, starmcstereo.C, mccalibrate.C
4051 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
4052 added for each telescope to the parameter list.
4053
4054 * mmain/MEventDisplay.cc, Makefile
4055 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
4056 Necessary due to changes in MCalibrate.
4057
4058
4059
4060 2004/03/06: Markus Gaug
4061
4062 * macros/calibration.C
4063 - adapted call to MHCamera::ProjectionS to the new version
4064
4065 * mcalib/Makefile
4066 - include directory mbadpixels
4067
4068 * manalysis/Makefile
4069 - include directory mbadpixels
4070
4071 * mcalib/MCalibrationChargeCalc.[h,cc]
4072 - include MBadPixelsCam
4073 - remove exclusion of pixels from ascii-file
4074 (now accessible from MBadPixelsCam)
4075
4076 * mcalib/MCalibrationChargePix.[h,cc]
4077 - include MBadPixelsCam
4078
4079 * mcalib/MCalibrationChargeCam.[h,cc]
4080 - include MBadPixelsCam
4081
4082 * mcalib/MHCalibrationChargeCam.[h,cc]
4083 - include MBadPixelsCam
4084 - include one additional MBadPixelsPix for the average inner and
4085 outer pixel, respectively
4086
4087 * mcalib/MHCalibrationChargePix.[h,cc]
4088 - make fSaturated and fPickup a Float_t (for average pixel)
4089
4090 * mbadpixels/MBadPixelsPix.h
4091 - include the CalibrationType_t infos
4092 - exchange "SetUnsuitable" by "SetUnsuitableRun"
4093
4094 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
4095 - exchange "SetUnsuitable" by "SetUnsuitableRun"
4096
4097 * mbadpixels/MBadPixelsCalc.cc:
4098 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
4099
4100 * manalysis/MGeomApply.cc
4101 - remove obsolete MArrivalTime
4102 - add MBadPixelsCam
4103
4104 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
4105 - implemented calls to MBadPixelsCam
4106
4107 * macros/calibration.C, macros/bootcampstandardanalysis.C,
4108 macros/pedphotcalc.C
4109 - implemented calls to MBadPixelsCam
4110
4111 * mjobs/MJCalibration.cc
4112 - call to MBadPixelsCam
4113
4114
4115
4116 2004/03/05: Nadia Tonello
4117
4118 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
4119 manalysis/Makefile
4120 - Temporary class added (will be included in mbadpixels/ soon)
4121 - All the functions of MBlindPixelCalc are kept(with small improvements)
4122 - New function added: SetCheckPedestalRms
4123
4124 * manalysis/MCerPhotPix.h
4125 - Status Unmapped added (not include the pixel in the cleaned image)
4126
4127 * mimage/MImgCleanStd.cc
4128 - Checks for Unmapped status added
4129
4130 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
4131 - include <stdlib.h> to solve compilation error
4132
4133
4134
4135 2004/03/05: Sebastian Raducci
4136
4137 * msignal/MArrivalTimeCalc.cc
4138 - fixed a little bug (exchanged a - with a + in the Calc() method)
4139
4140
4141
4142 2004/03/05: Markus Gaug
4143
4144 * mcalib/MCalibraitonChargeCalc.cc
4145 - remove some runheader line:
4146 if (runheader->IsMonteCarloRun())
4147 return kTRUE;
4148 which gave always true since this week, don't know why.
4149 - added some information in class description
4150
4151
4152
4153 2004/03/04: Sebastian Raducci
4154
4155 * msignal/MArrivalTimeCalc.cc
4156 - fixed a memory leak (the spline was not deleted...)
4157
4158
4159
4160 2004/03/04: Thomas Bretz
4161
4162 * mgeom/MGeomCam.[h,cc]:
4163 - added new data member fNumAreas
4164 - added new function CalcNumAreas
4165 - increased class version to 3
4166
4167 * mgeom/MGeomCamMagic.cc:
4168 - added setting of area index
4169
4170 * mgeom/MGeomPix.[h,cc]:
4171 - added fAidx data member
4172 - added getter function fAidx
4173 - increased class version to 3
4174
4175 * macros/sectorvstime.C:
4176 - added example of how to plot the evolution of a sector vs time
4177
4178 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
4179 - moved to mhvstime
4180
4181 * mhvstime/MHSectorVsTime.[h,cc]:
4182 - added
4183
4184 * Makefile:
4185 - added mhvstime
4186
4187 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
4188 mhvstime/HVsTimeIncl.h:
4189 - added
4190
4191 * mhist/Makefile, mhist/HistLinkDef.h,
4192 - removed MHVsTime
4193 - removed MHPixVsTime
4194
4195 * macros/rootlogon.C, macros/dohtml.C:
4196 - added new directory mhvstime
4197
4198 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
4199 - changes such, that it doesn't crash if signal has no lo-gain
4200 (This might still give wrong results!)
4201
4202 * macros/dohtml.C:
4203 - added pixvstime.C
4204 - added sectorvstime.C
4205
4206 * manalysis/MMcCalibrationUpdate.cc:
4207 - some changes on file consistency check done by Abelardo,
4208 he may comment on it
4209
4210 * mhist/MHCamera.[h,cc]:
4211 - changed to support also dividing the camera in pixels area indices
4212
4213 * mhist/MHEvent.cc:
4214 - minor change
4215
4216 * mjobs/MJPedestal.cc:
4217 - adapted to changes in MHCamera
4218
4219 * mastro/MAstroCatalog.[h,cc]:
4220 - added preliminary catalog
4221
4222 * mastro/Makefile, mastro/AstroLinkDef.h:
4223 - added MAstroCatalog
4224
4225
4226
4227 2004/03/03: Thomas Bretz
4228
4229 * mgeom/MGeomCam.cc:
4230 - give a name and title also if the default constructor is used
4231
4232 * mgeom/MGeomMirror.[h,cc]:
4233 - added member function GetReflection
4234 - added persistent data member fReflector
4235
4236 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
4237 - fixed a typo in the output
4238
4239 * mraw/MRawFileWrite.cc:
4240 - added the missing '.' to MRawRunHeader. Because of the design of
4241 MReadTree this is backward compatible
4242
4243 * mraw/MRawRunHeader.h:
4244 - removed last change from Abelardo. '>255' is the correct
4245 check for MC files following the definition that all MC files
4246 have run types >255 which was made in the past.
4247
4248 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
4249 - created ReInit member function to hold all code (moved from
4250 PreProcess) accessing the run header. The run header is not
4251 available in PreProcess. That it was working before was only
4252 by chance, because the run type is initialized with 65535 which
4253 is != 255 but not >255.
4254
4255
4256
4257 2004/03/03: Sebastian Raducci
4258
4259 * msignal/MArrivalTimeCalc.cc
4260 - The calculation of the arrival times is made only when needed
4261 (when the HalfMax is over the pedestal)
4262
4263 * mtools/MCubicSpline.cc
4264 - Commented out an annoying warn
4265
4266
4267
4268 2004/03/03: Abelardo Moralejo
4269
4270 * mraw/MRawRunHeader.h
4271 - Replaced
4272 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
4273 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
4274 since the latter is the exact translation of what the function
4275 intends to do. I do not know why, but the display of real data
4276 did not work with the upper line!
4277
4278 * mgeom/MGeomCam.cc
4279 - Undid yesterday change! I do not know why, display completely
4280 fails after that change, both for old and new camera files.
4281 Put back fPixels[i] = new MGeomPix; in constructor.
4282
4283
4284
4285 2004/03/02: Abelardo Moralejo
4286
4287 * mmc/MMcCorsikaRunHeader.[h,cc]
4288 - Added operator [] to get references to the objects in
4289 TObjArray fTelescopes.
4290 - Added Print() function.
4291 - Added GetNumCT() function.
4292 - Replaced
4293 fTelescopes[i]= new MGeomCorsikaCT;
4294 by
4295 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
4296 fTelescopes.Add(dummy);
4297
4298 * mgeom/MGeomCorsikaCT.[h,cc]
4299 - Added getter functions for telescope coordinates.
4300 - Added Print() function.
4301
4302 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
4303 - Replaced
4304 fPixels[i] = new MGeomPix;
4305 by
4306 MGeomPix* dummy = new MGeomPix();
4307 fPixels.Add(dummy);
4308
4309
4310
4311 2004/03/02: Thomas Bretz
4312
4313 * mcalib/MCalibrateData.cc:
4314 - removed usage of MGeomCam (you have MGeomApply for this!)
4315
4316
4317
4318 2004/03/01: Nadia Tonello
4319
4320 * manalysis/MCerPhotEvt.cc
4321 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
4322 only if fUsedonly=kTRUE, otherwise it returns all the pixels
4323 in the array
4324
4325
4326
4327 2004/03/01: Sebastian Raducci
4328
4329 * msignal/MArrivalTimeCalc.[cc,h]
4330 - now the arrival time is at the half max of the spline:
4331 half max = (maximum - pedestal)/2
4332
4333 * mmain/MEventDisplay.cc
4334 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
4335
4336
4337
4338 2004/03/01: Wolfgang Wittek
4339
4340 * mhist/MHStarMap.[h,cc]
4341 - remove bugs
4342 - change GetRotationAngle() such that it can be called from outside
4343
4344
4345
4346 2004/03/01: Thomas Bretz
4347
4348 * Makefile:
4349 - enhanced all calls to subsequent makes by '-f Makefile' to
4350 make sure the correct Makefile is called
4351
4352 * merpp.cc:
4353 - enhanced interpretation of time
4354 - fixed a bug in determin the file-type
4355
4356 * mbase/MTime.[h,cc]:
4357 - added GetGmst() member function
4358
4359 * mastro/MAstro.[h,cc]:
4360 - added Coordinate2Angle
4361 - added AngularDistance
4362 - implemented UT2GMST
4363 - replaced defined by TMath::Pi()
4364
4365 * mastro/MObservatory.[h,cc]:
4366 - added data members for sin-/cos-component of latitude
4367 - added calculation of rotation angle
4368
4369 * mhist/MHStarMap.[h,cc]:
4370 - changes to use MObservatory member function
4371
4372 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
4373 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
4374 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
4375 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
4376 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
4377 - changed to use IsMonteCarloRun() now
4378
4379 * manalysis/MMcCalibrationUpdate.cc:
4380 - unified output to log-stream
4381 - replaced sqrt by TMath::Sqrt
4382
4383 * mcalib/MCalibrationChargeCalc.cc:
4384 - unified output to log-stream
4385 - removed .Data() from TString where obsolete
4386 - fixed memory leak using gSystem->ExpandPathName
4387
4388 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
4389 - adde class name to used kRT*/kTT* enums
4390
4391 * mraw/MRawEvtHeader.h:
4392 - made enum data member of class
4393
4394 * mraw/MRawRunHeader.[h,cc]:
4395 - made kMagicNumber and kMaxFormatVersion a static data
4396 member of the class
4397 - added IsMonteCarloRun member function
4398
4399
4400
4401 2004/02/27: Markus Gaug
4402
4403 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
4404 - put in call to MHCamera::Projection the name of the calling
4405 class, otherwise the projected hsitogram will be overwritten by
4406 an empyt one.
4407
4408 * mcalib/MHCalibrationChargePix.[h,cc],
4409 mcalib/MHCalibrationHiGainChargePix.[h,cc],
4410 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
4411 - histogram name setting and title setting moved to constructor,
4412 Functions Init and ChangeHistId derive directly from
4413 MHcalibrationChargePix
4414
4415 * mcalib/MHCalibrationChargeCam.[h,cc],
4416 mcalib/MCalibrationChargeCam.[h,cc],
4417 mcalib/MCalibrationChargeCalc.[h,cc]:
4418 - introduced "average inner" and "average outer" higain and logain
4419 pixels.
4420
4421
4422
4423 2004/02/27: Raducci Sebastian
4424
4425 * mhist/Makefile
4426 - added mastro in the include list
4427
4428
4429
4430 2004/02/27: Abelardo Moralejo
4431
4432 * mmain/MEventDisplay.cc
4433 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
4434 - Updated display of MC data: removed MCerPhotCalc, and replaced
4435 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
4436 MPedPhotCam is filled and all the camera display tabs are shown
4437 correctly (most were not working for MC events since a while
4438 ago).
4439
4440 * mmain/Makefile
4441 - Added mcalib to list of include directories.
4442
4443 * manalysis/MMcCalibrationUpdate.[h,cc]
4444 - Added member variable Bool_t fOuterPixelsScaling, which is
4445 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
4446 such that MCerPhotEvt will later be filled with the signal as it
4447 is, not corrected for the (possibly) different gain of the outer
4448 pixels electronic chain. This option was necessary to allow for
4449 the change in the camera display (see above).
4450
4451 * macros/starmc.C
4452 - added (optional) division of output into two, for use as train
4453 and test samples in g/h separation studies.
4454
4455
4456
4457 2004/02/26: Hendrik Bartko
4458
4459 * macros/dohtml.C
4460 - included the path msignals/
4461
4462
4463
4464 2004/02/26: Abelardo Moralejo
4465
4466 * macros/starmcstereo.C
4467 - changed filters to divide data between train and test sample for
4468 gamma hadron separation studies. Now we use the modulus operator
4469 applied to (Corsika) event number:
4470 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
4471 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
4472 - cleaned up a bit the way the CT coordinates are fed to the task
4473 MStereoCalc.
4474 - Changed default FADC integration range (center range to adapt to
4475 new camera).
4476
4477
4478
4479 2004/02/26: Thomas Bretz
4480
4481 * mhist/MHCamera.cc:
4482 - fixed a function description
4483
4484 * mreport/MReport.cc, mreport/MReportFileRead.cc:
4485 - introduced return case -1
4486
4487 * Makefile.rules:
4488 - remove all dependancy files when calling 'rmdep'
4489
4490 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
4491 - moved ParticleId_t to MMcEvt
4492 - implemented MMcEvt::GetParticleName
4493 - implemented MMcEvt::GetEnergyStr
4494
4495 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
4496 mhist/MHEvent.cc, mhist/MHHadronness.cc,
4497 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
4498 - fixed usage of ParticleId_t
4499
4500 * msignal/Makefile:
4501 - removed obsolete includes
4502
4503 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
4504 mastro/MObservatory.[h,cc]:
4505 - added
4506
4507 * mbase/MAstro.[h,cc]:
4508 - removed
4509
4510 * mbase/Makefile, mbase/BaseLinkDef.h:
4511 - removed MAstro
4512
4513 * Makefile:
4514 - added mastro
4515 - added msql
4516 - added mfbase
4517
4518 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
4519 - removed
4520
4521 * merpp.cc:
4522 - added Sql support
4523
4524 * mraw/MRawFileRead.h:
4525 - added GetFileName
4526
4527 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
4528 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
4529 - added
4530
4531 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
4532 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
4533 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
4534 - moved to mfbase
4535
4536 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
4537 - added
4538
4539 * merpp.cc:
4540 - implemented control of gDebug (root debugging)
4541
4542 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
4543 mfileio/MWriteRootFile.[h,cc]:
4544 - implemented CheckAndWrite return value
4545
4546 * mfileio/MWriteRootFile.cc:
4547 - fixed updating already existing branches (eg concatenating report
4548 files)
4549
4550 * macros/dohtml.C, macros/rootlogon.C:
4551 - added mastro
4552 - added mfbase
4553 - added msql
4554
4555 * mraw/MRawEvtHeader.h:
4556 - implemented GetNumTrigLvl1
4557 - implemented GetNumTrigLvl2
4558
4559
4560
4561 2004/02/25: Markus Gaug
4562
4563 * mcalib/MExtractBlindPixel.[h,cc],
4564 mcalib/MExtractPINDiode.[h,cc],
4565 mcalib/MExtractedSignalBlindPixel.[h,cc],
4566 mcalib/MExtractedSignalPINDiode.[h,cc],
4567 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
4568 msignal/SignalLinkDef.h:
4569 - moved blindpixel and PINdiode extractors to msignal
4570
4571
4572 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
4573 - two new classes to hold the quantum efficieny information of the
4574 calibration
4575
4576 * msignal/MArrivalTimeCalc.[h,cc]
4577 - fill now MArrivalTimePix instead of MArrivalTime
4578
4579 * mcalib/MHCalibrationChargeCam.cc
4580 - display only valid pixels for the corr. values in GetPixelContent
4581
4582 * mcalib/MHCalibrationRelTimeCam.cc
4583 - is now filled from MArrivalTimeCam instead of MArrivalTime
4584
4585 * macros/calibration.C
4586 - divided into two macros: calibration.C using the MJPedestal
4587 standard procedure and pedestalstudies.C using the old
4588 procedures
4589
4590 * macros/pedestalstudies.C
4591 - new macro containing the first previous part of calibration.C
4592
4593 * mcalib/MCalibrationChargeBlindPix.h,
4594 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
4595 mjobs/MJCalibration.cc:
4596 - definition of PulserColot_t in MAGIC.h.
4597
4598
4599
4600 2004/02/25: Hendrik Bartko
4601
4602 * macros/rootlogon.C
4603 - set the include path also to msignals/
4604
4605 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
4606 manalysis/MExtractedSignalCam.[h,cc],
4607 manalysis/MExtractedSignalPix.[h,cc],
4608 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
4609 manalysis/MArrivalTimeCalc2.[h,cc]:
4610 - removed
4611
4612 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4613 - removed classes mentioned above
4614
4615 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
4616 msignal/MExtractedSignalCam.[h,cc],
4617 msignal/MExtractedSignalPix.[h,cc],
4618 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
4619 msignal/MArrivalTimeCalc2.[h,cc]:
4620 - added
4621
4622 * msignal/Makefile, msignal/AnalysisLinkDef.h:
4623 - added classes mentioned above
4624
4625 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
4626 - added include msignal
4627
4628
4629
4630
4631 2004/02/25: Wolfgang Wittek
4632
4633 * mcalib/MCalibrateData.[h,cc]
4634 - initialize size for MPedPhotCam
4635
4636
4637
4638 2004/02/24: Wolfgang Wittek
4639
4640 * manalysis/MSourcPosfromStarPos.[h,cc]
4641 - change member function SetSourceAndStarPosition() to expect sky
4642 coordinates in the standard units
4643 - generalize to more than 1 star
4644 - the class is not yet fully tested
4645
4646 * mfilter/MFSelBasic.[h,cc]
4647 - change default values of cuts
4648
4649
4650
4651 2004/02/24: Markus Gaug
4652
4653 * mjobs/MJCalibration.cc, macros/calibration.C,
4654 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
4655 - added MCalibrationChargeBlindPix to plist
4656 - added new filling of histograms with MFillH
4657 - changed SetPulserColor to MCalibrationChargeBlindPix and
4658 MCalibrationChargePINDiode
4659
4660 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
4661 - receives a pointer to MCalibrationChargePINDiode which is filled
4662 with the results and told to calculate the fluxes in the
4663 Finalize function
4664 - is filled via MFillH from MExtractBlindPixel
4665 - SetPulserColor directly in this class
4666
4667 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4668 - new storage container of the blind pxiel resutls, replaces
4669 MCalibrationBlindPix
4670
4671 * mcalib/MCalibrationChargeCalc.[h,cc]:
4672 - does not fill the histograms any more, but does ony the
4673 calculations in the postprocess. No pointer to MExtractPINDidoe
4674 or MExtractBlindPixel any more.
4675
4676 * mcalib/MCalibrationChargePix.cc
4677 - discovered an error in the calculation of phe's in
4678 CalcFFactorMethod(). The average QE was applied twice.
4679 This error had been introduced on 13/02/04
4680 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
4681 - CalcFFactor asks for IsChargeValid before calculating anything
4682
4683 * mcalib/MCalibrationChargePINDiode.[h,cc]
4684 - added function SetFluxOutsidePlexiglassAvailable
4685 - SetPulserColor directly in this class
4686
4687 * mcalib/MCalibrationChargeCam.cc
4688 - removed function SetPulserColor from here
4689
4690 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
4691 mcalib/MHCalibrationPINDiode.[h,cc],
4692 mcalib/MCalibrationBlindPix.[h,cc],
4693 mcalib/MHCalibrationBlindPixel.[h,cc]:
4694 - removed since obsolote
4695
4696 * mcalib/MHCalibrationChargePix.cc
4697 - make fPickup an Int_t
4698
4699 * mcalib/MCalibrate.cc
4700 - test validity of every calibration method before retrieving
4701 conversion factors
4702
4703 * mcalib/MHGausEvents.[h,cc]
4704 - add possibility to set fit ranges in call to FitGaus
4705 - make function CreateXaxis protected
4706
4707
4708
4709 2004/02/23: Markus Gaug
4710
4711 * mraw/MRawEvtPixelIter.h
4712 - include GetNumHiGainSamples and GetNumLoGainSamples
4713
4714 * mcalib/MExtractedSignalBlindPixel.h,
4715 mcalib/MExtractBlindPixel.[h,cc]:
4716 - included storage of pedestal
4717
4718 * mcalib/MHGausEvents.[h,cc]
4719 - make the fit functions protected
4720
4721
4722
4723 2004/02/22: Markus Gaug
4724
4725 * mfilter/MFCosmics.[h,cc]
4726 - fMaxNumEmpty changed from absolute number to relative number of
4727 pixels
4728
4729 * mcalib/MHGausEvents.h
4730 - remove the "->" from the pointers which are initialized only
4731 in certain cases. The streamer did not work in case that
4732 MFGausFit was left at the NULL pointer.
4733
4734
4735
4736 2004/02/21: Markus Gaug
4737
4738 * manalysis/MExtractedSignalPix.[h,cc]
4739 - changed variable fIsLoGainUsed to fLoGainUsed
4740 - added function GetNumHiGainSaturated()
4741
4742
4743 2004/02/20: Markus Gaug
4744
4745 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
4746 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
4747 mcalib/CalibLinkDef.h
4748 - new class to replace MHCalibrationPixel,
4749 based on MHCalibrationChargePix
4750
4751 * mcalib/MCalibrationChargeCalc.[h,cc]
4752 mcalib/MCalibrationChargeCam.[h,cc]
4753 mcalib/MCalibrationChargePix.[h,cc]
4754 mcalib/MCalibrationChargePINDiode.[h,cc]
4755 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
4756 mcalib/MCalibrationPINDiode.[h,cc]:
4757 - added the "charge" versions, remove the old ones. The histograms
4758 should be filled in the MH... versions independently of
4759 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
4760 now and will later be so for the pixels and the blind pixel.
4761
4762 * mcalib/MHCalibrationChargePINDiode.[h,cc]
4763 - receives a pointer to MCalibrationChargePINDiode which is filled
4764 with the results and told to calculate the fluxes in the
4765 Finalize function
4766
4767 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
4768 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
4769 manalysis/MMcCalibrationUpdate.[h,cc],
4770 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
4771 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
4772 macros/bootcampstandardanalysis.C,
4773 macros/pedphotcalc.C:
4774 - replace MCalibrationCam by MCalibrationChargeCam
4775 - replace MCalibrationCalc by MCalibrationChargeCalc
4776
4777
4778
4779 2004/02/19: Markus Gaug
4780
4781 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
4782 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
4783 manalysis/MMcCalibrationUpdate.cc:
4784 - standardized naming of variables containing "Error", this also affected
4785 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
4786
4787 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
4788 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
4789 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
4790 - took out some configuration numbers and put them directly into
4791 the class
4792 - remove completely MCalibrationConfig.h
4793
4794
4795
4796 2004/02/19: Abelardo Moralejo
4797
4798 * mhist/MHEvent.[h,cc]:
4799 - Changed names of Event "types" to make them more descriptive.
4800 Former kEvtSignal is now called kEvtSignalDensity, and indicates
4801 pixel content scaled by area. Added kEvtSignalRaw, which
4802 corresponds to pixel content (with no scaling) in whatever units
4803 (this depends on how the MHEvent object is filled!). The default
4804 constructor initializes type=kEvtSignalRaw.
4805
4806 * mmain/MEventDisplay.cc
4807 - Changed filling of evt1 and evt2. Now they are filled with raw
4808 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
4809 still filled uncalibrated (hence in ADC counts), this means that
4810 what will be now shown in Mars' camera display is now the signal
4811 in each pixel without scaling with pixel area. Given that the
4812 default flat fielding is such that equal light density
4813 corresponds to equal absolute signal (in ADC counts), this is
4814 more reasonable, and allows to check for instance how the
4815 relative pixel gains are adjusted by looking at calibration
4816 events. To be FIXED: there is however an "inconsistency" in
4817 MEventDisplay, and it is that MCerPhotEvt is still used to keep
4818 uncalibrated signals. To be replaced by MExtractedSignalCam?
4819
4820
4821
4822 2004/02/19: Thomas Bretz
4823
4824 * manalysis/MCerPhotEvt.h:
4825 - added operator= to MCerPhotEvtIter -- is this correct?
4826
4827 * mhist/MHCamera.[h,cc]:
4828 - added member function to calculate minimum content and
4829 maximum content for a single sector
4830 - Added possibility to get a projection for a single sector.
4831 - GetMinimum/GetMaximum now only takes used pixels into account
4832 (you can request all pixels using a different member function)
4833 - fixed projection (projection only took pixels with contents!=0
4834 instead of 'used' pixels
4835 - Don't call Sumw2() anymore for projection
4836
4837 * mjobs/MJPedestal.cc:
4838 - added MPedestalCam to output again - MPedestalCam was fixed
4839 yesterday
4840 - Added Histograms for the two camera halves
4841
4842
4843
4844 2004/02/18: Markus Gaug
4845
4846 * macros/calibration.C
4847 - fixed a buggy display of the F-Factor method
4848
4849 * mcalib/MCalibrationCalc.cc
4850 - calculate the F-Factor method already in the post-Process
4851
4852 * mcalib/MCalibrationPix.h
4853 - move CalcFFactorMethod to public
4854
4855
4856
4857 2004/02/18: Abelardo Moralejo
4858
4859 * mtools/MCubicSpline.cc
4860 - in Init, corrected initialization of arrays temp and ysd, which
4861 was done with n-1 elements instead of n.
4862
4863 * mgui/MHexagon.cc
4864 - added comment explaining the algorithm.
4865 - changed explicit values of Sin and Cos 60 degrees by const
4866 variables (more readable).
4867
4868
4869
4870 2004/02/18: Hendrik Bartko
4871
4872 * msignal/:
4873 - removed the backup files *~
4874 - removed the object files *.o
4875 - removed the files SignalCint.*
4876
4877 * mgui/MHexagon.cc
4878 - added comment explaining the algorithm.
4879
4880
4881
4882 2004/02/18: Thomas Bretz
4883
4884 * manalysis/MPedestalCam.[h,cc]:
4885 - Changed order of derivements - seems to be VERY important!
4886 - changed GetSize from UInt_t to Int_t which is the type
4887 of TClonesArray::GetSize() !
4888
4889 * mfileio/MReadReports.cc:
4890 - skip trees with no entries
4891
4892 * mgui/MCamEvent.cc:
4893 - added a comment
4894
4895 * mhbase/MFillH.cc:
4896 - in case SetupFill returns kFALSE and kCanSkip is set
4897 Skip task
4898
4899 * mraw/MRawFileRead.cc:
4900 - don't print warning in case of none executions
4901
4902 * manalysis/MArrivalTimeCalc2.cc:
4903 - added some const-qualifiers
4904
4905
4906
4907 2004/02/17: Raquel de los Reyes
4908
4909 * macros/CCDataCheck.C
4910 - Added some improvements in the plots.
4911
4912
4913
4914 2004/02/17: Abelardo Moralejo
4915
4916 * macros/readrfl.C
4917 - Added missing gPad->cd(1), otherwise the display of events was
4918 not updated.
4919
4920 * mgui/MHexagon.cc
4921 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
4922 whether px,py is inside the pixel or not. Previous algorithm
4923 was just an approximation.
4924
4925
4926
4927 2004/02/17: Raquel de los Reyes
4928
4929 * mcamera/MCameraHV.h
4930 - Now it derives from a MCamEvent class and implemented the
4931 GetPixContent() and DrawPixelContent() functions. Added the
4932 GetMean function to get the mean HV settings of the camera.
4933
4934 * macros/CCDataCheck.C
4935 - Added the HV settings plots.
4936
4937
4938
4939 2004/02/17: Hendrik Bartko
4940
4941 * msignal:
4942 - new: directory for all signal and time extraction classes
4943
4944 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
4945 msignal/AnalysisLinkDef.h, MGeomApply.cc:
4946 - new: Storage Container for the ArrivalTime in the camera
4947
4948 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
4949 msignal/AnalysisLinkDef.h:
4950 - new: Storage Container for ArrivalTime information of one pixel
4951
4952 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
4953 SignalLinkDef.h
4954 - auxiliary files for msignal directory
4955
4956 * manalysis/MArrivalTimeCalc2.[h,cc]:
4957 - added functionality to compute error of the extracted ArrivalTime
4958 - calculated ArrivalTime is stored in MArrivalTimeCam
4959
4960 * manalysis/MGeomApply.cc
4961 - geometry is applied to MArrivalTimeCam
4962
4963 * Makefile:
4964 - directory msignal is included
4965
4966
4967
4968 2004/02/17: Sebastian Raducci
4969
4970 * mtools/MCubicSpline.[h,cc]
4971 - little corrections in minimums evalustion methods
4972 - changed constructors (they require the fadc slices to be const)
4973
4974 * macros/spline.C
4975 - changed according to the MCubicSpline new constructors
4976
4977 * manalysis/MArrivalTimeCalc.[h,cc]
4978 - changed to use the MCubicSpline class intead of the TSpline class
4979 - warning: now the arrival time is again the maximum of the spline,
4980 soon it will be changed to half maximum
4981
4982
4983
4984 2004/02/17: Wolfgang Wittek
4985
4986 * manalysis/MSourcPosfromStarPos.[h,cc]
4987 - new class; calculates the position of the source in the camera from
4988 the position of a star in the camera and puts it into
4989 MSrcPosCam
4990
4991
4992
4993 2004/02/16: Abelardo Moralejo
4994
4995 * mcalib/MMcCalibrationCalc.cc
4996 - Fixed two typos in screen output.
4997
4998
4999
5000 2004/02/16: Markus Gaug
5001
5002 * mcalib/MCalibrationPix.cc
5003 - documentation from David's email added
5004 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
5005
5006 * mcalib/Makefile, mcalib/CalibLinkDef.h:
5007 - added MExtractBlindPixel and MExtractedSignalBlindPixel
5008
5009 * mcalib/MExtractBlindPixel.[h,cc]
5010 - new signal extractor for the Blind Pixel
5011
5012 * mcalib/MExtractedSignalBlindPixel.[h,cc]
5013 - new container for the extracted signal of the BlindPixel
5014
5015 * mcalib/MCalibrationCalc.[h,cc]
5016 - does not extract signal from Blind Pixel any more, searches
5017 for MExtractedSignalBlindPixel and fills the hists from there
5018
5019 * macros/calibration.C, macros/bootcampstandardanalysis.C,
5020 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
5021 - introduce the blind pixel and PIN diode extraction in the macro
5022
5023 * manalysis/MPedestalCam.h
5024 - changed type of fTotalEntries from ULong_t to UInt_t
5025 - fixed documentation of fTotalEntries
5026
5027 * manalysis/MPedCalcPedRun.h
5028 - changed type of fNumSamplesTot from ULong_t to UInt_t
5029
5030 * mcalib/MHGausEvents.h
5031 - changed type of fCurrentSize from ULong_t to UInt_t
5032
5033 * mcalib/MCalibrationConfig.h
5034 - removed gkConversionHiLo and gkConversionHiLoErr which is now
5035 directly in the class MCalibrationPix
5036
5037
5038
5039 2004/02/16: Thomas Bretz
5040
5041 * manalysis/AnalysisLinkDef.h:
5042 - added missing MCerPhotEvtIter
5043
5044 * merpp.cc:
5045 - added possible usage of database
5046
5047 * star.cc:
5048 - moved source code into new class MJStar - preliminary
5049
5050 * manalysis/MCerPhotPix.cc:
5051 - updated class header
5052 - fixed Print-output
5053
5054 * mbase/MAGIC.h:
5055 - removed definition of MLog
5056
5057 * mbase/MArgs.h:
5058 - removed include of MAGIC.h
5059
5060 * mbase/MLog.h:
5061 - added extern definition of gLog
5062
5063 * mbase/MParContainer.[h,cc]:
5064 - move body of constructors to source file
5065
5066 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
5067 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
5068 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
5069 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
5070 - fixed documentation header
5071
5072 * mcalib/MMcCalibrationCalc.[h,cc]:
5073 - fixed documentation header
5074 - fixed usage of FindCreateObj and FindObject
5075 - removed data member to count entries (use histogram instead)
5076 - use TH1 function Integral instead of doing it manually
5077
5078 * mfilter/MFCosmics.cc:
5079 - fixed documentation
5080
5081 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
5082 mimage/MNewImagePar.[h,cc]:
5083 - replaced for-loops by Iterators
5084
5085 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
5086 - fixed documentation header
5087 - check return value of MRawRunHeader::ReadEvt
5088
5089 * mraw/mraw/MRawRunHeader.[h,cc]:
5090 - fixed documentation header
5091 - added return value to MRawRunHeader::ReadEvt
5092 - added constant number for max format version - preliminary
5093 (should by a static data member)
5094
5095 * mcalib/MHCalibrationPINDiode.cc:
5096 - do not delete pointers in the destructor which are already
5097 deleted in the base class
5098 - reset histograms in Clear()
5099
5100 * mcalib/MHCalibrationPixel.cc:
5101 - after deletion of instances in Clear() initialize pointer to NULL
5102
5103 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
5104 - fixed usage of logging stream output levels
5105
5106 * manalysis/MPedCalcPedRun.[h,cc]:
5107 - removed obsolete fSignals
5108
5109 - removed obsolete fNumPixels
5110
5111 * manalysis/MPedestalCam.h:
5112 - added '->' to fArray
5113
5114 * mfileio/MWriteRootFile.cc:
5115 - changed some output to make debugging easier
5116
5117 * mjobs/MJCalibration.cc:
5118 - fixed a bug in drawing
5119
5120 * mjobs/MJExtractSignal.cc:
5121 - removed MPedestalCam from MWriteRootFile output.
5122 When creating the branch it crashes - reason unknown I'll
5123 investigate further
5124
5125
5126
5127 2004/02/16: Markus Gaug
5128
5129 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
5130 - added MHCalibrationRelTimePix
5131
5132 * mcalib/MHCalibrationRelTimePix.[h,cc],
5133 mcalib/MHCalibrationRelTimeCam.[h,cc]:
5134 - new classes to fit and display the relative arrival times.
5135 - filled from MArrivalTime
5136 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
5137
5138 * manalysis/MCalibrationCalc.cc
5139 - take out all uncommented code referring to the relative arrival time
5140
5141 * manalysis/MArrivalTime.h
5142 - changed function GetNumPixels to GetSize
5143
5144 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
5145 - included cosmics rejection which was in MCalibrationCalc before
5146
5147
5148
5149 2004/02/14: Markus Gaug
5150
5151 * mcalib/Makefile, mcalib/CalibLinkDef.h:
5152 - added MHCalibrationChargePINDiode
5153
5154 * mcalib/MHCalibrationChargePINDiode.[h,cc]
5155 - new class to fill the PIN Diode histograms. Derives from
5156 MHCalibrationChargePix and is filled with MFillH from the
5157 container MExtractedSignalPINDiode.
5158 Will replace MHCalibrationPINDiode entirely soon.
5159
5160 * mcalib/MHCalibrationChargePix.[h,cc]
5161 - new base class for the calibration charges histogram pixel.
5162 Derives from MH and can be filled with the MH with the MH
5163 functions.
5164
5165 * mcalib/MExtractPINDiode.[h,cc]
5166 - new signal extractor for the PIN Diode
5167
5168 * mcalib/MExtractedSignalPINDiode.[h,cc]
5169 - new container for the extracted signal of the PIN Diode
5170
5171 * mcalib/MCalibrationCalc.[h,cc]
5172 - remove the PIN Diode signal extraction
5173
5174 * manalysis/MHPedestalPix.[h,cc]
5175 - new version of MHPedestalPixel, deriving from MHGausEvents.
5176
5177 * manalysis/MHPedestalPixel.[h,cc]
5178 - old version removed, since obsolete (and erroneous)
5179
5180 * manalysis/MHPedestalCam.[h,cc]
5181 - histogramming part of MPedestalCam now in own class
5182
5183 * manalysis/MPedestalPix.h
5184 - removed include of MHPedestalPixel
5185
5186 * macros/calibration.C
5187 - changed pedestal displays accordingly
5188
5189 * mjobs/MJPedestal.h
5190 - class TCanvas included (did not compile otherwise)
5191
5192 * mhbase/MH.cc
5193 - included call to FindGoodLimits(..) in CutEdges()
5194 - axe from pointer to reference
5195 - "CutEdges" renamed to "StripZeros"
5196
5197 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
5198 mcalib/MHCalibrationBlindPixel.cc:
5199 - "CutEdges" renamed to "StripZeros"
5200
5201 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
5202 - replaced by the improved version: MHGausEvents.[h,cc]
5203
5204
5205
5206 2004/02/14: Thomas Bretz
5207
5208 * manalysis/MCerPhotEvt.[h,cc]:
5209 - added 'Iterator' facility, this will replace some for-loops
5210 in the near future
5211
5212 * mbase/MTime.[h,cc]:
5213 - added a more powerfull interface to get and interprete the
5214 MTime contents as string
5215 - added a new constructor
5216
5217 * mreport/MReportTrigger.h:
5218 - fixed GetPixContent
5219
5220 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
5221 - many small changes to simple details (like order of includes)
5222 - some speed improvements
5223 - many small simplifications
5224 - changed parts of the code to be more C++ like (eg Iterators
5225 instead of for-loops)
5226 - disentangles some if-cases
5227 - replaced some math.h function by TMath::
5228 - removed data-member fN (obsolete with iterators)
5229
5230
5231
5232 2004/02/13: Wolfgang Wittek
5233
5234 * mcalib/MCalibrateData.[h,cc]
5235 - new class;
5236 like MCalibrate, but in ReInit it fills the MPedPhot container
5237 using informations from MPedestal, MExtracteSignalCam and
5238 MCalibrationCam
5239
5240 * mcalib/Makefile, mcalib/CalibLinkDef.h
5241 - added MCalibrateData
5242
5243 * manalysis/MPedestalWorkaround.[h,cc]
5244 - create MMcEvt container and fill with theta = 10.0
5245 - set pedestalRMS = 0. if it is > 10.0
5246
5247 * manalysis/MSupercuts.[h,cc]
5248 - change default values of parameters
5249
5250 * manalysis/MSupercutsCalc.[h,cc]
5251 - change dNOMLOGSIZE from 4.1 to 5.0
5252
5253 * mhist/MHBlindPixels.[h,cc]
5254 - change MPedestalCam to MPedPhotCam
5255
5256 * mhist/MHSigmaTheta.[h,cc]
5257 - automatic binning for pixel number doesn't work
5258 use default binning
5259
5260
5261
5262 2004/02/13: Markus Gaug
5263
5264 * mcalib/MCalibrationPix.[h,cc]
5265 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
5266 fAverageQEErr
5267 - gkAverageQE initializes to 0.2 (according to David)
5268 - gkAverageQEErr initializes to 0.02 (dito)
5269 - added new member function: SetAverageQE
5270 - call to GetMeanConversionFFactorMethod returns:
5271 fMeanConversionFFactorMethod/fAverageQE.
5272 - call to GetErrorConversionFFactorMethod returns:
5273 errors of fMeanConversionFFactorMethod and fAverageQEErr added
5274 quadratically
5275
5276 * mcalib/Makefile
5277 - split into two parts one comment line
5278
5279
5280 2004/02/13: Thomas Bretz
5281
5282 * mbadpixels/MBadPixelsTreat.[h.cc]:
5283 - added for new bad pixel treatment
5284
5285 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
5286 - added MBadPixelsTreat
5287
5288 * merpp.cc:
5289 - changed the name of the "DC" tree to "Currents" to make
5290 MReportRead work correctly with this tree
5291
5292 * mbase/MTime.[h,cc]:
5293 - Changed UpDMagicTime to support nanosec instead of millisec
5294 - exchanged Reset() by Clear() not to clear the yy/mm/dd
5295 information away in an eventloop
5296
5297 * mraw/MRawEvtHeader.[h,cc]:
5298 - implemented decoding of the time-stamp for raw-data files
5299 with version>2. Thanks to Marcos.
5300
5301 * mraw/MRawRead.[h,c]:
5302 - pipe file version number to MRawEvtHeader::ReadEvt
5303 - create fake time for file-version<3
5304
5305 * macros/readMagic.C:
5306 - changed to use MInteractiveTask
5307
5308 * mbase/MPrint.cc:
5309 - fixed debugging level of some output
5310
5311 * mhist/MHCamera.[h,cc]:
5312 - fixed handling in AddNotify (necessayr due to change of
5313 inheritance from MCamEvent)
5314 - replaced cout by gLog
5315 - added fNotify to list of cleanups
5316
5317 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
5318 mjobs/MJPedestal.cc:
5319 - fixed usage of AddNotify
5320
5321 * mfileio/MReadReports.cc:
5322 - use a different way to determin whether the tree is a valid tree,
5323 skip invalid trees
5324
5325 * mfileio/MReadTree.cc:
5326 - added another sanity check at the beginning of PreProcess
5327
5328 * mhbase/MFillH.[h,cc]:
5329 - added bit kCanSkip which skips MFillH in case the necessary container
5330 wasn't found.
5331 - cd into the corresponding canvas before filling the MH
5332
5333
5334
5335 2004/02/12: Markus Gaug
5336
5337 * mbase/MArray.[h,cc]:
5338 - changed name of StripZeros
5339
5340 * mcalib/MHGausEvent.cc:
5341 - corrected call to StripZeros
5342
5343 * mcalib/MCalibrationPix.[h,cc]
5344 - implemented dummy for combined method
5345
5346 * mcalib/MCalibrate.[h,cc]
5347 - implemented a dummy for calibration factor 1. (requested by
5348 Javier Rico)
5349 - implemented combined method
5350 - check for valid methods moved to ReInit
5351
5352 * mcalib/MCalibrationCalc.cc
5353 - removed initialization of non-used nsamples
5354
5355 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
5356 mcalib/MCalibrationCalc.[h,cc]
5357 macros/calibration.C
5358 - implemented new histograms:
5359 HSinglePheFADCSlices and HPedestalFADCSlices
5360 They are filled with the FADC slice values of either a s.phe.
5361 event or a pedestal event. The decision is taken with the
5362 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
5363 with a setter
5364
5365 * mtools/MFFT.[h,cc]
5366 - PowerSpectrumDensity of TArrayI implemented
5367
5368
5369
5370 2004/02/12: Thomas Bretz
5371
5372 * mbase/MArray.[h,cc]:
5373 - changed argument of CutEdges from pointer to reference
5374
5375 * mgeom/MGeomPix.h:
5376 - fixed calculation of area of pixel. It was too big for a
5377 factor of 2
5378
5379 * mjobs/MJCalibration.cc:
5380 - slight change of name of a MHCamera
5381
5382 * manalysis/MExtractSignal.cc:
5383 - slight change to the creation of the satpixels list
5384
5385 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
5386 mcalib/MHGausEvent.cc:
5387 - corrected call to ProjectArray
5388 - corrected call to CutEdges
5389
5390 * mfilter/MFCosmics.[h,cc]:
5391 - small fixes to logging output
5392 - small simplification to return statement
5393 - declared CosmicsRejection const
5394
5395 * mhbase/MH.[h,cc]:
5396 - changed argument of ProjectArray from pointer to reference
5397 - added missing calcualtion of minimum
5398 - removed obsolete SetEntries
5399 - changed SetDirectory from NULL to gROOT
5400
5401
5402
5403 2004/02/12: Javier L�ez
5404
5405 * macros/pointspreadfunction.C
5406 - added new macro that fits with a 2D gaussian the DC spot for an
5407 star. It gives you the RMS of the PSF and the center of the star,
5408 very useful for misspointing studies.
5409
5410
5411
5412 2004/02/11: Hendrik Bartko
5413
5414 * manalysis/MExtractSignal2.cc:
5415 - introduced a validity check for the set-function of the window
5416 size (even number of slices, WindowSize < NumberSlices)
5417
5418 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
5419 manalysis/AnalysisLinkDef.h:
5420 - new: introduced the calculation of the arrival time as the signal
5421 weighted mean of the time slices in the maximum window
5422
5423
5424
5425 2004/02/11: Markus Gaug
5426
5427 * mcalib/MCalibrationCalc.cc:
5428 - the blind pixel signal extractor introduced one week ago, counted
5429 one FADC slice too little, thus the normalization w.r.t. pedestals
5430 was wrong. Now corrected.
5431
5432 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
5433 - when "WARNING - Lo Gain saturated" occurs, display also the
5434 corr. pixel numbers.
5435
5436 * mbase/MArray.[h,cc]:
5437 - introduced function to cut array edges with zeros.
5438 (Thomas, should we keep it there or move it to another class? )
5439
5440 * mcalib/MCalibrationCalc.[h,cc]:
5441 - new function SetBlindPixelRange to set start and end of FADC slices
5442 used for the blind pixel signal extraction.
5443 - remove fEvents which are not necessary any more after the shift
5444 to MFCosmics.
5445
5446 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
5447 - show the fourier spectrum now with axes in frequency [Hz] instead
5448 of inverted events.
5449
5450 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
5451 - new base class for all kind of events with variables having a
5452 Gaussian distribution. Will serve as base class for the
5453 existing and new calibration histogram classes.
5454
5455
5456
5457 2004/02/11: Abelardo Moralejo
5458
5459 * mmain/MEventDisplay.cc
5460 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
5461 MMcPedestalCopy must be executed earlier!
5462
5463
5464
5465 2004/02/10: Raquel de los Reyes
5466
5467 * mhist/MHPixVsTime.[h,cc]:
5468 - Added a default draw function and replaced the TGraph object
5469 by a pointer to a TGraph object.
5470
5471 * mreport/MReportTrigger.h:
5472 - Now it dereives from a MCamEvent class and implemented the
5473 GetPixContent() and DrawPixelContent() functions.
5474
5475 * maccros/CCDataCheck.C:
5476 - An update of the previous macro. New plots: subsystems status and
5477 macrocells trigger.
5478
5479
5480
5481 2004/02/10: Markus Gaug
5482
5483 * mcalib/MCalibrationCam.cc:
5484 - fixed documentation
5485
5486 * mhbase/MH.[h,cc]:
5487 - new function ProjectArray
5488
5489 * mcalib/MHCalibrationPixel.[h,cc],
5490 mcalib/MHCalibrationBlindPixel.[h,cc]:
5491 - use ProjectArray from MH to plot the projection of the fourier
5492 spectrum
5493
5494 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
5495 mfilter/FilterLinkDef.h:
5496 - new filter removing cosmics, the same as in MCalibrationCalc
5497 where it was removed now.
5498 Call: MFCosmics cosmics;
5499 MContinue cont(&cosmics);
5500 tlist.AddToList(&cont);
5501
5502 * mcalib/MCalibrationCalc.[h,cc]:
5503 - removed cosmics rejection from there
5504
5505 * macros/calibration.C, mjobs/MJCalibration.cc:
5506 - changed cosmics rejection to the filter algorithm
5507
5508
5509
5510 2004/02/09: Markus Gaug
5511
5512 * mcalib/MCalibrationBlindPix.[h,cc]:
5513 - added histogram to display the average in FADC slices of all
5514 single and double phe events
5515
5516 * mcalib/MCalibrationCalc.cc:
5517 - fill histograms of single-phe events with higain and logain
5518 sampls
5519
5520 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
5521 mcalib/MCalibrationConfig.h:
5522 - take all pixel areas out of MGeomPix::GetA(), remove all previous
5523 areas
5524 - calculate photon fluxes from blind pixel and PIN diode, use
5525 area only to fill the conversion factors in MCalibrationPix
5526
5527
5528 * mcalib/MJCalibration.cc:
5529 - display of number of photons for Blindpixel and PIN Diode Method
5530 changed to display of photon flux which is the actually
5531 calculated quantity
5532
5533
5534
5535 2004/02/09: Thomas Bretz
5536
5537 * mbadpixels/*:
5538 - added
5539
5540 * Makefile:
5541 - added MBadPixels
5542
5543 * manalysis/MGeomApply.cc:
5544 - fixed class description
5545
5546 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
5547 - added bad pixel treatment
5548
5549 * mjobs/MJPedestal.[h,cc]:
5550 - reorganized order of functions
5551 - removed a nonsense scrren output (some BLABABLA or so)
5552
5553 * mjobs/Makefile:
5554 - added include for mbadpixels
5555
5556 * mmain/MBrowser.cc:
5557 - do not call construtor of TGTReeLBEntry if pic0=0
5558
5559
5560
5561 2004/02/09: Raquel de los Reyes
5562
5563 * mcamera/MCameraLids.h, mreport/MReportCamera.h
5564 - Added the "Get" functions to access the private data
5565 members of the class.
5566
5567
5568
5569 2004/02/09: Markus Gaug
5570
5571 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
5572 MCalibrationPix.h:
5573 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
5574 because we can calibrate with the histogram mean and RMS even
5575 if the fit is not OK. Thus, there is a question: IsFitted() and
5576 IsChargeValid(), i.e. does the charge make any sense?
5577
5578 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
5579 - found serious bug in calculation of conversion factors for the
5580 outer pixels:
5581 GetMeanConversionBlindPixelMethod and
5582 GetMeanConversionPINDiodeMethod
5583 did not correct for the area of the outer pixel, this did only
5584 MCalibrationCam::GetPixelContent which is not used by MCalibrate
5585
5586
5587
5588 2004/02/06: Markus Gaug
5589
5590 * mgeom/MGeomCam.h
5591 - replaced in Comment of fPixRatio:
5592 "ratio between size of pixel idx and pixel 0" by
5593 "ratio between size of pixel 0 and pixel idx"
5594
5595 * manalysis/MPedestalCam.cc
5596 - catch calls to MHPedestalPixel in case that they are not filled
5597 This led previous calls to segmentation violations
5598 - remove include of MHExtractedSignalPix
5599
5600 * manalysis/MHExtractedSignalPix.[h,cc]
5601 - is everything in MHPedestalPixel, so removed it again
5602
5603 * mjobs/MJPedestal.cc
5604 - put the projections into Display()
5605 - correct the input of Display (0: pedestal, 1: pedestalerror,
5606 2: pedRMS, 3: pedRMSerror)
5607
5608 * manalysis/MHPedestalPixel.cc
5609 - increased number of bins in for charges plot
5610
5611 * mtools/MFFT.[h,cc]
5612 - possibility to have PSD directly from TArray
5613
5614 * mjobs/MJCalibration.[h,cc]
5615 - fixed displays
5616 - replaced MExtractSignal by MExtractSignal2
5617
5618 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
5619 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
5620 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
5621 - remove histograms MHChargevsN..., now keep TArrays directly
5622 - check for oscillations for all pixels (and you will not trust
5623 your eyes when you look at the results :-((((
5624
5625 * mcalib/MCalibrationCalc.[h,cc]
5626 - remove ArrivalTime -> go to separate class
5627 - remove BlindPixel and PIN Diode overflow, now handled directly
5628 inside the corr. classes.
5629 - remove SkipTimeFits -> go the arrival time class
5630
5631 * mcalib/MCalibrationCam.h
5632 - new getters for number of photons
5633 - removed timeslicewidth -> go the corr. time containers
5634
5635 * mcalib/MCalibrationCam.cc
5636 - removed times of GetPixelContent
5637 - added OscillationChecks in GetPixelContent
5638
5639 * manalysis/MMcCalibrationUpdate.cc
5640 - remove calpix.SkipTimeFits which is now obsolet
5641
5642 * macros/calibration.C
5643 - all previous changes now in this macro.
5644 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
5645 das ging diesmal in einem Aufwasch)
5646
5647
5648
5649 2004/02/06: Thomas Bretz
5650
5651 * mhist/MHPixVsTime.[h,cc]:
5652 - changed such that you can set the name of the time container now
5653
5654 * mraw/MRawRunHeader.[h,cc]:
5655 - added GetMaxPixId()
5656
5657 * mraw/MRawEvtData.cc:
5658 - fixed wrong size calculation for fABflags
5659
5660
5661
5662 2004/02/06: Oscar Blanch
5663
5664 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
5665 - We cahnged the name (and values) of the global variable
5666 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
5667
5668
5669
5670 2004/02/05: Markus Gaug
5671
5672 * mcalib/MHCalibrationPixel.[h,cc]
5673 - put an NDF limit for the fit
5674 - removed all TStrings and replace them by Form(..)
5675 - Check for nan's of all returned fit values
5676
5677 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
5678 - reshuffled HiLoGainConversion, calculation of F-Factor method,
5679 - calculation of total F-Factor of the readout.
5680
5681 * mcalib/MCalibrationCam.cc
5682 - include relative times to display with GetPixelContent
5683
5684 * mcalib/MCalibrationCalc.[h,cc]
5685 - flag to skip Hi-Lo Calibration
5686 - Hi-LO Graph not filled any more after overflow of ChargevsN
5687 - fill the blind pixel differently from the rest of pixels
5688
5689 * mcalib/MCalibrate.cc:
5690 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
5691
5692 * manalysis/MArrivalTimeCalc.cc
5693 - default step width 100 ps.
5694 - look for half maximum (at rising edge)
5695
5696 * manalysis/MExtractSignal.[h,cc]
5697 - removed uncommented code (arrival time)
5698 - set start byte back by one like it was before TB's changes
5699 (does not affect the calculation of number of FADC slices)
5700
5701 * manalysis/MExtractSignal2.[h,cc]
5702 - removed uncommented code (arrival time)
5703
5704 * manalysis/MHPedestalPixel.[h,cc]
5705 - is now filled with total pedestals (not per slice), but results are
5706 renormalized to values per slice (this is not to screw up with the
5707 pedestal RMS and the derived uncertainties)
5708 - new function Renorm(nslices)
5709
5710 * manalysis/MPedestalCam.[h,cc]
5711 - introduced function Clone() (like proposed by TB)
5712 - call to MHPedestalPixel operator() not const any more
5713 - take out lots of uncommented code
5714 - found bug in initialization of hists. SetupFill is called in
5715 PreProcess, therefore, TObjArray is not yet enlarged there.
5716 Now, InitUseHists is called in Fill
5717 - MHPedestalPixel is now filled with total pedestals (not per slice),
5718 but results are
5719 renormalized to values per slice (this is not to screw up with the
5720 pedestal RMS and the derived uncertainties)
5721
5722 * manalysis/MPedCalcPedRun.cc
5723 - added author
5724 - split calculation of RMS into two steps to make it more clear to
5725 the user
5726
5727 * macros/calibration.C
5728 - found bug introduced two days ago, namely calculating pedestlas with
5729 MExtractSignal2 which is now fixed
5730 - Skip HiLoConversionCalibration
5731
5732
5733
5734 2004/02/05: Abelardo Moralejo
5735
5736 * macros/starmc2.C
5737 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
5738 for both MMcEvt and MMcRunHeader since these containers are
5739 not present in real data. Name of macro is no longer adequate if
5740 we will use it for calibrated real data (to be changed if so).
5741
5742
5743
5744 2004/02/05: Sebastian Raducci
5745
5746 * mtools/MCubicSpline.[h,cc]
5747 - added
5748 - this class will take the place of the TSpline class to
5749 calculate arrival times
5750
5751 * mtools/MCubicCoeff.[h,cc]
5752 - added
5753 - this class is used by MCubicSpline to store coefficients
5754
5755 * macros/spline.C
5756 - added
5757 - test macro. Shows how to use the MCubicSpline class
5758 - it could be used to test the methods of the Spline class
5759
5760
5761
5762 2004/02/05: Thomas Bretz
5763
5764 * mmain/MBrowser.cc:
5765 - fixed a double deletion of a TGLayoutHints
5766
5767
5768
5769 2004/02/04: Markus Gaug
5770
5771 * mmain/MBrowser.cc:
5772 - corrected TGTReeLBEntry for TGTreeLBEntry
5773
5774
5775
5776 2004/02/04: Thomas Bretz
5777
5778 * manalysis/MExtractSignal2.cc:
5779 - don't allow odd numbers for the window size
5780
5781 * mfilter/MFilterList.cc:
5782 - corrected a wrong logging message
5783
5784 * mmain/MBrowser.cc:
5785 - added '/data/MAGIC' as shortcut in the combo box
5786
5787 * mraw/MRawEvtPixelIter.cc:
5788 - optimized calculation of MaxIdx
5789
5790
5791
5792 2004/02/04: Abelardo Moralejo
5793
5794 * macros/starmc2.C
5795 - removed unnecessary variables BinsHigh, BinsLow
5796
5797
5798
5799 2004/02/04: Markus Gaug
5800
5801 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
5802 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
5803 macros/calibration.C:
5804 - histograms are now filled with MFillH as proposed and coded by
5805 Thomas Bretz. Some modifications had to be done, however.
5806 - Class to hold MHPedestalPixel is still MPedestalCam
5807 - MPedCalcPedRun does nothing any more (except from what is was
5808 doing before)
5809
5810 * manalysis/MExtractSignal.cc
5811 - remove uncommented code
5812
5813 * mcalib/MCalibrationCalc.[h,cc]
5814 - modified way to handle histogram overflow: Now flags are set and
5815 ChargevsN histogram is not tried to be filled subsequently
5816
5817
5818
5819 2004/02/03: Markus Gaug
5820
5821 * manalysis/MHExtractedSignalPix.[h,cc]
5822 - added Thomas B. modified version of MHPedestalPixel. Later will
5823 remove MHPedestalPixel
5824
5825 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
5826 manalysis/MCalibrationCam.cc, macros/calibration.C:
5827 - now split completely absolute and relative times. Absolute
5828 times are not fitted, but their histogram mean and rms are
5829 returned.
5830
5831
5832
5833 2004/02/03: Thomas Bretz
5834
5835 * mfileio/MReadTree.cc:
5836 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
5837
5838 * manalysis/MExtractSignal.[h,cc]:
5839 - moved code to extract the signal from Process to
5840 new member function FindSignal, I left the arrival time
5841 extraction as commented-out code in the code just as a
5842 demonstration to do this very fast.
5843
5844
5845
5846 2004/02/02: Markus Gaug
5847
5848 * manalysis/MPedCalcPedRun.cc
5849 - corrected formulae in Class description
5850
5851 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
5852 manalysis/MMcCalibrationUpdate.cc:
5853 - calculate relative times and absolute times. Fit only
5854 the relative ones.
5855
5856
5857
5858 2004/02/02: Abelardo Moralejo
5859
5860 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
5861 - removed file type check (MC or data) from PreProcess since now
5862 run headers are not yet known at that point.
5863
5864 * mcalib/MMcCalibrationCalc.cc
5865 - same as above.
5866
5867 * NEWS
5868 - updated.
5869
5870
5871
5872 2004/02/02: Thomas Bretz
5873
5874 * manalysis/MExtractSignal2.[h,cc]:
5875 - added new task which takes a given number of slices with the
5876 highest integral content as signal.
5877
5878 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5879 - added MExtractSignal2
5880
5881
5882
5883 2004/01/30: Abelardo Moralejo
5884
5885 * macros/starmc.C
5886 - changed default FADC integration range (more adequate for coming
5887 camera version).
5888
5889 * macros/mccalibrate.C, starmc2.C
5890 - added. First macro transforms input files from camera simulation
5891 into files with pixel data already calibrated in photons. The
5892 second reads in an already calibrated data file and produces an
5893 output file with Hillas parameters. Both together do the same as
5894 starmc.C, but it is convenient to have files containing
5895 calibrated pixel information.
5896
5897
5898
5899 2004/01/30: Thomas Bretz
5900
5901 * mbase/MDirIter.h:
5902 - added GetNumEntries
5903
5904 * mhist/MHEvent.cc:
5905 - added a dynamic_cast from MParContainer to MCamEvent to get the
5906 correct pointer to the correct base-class.
5907
5908 * mbase/MStatusDisplay.cc:
5909 - In EventInfo check whether gPad==0
5910
5911 * mfileio/MReadMarsFile.cc:
5912 - removed reading RunHeaders from PreProcess, this resulted
5913 in strange behaviour of writing RunHeaders
5914 - fixed consistency check for RunType accordingly
5915
5916 * mfilter/MFilterList.cc:
5917 - do not skip adding filter if only a filter with the same name
5918 exists
5919
5920 * mraw/MRawFileRead.cc:
5921 - added an output message if run header is not accessible
5922
5923 * mraw/MRawRunHeader.[h,cc]:
5924 - initialize fRunType to new enum kRTNone
5925
5926 * mfilter/MFGeomag.cc:
5927 - set fResult to kFALSE at the beginning of Process
5928 - according to this removed setting fResult=kFALSE before return
5929 - replaced some float by Float_t
5930 - added some const-qualifiers
5931 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
5932 with rnd = R * (r2-r1)/2 to make sure that we cannot
5933 devide by 0
5934
5935 * manalysis/MPedCalcPedRun.cc:
5936 - added some comments
5937
5938 * Makefile:
5939 - added mjobs
5940
5941 * mjobs/*:
5942 - added
5943
5944 * mbase/Makefile, mbase/BaseLinkDef.h:
5945 - added MRunIter
5946
5947 * mbase/MRunIter.[h,cc]:
5948 - added
5949
5950
5951
5952 2004/01/30: Markus Gaug
5953
5954 * manalysis/MPedestalCam.h
5955 - added function IsUsedHists()
5956
5957 * manalysis/MPedestalCam.cc
5958 - modified GetPixelContent
5959
5960 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
5961 - include storage of number of used FADC slices to compare later
5962 the pedestal per slice ( and sigma per slice)
5963 - return relative differences in GetPixelContent
5964
5965 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
5966 - fBlindPixelId and fPINDiodeId now like in PedestalCam
5967 - fill Blind Pixel with information about its fitted pedestal if
5968 available
5969 - initialize charges histogram with a bigger range
5970 - use pedestal information to constrain the pedestal fit ranges
5971
5972 * manalysis/MHPedestalPixel.cc
5973 - initialize charges histogram with a bigger range
5974
5975 * macros/calibration.C
5976 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
5977 - apply new GetPixelContents of MPedestalCam (more calculations
5978 and displays of errors, correction for different FADC slice
5979 number)
5980
5981 * manalysis/MExtractSignal.cc
5982 - not access to MArrivalTime any more. The same information is
5983 stored in MRawEvt->GetPixelContent(...)
5984
5985 * manalysis/MCalibrationCalc.cc
5986 - retrieve default arrival time from MRawEvt
5987
5988 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
5989 - check for NaN's in fit results
5990
5991
5992
5993 2004/01/29: Abelardo Moralejo
5994
5995 * mfileio/MWriteFile.h
5996 - added missing declaration of ReInit
5997
5998 * manalysis/MMcCalibrationUpdate.cc
5999 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
6000 to adapt to recent changes in MCalibrate.
6001
6002
6003
6004 2004/01/29: Thomas Bretz
6005
6006 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
6007 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
6008 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
6009 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
6010 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
6011 - split derivement into MParContainer and MCamEvent
6012
6013 * manalysis/MExtractSignalCam.[h,cc]:
6014 - removed obsolete MExtractSignal::ReInit
6015 - added -> to fArray
6016
6017 * mbase/MParList.h:
6018 - added a new bit kIsProcessing
6019
6020 * mbase/MTaskList.cc:
6021 - fixed the handling of kDoNotReset and the bahaviour of
6022 SetReadyToSave, such that it is possible to write all
6023 headers
6024
6025 * mfileio/MWriteFile.cc:
6026 - added ReInit which also calls CheckAndWrite
6027
6028 * mgui/MCamEvent.h:
6029 - does not derive from MParContainer anymore
6030
6031
6032
6033 2004/01/29: Markus Gaug
6034
6035 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
6036 mcalib/MCalibrationConfig.h
6037 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
6038 directly into the corresponding classes.
6039
6040
6041
6042 2004/01/29: Nicola Galante
6043
6044 * mhistmc/MHMcTriggerLvl2.[h,cc]:
6045 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
6046 added string checking to return also
6047 fHistCellPseudoSize, fHistCellPseudoSizeNorm
6048 and fHistCellPseudoSizeEnergy.
6049 - Added inline functions GetHistCellPseudoSize() and
6050 GetHistCellPseudoSizeNorm().
6051
6052
6053
6054 2004/01/28: Javier Rico
6055
6056 * mcalib/MCalibrate.[h.cc]
6057 - include possibility to select the calibration method to be used
6058
6059
6060
6061 2004/01/28: Markus Gaug
6062
6063 * mcalib/MCalibrate.[h.cc]
6064 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
6065
6066 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
6067 - included flags to indicate if Blind Pixel Method or PIn Diode
6068 method was OK. Up to now, program stopped, if one of the two
6069 methods was chosen but not able to being executed.
6070
6071 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
6072 manalysis/MGeomApply.cc:
6073 - put all missing InitSize(npixels) into MGeomApply
6074
6075 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
6076 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
6077 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6078 - include possibility to fit the pedestals with Gaussian.
6079 - old methods are not affected.
6080 - add new method with MPedCalcPedRun::SetUseHists()
6081
6082
6083
6084 2004/01/28: Abelardo Moralejo
6085
6086 * mcalib/MMcCalibration.cc
6087 - fixed wrong variable type in call to TH1F constructor (number of
6088 bins is now integer), which resulted in a compilation warning.
6089
6090
6091
6092 2004/01/28: Thomas Bretz
6093
6094 * manalysis/MPedestalCam.cc:
6095 - removed unwanted CheckBound from operators. CheckBounds is ONLY
6096 ment for really old MC files and will be removed in the future
6097 anyhow.
6098
6099 * mcalib/MHCalibrationPixel.h:
6100 - removed obsolete include of MFFT
6101
6102 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
6103 manalysis/MPedestalCam.[h,cc]:
6104 - removed use of obsolete MPedestalCam::CheckBounds. This was
6105 a workaround for a 'bug' in very old camera files, which is not
6106 necessary anymore.
6107
6108 * manalysis/MCerPhotAnal2.[h,cc]:
6109 - replaced MPedestalCam by MPedPhotCam
6110
6111 * manalysis/MExtractSignal.cc:
6112 - some small simplification to the signal extraction
6113 - removed some obsolete variables
6114 - replaced for by while
6115 - removed obsolete casts
6116
6117 * mmain/MEventDisplay.cc:
6118 - gave names to the filters
6119 - removed adding MHCamera to fList because it was deleted twice
6120
6121 * mhist/MHCamera.cc:
6122 - fixed usage of fPainter in Paint() - title was not updated
6123 correctly
6124
6125
6126
6127 2004/01/28: Sebastian Raducci
6128
6129 * manalysis/MArrivalTime.[h,cc]:
6130 - removed all the code relative to the cluster evaluation
6131
6132
6133
6134 2004/01/27: Markus Gaug
6135
6136 * manalysis/MPedestalPix.cc:
6137 - initialize default values to 0 instead of -1.
6138
6139 * manalysis/MPedestalCam.[h,cc]:
6140 - include CheckBounds, also in operator[]
6141
6142 * mcalib/MCalibrationCam.[h,cc]:
6143 - apparently, there was a reference to InitSize(UInt_t i) instead
6144 of InitSize(Int_t i), where compiler complained, now changed
6145
6146 * mcalib/MHCalibration*, mcalib/MCalibration*:
6147 - fixed all Clear()'s, Reset()'s, direct intializers
6148
6149
6150
6151 2004/01/27: Thomas Bretz
6152
6153 * mdata/MDataChain.cc:
6154 - added '%' to supported operators
6155
6156
6157
6158 2004/01/26: Nicola Galante
6159
6160 * manalysis/MMcTriggerLvl2.[cc,h]:
6161
6162 - Defined some static constants to avoid ugly "magic numbers"
6163 in arrays: gsNCells, gsNTrigPixels,
6164 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
6165 - Added method
6166 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
6167 which computes compact pixels into a given L2T macrocell.
6168 - Added method
6169 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
6170 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
6171 macrocells
6172 - Added method
6173 MMcTriggerLvl2::GetCellPseudoSize() const
6174 which returns fCellPseudoSize
6175 - Added method
6176 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
6177 which controls whether a pixel belongs to a given L2T cell.
6178 - Added method
6179 MMcTriggerLvl2::GetMaxCell() const
6180 which returns fMaxCell, the cell with the maximum
6181 fCellPseudoSize.
6182
6183
6184
6185 2004/01/26: Markus Gaug, Michele Doro
6186
6187 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
6188 - moved calculation of arrival time from MArrivalTime to
6189 MArrivalTimeCalc. MArrivalTime does not do any Process-job
6190 anymore
6191 - TSpline5 now on stack.
6192 - function to set the stepsize
6193
6194 * mcalib/MHCalibrationBlindPixel.[h,cc]:
6195 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
6196 - implement combined Polya fit and Michele's back-scattered electron
6197 fit
6198
6199 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
6200 mcalib/MCalibrationPINDiode.cc:
6201 - combine FitChargeHiGain and FitChargeLoGain into one function
6202
6203 * macros/calibration.C
6204 - improve double gauss fit a bit
6205
6206
6207
6208 2004/01/26: Thomas Bretz
6209
6210 * mraw/MRawEvtPixelIter.[h,cc]:
6211 - removed member function GetNumPixels. For more details see mantis.
6212
6213 * manalysis/MArrivalTime.[h,cc]:
6214 - reorganized includes
6215 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
6216 definition
6217 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
6218 PROGRAM
6219
6220 * manalysis/MArrivalTimeCalc.[h,cc]:
6221 - reorganized includes
6222 - removed many obsolete code, exspecially copy&paste relicts!
6223 - fixed usage of InitSize
6224 - removed CleanArray. Reset() is called automatically before Process()
6225
6226 * manalysis/MExtractedSignalCam.[h,cc]:
6227 - added SetLogStream
6228 - removed obsolete include MGeomCam
6229 - replaced PrintOut by Print
6230 - added const-qualifiers to all Getters
6231 - fixed documentation
6232
6233 * manalysis/MExtractedSignalPix.[h,cc]:
6234 - replaced PrintOut by Print
6235 - fixed documentation
6236
6237 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
6238 - replaced memset by Reset()
6239
6240
6241
6242 2004/01/24: Abelardo Moralejo
6243
6244 * macros/starmcstereo.C
6245 - Added. Example of how to run the analysis chain for MC files
6246 containing simulation of stereo systems of 2 telescopes.
6247
6248 * mcalib/MCalibrate.cc
6249 - Added check that value of signal from MExtractedSignalPix is not
6250 the default (error) value. In such a case, the signal in
6251 MCerPhotEvt is now set to 0. Before, all pixels got very high
6252 values in MCerPhotEvt in case the MRawEvtData object for the
6253 event was missing in the file. This happened in MC files, in
6254 which in some circumstances an event is written without the
6255 pixel information (for instance, when running stereo simulations
6256 the pixel data is missing for non-triggered telescopes, but the
6257 event headers are present).
6258
6259
6260
6261 2004/01/23: Markus Gaug
6262
6263 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
6264 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
6265 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
6266 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
6267 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
6268 - use MArrivalTime for Storage (or calculation) of time
6269 in MExtractSignal
6270 - pass from TH1I histos to TH1F for times
6271
6272 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
6273 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
6274 mcalib/MCalibrationCalc.[h,cc]:
6275 - clean up setters
6276 - pass to bit-fields for all flags
6277
6278 * mcalib/MCalibrationCam.cc
6279 - exclude Blind Pixel from Camera display
6280 - do not fill &val when return kFALSE
6281
6282 * macros/calibration.C
6283 - include functions to exclude the blind pixel,
6284 calculation of times and quality checks
6285
6286
6287
6288 2004/01/23: Abelardo Moralejo
6289
6290 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
6291 - Added support (using AddSerialNumber) for stereo MC files.
6292
6293
6294
6295 2004/01/23: Thomas Bretz
6296
6297 * mbase/MAstro.cc:
6298 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
6299
6300 * mreport/MReport*.[h,cc]:
6301 - changed all classes to return Int_t instead of Bool_t in
6302 InterpreteBody
6303 - changed MReportFileRead such, that a wrong line results in
6304 skipping the line instead of abort reading.
6305
6306 * manalysis/MExtractSignal.cc:
6307 - do not print information for each pixel - it's too much.
6308
6309 * mbase/MStatusDisplay.cc:
6310 - when reading a status display do not display tabs with
6311 the same name than one which is already existing.
6312
6313 * mcalib/MCalibrate.cc:
6314 - directly store pointer to pixel when setting saturation flag
6315
6316 * mcamera/MCameraDC.cc:
6317 - fixed some comments
6318
6319 * mhist/MHCamEvent.cc:
6320 - fixed a crash when no geometry was available
6321
6322 * mhist/MHCamera.[h,cc]:
6323 - removed obsolete member function SetPix
6324
6325 * mbase/MStatusDisplay.[h,cc]:
6326 - added EventInfo member function
6327 - implemented preliminary redirection of GetObjectInfo to
6328 StatusLine2 -> An own status line for this is missing
6329
6330 * manalysis/MExtractSignal.[h,cc]:
6331 - implemented StreamPrimitive
6332 - changed deafults to be static const data members
6333
6334 * manalysis/MGeomApply.[h,cc]:
6335 - implemented StreamPrimitive
6336
6337
6338
6339 2004/01/23: Abelardo Moralejo
6340
6341 * manalysis/MMcCalibrationUpdate.[h,cc]
6342 - Added check to guarantee that the FADC simulation parameters of
6343 all read files (those used for calibration and those analyzed)
6344 are the same.
6345 - Added missing support for analysis of stereo files.
6346
6347 * mcalib/MMcCalibrationCalc.cc
6348 - Removed obsolete FIXME comment.
6349 - Added missing support for analysis of stereo files.
6350
6351
6352 2004/01/23: Raquel de los Reyes
6353
6354 * macros/CCDataCheck.C
6355 - Added the temperature distribution of the optical links
6356 and the plots of the LV power supplies.
6357 * mcamera/MCameraLV.h
6358 - Added the "Get" functions to access the private data
6359 members of the class.
6360
6361
6362 2004/01/22: Abelardo Moralejo
6363
6364 * manalysis/MMcCalibrationUpdate.[h,cc]
6365 - Now ratio of high to low gain is taken from MCalibrationCam if
6366 it existed previously in the parameter list, instead of being
6367 read again from the MMcFadcHeader. Removed Setter function for
6368 fADC2PhInner, no longer necessary. Fixed error regarding the
6369 pedestal conversion to photons (did not read conversion factor
6370 from preexisting MCalibrationCam object).
6371
6372 * mcalib/MMcCalibrationCalc.cc
6373 - Changed parameters of the histogram, and also the quantity being
6374 histogrammed. Check that input data come from a noiseless camera
6375 file before proceeding to do the calibration. Introduced lower
6376 size in cut for calibration. Now rhe calibration constant is not
6377 calculated from the mean of photons/ADC counts, but from the peak
6378 of the histogram.
6379
6380 * macros/starmc.C
6381 - Introduced new scheme. Now there are two loops over two different
6382 sets of files. First loop calculates the calibration constants,
6383 second one does the analysis. Introduced comments. Now the
6384 histogram used in the light calibration is written to the output
6385 file.
6386
6387
6388
6389 2004/01/22: Thomas Bretz
6390
6391 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
6392 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
6393 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
6394 mcalib/MCalibrationBlindPixel.[h,cc],
6395 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
6396 mcalib/MHCalibrationBlindPixel.[h,cc],
6397 mcalib/MHCalibrationPINDiode.[h,cc]:
6398 - cleaned up includes
6399
6400
6401
6402 2004/01/22: Raquel de los Reyes
6403
6404 * macros/CCDataCheck.C
6405 - macro to check the data from the central control (.rep files).
6406
6407
6408
6409 2004/01/22: Markus Gaug
6410
6411 * macros/calibration.C
6412 - made MStatusDisplay 3 bit smaller
6413
6414 * manalysis/MExtractSignal.cc
6415 - put fSignals->SetUsedFADCSlices into PreProcess
6416
6417 * manalysis/MPedCalcPedRun.cc
6418 - calculate PedRMS as RMS of the sums, later renormalized to units
6419 of RMS/slice (eliminate the wrong effect of odd and even slices)
6420
6421 * mcalib/MCalibrationCalc.cc
6422 - if bit SkipBlindPixelFit is set, now number of photons outside
6423 plexiglass is not intended to be calculated any more (previous
6424 bug)
6425 - exclude excluded pixels in eventloop
6426
6427 * mcalib/MHCalibrationBlindPixel.[h,cc]
6428 - move functions to pointer again (otherwise, Clone will give
6429 strange results)
6430
6431
6432
6433 2004/01/21: Abelardo Moralejo
6434
6435 * mcalib/MMcCalibrationCalc.[h,cc]
6436 - Added. First version of the task intended to calculate the
6437 conversion factors from ADC counts to photons in the MC. It has
6438 a different aim than the recently renamed class
6439 "MMcCalibrationUpdate" (which takes care that the correct
6440 pedestals and conversion factors are supplied to each event, but
6441 does not really calculate anything).
6442
6443 * mcalib/Makefile, CalibLinkDef.h
6444 - Added new class MMcCalibrationCalc
6445
6446 * manalysis/MMcCalibrationUpdate.[h,cc]
6447 - Now the container MCalibrationCam is not created or modified if
6448 it is found that one such container already exists in the
6449 Parameter list (from a previous calibration).
6450
6451
6452
6453 2004/01/21: Thomas Bretz
6454
6455 * mraw/MRawRead.cc:
6456 - restore the fake time for all runs (current time stamp in
6457 the data seems to be toally nonsense)
6458
6459 * mraw/MRawEvtHeader.cc:
6460 - removed decoding of real time (current time stamp in the data
6461 seems to be toally nonsense)
6462
6463
6464
6465 2004/01/21: Abelardo Moralejo
6466
6467 * mmc/MMcEvt.hxx
6468 - Uncommented 6 Getter functions (those regarding the number of
6469 photons surviving the different stages of simulation).
6470
6471 * manalysis/MMcCalibrationUpdate.[h,cc]
6472 - Added (see below).
6473
6474 * manalysis/MMcCalibrationCalc.[h,cc]
6475 - Removed: changed name of this class to MMcCalibrationUpdate,
6476 which is more representative of what it really does. Moved
6477 the filling of the MCalibrationCam container from Process to
6478 ReInit, since it does not change on an event by event basis.
6479 Simplified PreProcess (MCalibrationCam was searched for twice).
6480 Updated class description and comments.
6481
6482 * manalysis/Makefile, AnalysisLinkDef.h
6483 - Adapted to change above
6484
6485 * macros/starmc.C
6486 - Adapted to change above. Changed also task instance name from
6487 mccalibcalc to mccalibupdate.
6488
6489
6490
6491 2004/01/21: Raquel de los Reyes
6492
6493 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
6494 and mcamera/MCameraCalibration.h
6495 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
6496 the private data members of the class.
6497
6498
6499
6500 2004/01/20: Thomas Hengstebeck
6501
6502 * mranforest/MRanForestCalc.[h,cc]
6503 - Added member functions Grow (training of RF) and Fill (reading in
6504 trained forest from file) which simplify macros.
6505 One just needs to call them instead of using MRanForestGrow and
6506 MRanForestFill (and the related training and fill loops) in a
6507 macro.
6508
6509
6510
6511 2004/01/20: Abelardo moralejo
6512
6513 * manalysis/MMcCalibrationCalc.cc
6514 - removed call to MCalibrationPix::SetPedestal, which was not
6515 needed.
6516
6517
6518
6519 2004/01/20: Thomas Bretz
6520
6521 * Makefile:
6522 - replaced 'make' by '$(MAKE)'
6523
6524 * Makefile.rules:
6525 - added Makefile itself to dependencies
6526
6527 * mbase/MTask.cc:
6528 - added comment about ReInit
6529
6530 * mhbase/MH.cc:
6531 - do not clear pad in DrawClone if 'same' option given
6532
6533 * mhist/MHVsTime.cc:
6534 - evaluate 'same' option
6535
6536 * mfileio/MReadCurrents.[h,cc]:
6537 - obsolete, removed
6538
6539 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
6540 - added some comments
6541
6542
6543
6544 2004/01/20: Abelardo moralejo
6545
6546 * mcalib/MHCalibrationPINDiode.cc
6547 - Added call to SetDirecory(0) for histograms fHErrCharge,
6548 fHPCharge, fHPTime.
6549
6550 * manalysis/MCerPhotPix.h:
6551 - Changed position of declaration of fIsSaturated to be the last
6552 private variable. Otherwise, since in the constructor it is
6553 initialized in the last place, a warning is displayed upon
6554 compilation in some systems.
6555
6556
6557
6558 2004/01/20: Markus Gaug
6559 * mcalib/Makefile, manalysis/Makefile:
6560 - include directory ../mtools
6561
6562 * mtools/MFFT.[h,cc]
6563 - class inherits from TObject now
6564
6565
6566
6567 2004/01/19: Markus Gaug
6568
6569 * mcalib/MHCalibrationBlindPixel.[h,cc]
6570 - fixed a bug in fFitLegend due to which program crashed by calls
6571 to DrawClone
6572 - Modified way to change the fit function
6573
6574 * mcalib/MHCalibrationPixel.[h,cc]
6575 - reordered function calls
6576 - removed SetupFill
6577
6578 * mcalib/MHCalibrationPINDiode.h
6579 - reordered function calls
6580
6581 * mcalib/MCalibrationPix.[h,cc]
6582 - limits to define fFitValid now as variables in class
6583
6584 * mcalib/MCalibrationCam.[h,cc]
6585 - reordered function calls
6586 - incorporate option to exclude pixels
6587
6588 * mcalib/MCalibrationBlindPix.h
6589 - Modified way to change the fit function
6590
6591 * mcalib/MCalibrationCalc.[h,cc]
6592 - Modified way to change the fit function
6593 - incorporate option to exclude pixels from configuration file
6594
6595 * macros/calibration.C
6596 - Modified way to change the fit function
6597 - incorporate option to exclude pixels from configuration file
6598
6599
6600
6601 2004/01/19: Javier Rico
6602
6603 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
6604 - Added documentation of member functions
6605
6606
6607
6608 2004/01/19: Abelardo Moralejo
6609
6610 * manalysis/MCerPhotPix.[h,cc]
6611 - Added fIsSaturated to flag whether low gain of the pixel is
6612 saturated. Added corresponding getter and setter functions.
6613 Updated ClassDef to version 2.
6614
6615 * mcalib/MCalibrate.cc
6616 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
6617 one low gain FADC slice is saturated.
6618
6619 * mimage/MNewImagePar.[h,cc]
6620 - Added new member variable fNumSaturatedPixels to count how many
6621 pixels were saturated. Updated ClassDef to version 2.
6622
6623
6624
6625 2004/01/19: Thomas Bretz
6626
6627 * manalysis/MPedPhotCalc.[cc,h]:
6628 - fixed order of includes
6629 - removed obsolete forward declarations
6630 - removed obsolete data member fNumPixels (stored already twice in
6631 the two TArrayF)
6632 - fixed some small bugs in the documentation
6633
6634 * manalysis/MPedCalcPedRun.cc:
6635 - updated my eMail address
6636
6637
6638
6639 2004/01/19: Javier Rico
6640
6641 * macros/dohtml.C, NEWS
6642 - include some missing info
6643
6644
6645
6646 2004/01/19: Abelardo Moralejo
6647
6648 * manalysis/MExtractedSignalPix.h
6649 - added GetNumLoGainSaturated()
6650
6651
6652
6653 2004/01/19: Markus Gaug
6654
6655 * macros/dohtml.C
6656 - include calibration.C
6657
6658 * manalysis/MExtractSignal.cc
6659 - warning of logain saturation now only once per event (out of loop)
6660
6661 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
6662 - new Flag fExcluded to indicate if pixel has been excluded from
6663 further analysis
6664
6665
6666
6667 2004/01/16: Javier Rico & Pepe Flix
6668
6669 * manalysis/MPedPhotCalc.[cc,h]
6670 - added
6671 - new class for the evaluation of pedestals in units of photons
6672 using the extracted signal from pedestal runs and calibration
6673 constants defined in MCalibrate
6674
6675 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
6676 - added entries for MPedPhotCalc
6677
6678 * macros/pedphotcalc.C
6679 - added
6680 - example on how to use MPedPhotCalc task
6681
6682
6683
6684 2004/01/16: Markus Gaug
6685
6686 * mcalib/MCalibrationFits.h
6687 - removed and incorporated in MHCalibrationBlindPixel.h
6688
6689 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
6690 mcalib/MCalibrationBlindPix.h:
6691 - incorporate Fit functions
6692 - fixed a bug due to which DrawClone crashed when class was used
6693 in a compiled macro
6694
6695 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
6696 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
6697 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
6698 mcalib/MHCalibrationPixel.cc:
6699 - fixed the warns and errs in fLog's
6700
6701
6702
6703 2004/01/16: Abelardo Moralejo
6704
6705 * manalysis/MMcCalibrationCalc.cc
6706 - TMath::Max() is no longer used because it did not compile in some
6707 systems for unkown reasons. I replaced it by a safer (and may be
6708 slower) code.
6709 - Added calpix.SetFitValid();
6710
6711 * mhist/MHEvent.cc
6712 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
6713 be 1 in case of RMS:
6714 case kEvtPedestalRMS:
6715 fHist->SetCamContent(*(MCamEvent*)par, 1);
6716
6717
6718
6719 2004/01/15: Abelardo Moralejo
6720
6721 * macros/starmc.C
6722 - Added. Version of star showing new chain to get Hillas
6723 parameters (with Size calibrated in photons) from MC files.
6724
6725
6726
6727 2004/01/15: Javier Rico
6728
6729 * manalysis/MPedCalcPedRun.[h,cc]
6730 - optimize the running time
6731 - add (some) documentation
6732 - correct treatment for the case of several input files
6733
6734 * macros/pedvsevent.C
6735 - added
6736 - draw pedestal mean and rms vs event# for input pixel# and run
6737 file, and compares them to the global pedestal mean and rms
6738
6739
6740
6741 2004/01/15: Raquel de los Reyes
6742
6743 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
6744 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
6745 functions to compute the estimation of the error of the
6746 mean. It can be done calling to the function
6747 MCamEvent::SetBit(MHCamera::kVariance) in the macro
6748
6749
6750
6751 2004/01/15: Markus Gaug
6752
6753 * mhist/MHCamera.[h,cc]
6754 - incorporate Thomas's changes
6755 - replace void CreateProjection() by TH1D *Projection(const char*)
6756
6757 * macros/calibration.C
6758 - replace MHCamera->Draw("proj") by MHCamera->Projection()
6759 - produce better fits to the projection
6760
6761 * manalysis/MSimulatedAnnealing.[h,cc],
6762 mhist/MHSimulatedAnnealing.[h,cc]:
6763 - moved to directory mtools
6764 - MSimulatedAnnealing now inherits from TObject
6765
6766 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
6767 mhist/Makefile, mhist/HistLinkDef.h:
6768 - removed MSimulatedAnnealing
6769 - removed MHSimulatedAnnealing
6770
6771 * mtools/Makefile, mtools/AnalysisLinkDef.h:
6772 - added MSimulatedAnnealing
6773 - added MHSimulatedAnnealing
6774
6775
6776
6777 2004/01/15: Thomas Bretz
6778
6779 * manalysis/AnalysisLinkDef.h:
6780 - removed MCurrents
6781
6782 * mhist/MHCamera.[h,cc]:
6783 - added member function Projection
6784 - removed fYproj
6785
6786 * mreport/MReport*.*:
6787 - added more comments
6788
6789
6790
6791 2004/01/14: Markus Gaug
6792
6793 * mtools/MFFT.[h,cc]
6794 - new class to perform Fast Fourier Transforms
6795
6796 * mtools/Makefile
6797 * mtools/ToolsLinkDef.h
6798 - include MFFT
6799
6800 * manalysis/MExtractedSignalCam.h
6801 - removed variables fNumHiGainSamples and fNumLoGainSamples
6802 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
6803
6804 * manalysis/MExtractSignal.cc
6805 - updated call to SetUsedFADCSlices
6806
6807
6808
6809 2004/01/14: Abelardo Moralejo
6810
6811 * manalysis/MMcCalibrationCalc.cc:
6812 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
6813 This can happen (depending on camera simulation parameters), and
6814 rms = 0 later resulted in the pixel being eliminated in the
6815 image cleaning.
6816
6817
6818
6819 2004/01/14: Thomas Bretz
6820
6821 * Makefile:
6822 - replaced old style Makefile.depend by directory specific
6823 dependancy files
6824
6825 * Makefile.rules:
6826 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
6827 - added rule to make dependency files
6828 - added rule to remove dependancy files.
6829 - added rmdep as prerequisite to clean
6830 - include dependency file
6831
6832 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
6833 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
6834 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
6835 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
6836 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
6837 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
6838 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
6839 mtools/Makefile:
6840 - removed clean-rule, use the one in Makefile.rules instead
6841
6842 * mreport/Makefile, mreport/ReportLinkDef.h:
6843 - added MReportHelp
6844
6845 * mreport/MReportFileRead.cc:
6846 - moved code from MReportHelp to new file
6847 - removed usage of MReport class completely
6848
6849 * mfilter/MFGeomag.[h,cc]:
6850 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
6851 - changed the second loop from 0->1151 to 1152->2304
6852 - removed dummy arrays used for reading
6853 - output filename in case of 'file not found'
6854 - removed obsolete data members
6855 - removed obsolete Init function
6856 - removed forbidden underscore from member variable
6857 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
6858
6859 * mbase/MStatusDisplay.[h,cc]:
6860 - added new member function Open
6861 - added new menu entry kFileOpen
6862 - changed UpdatePSheader algorithm (the old one was much too slow)
6863
6864 * manalysis/MCurrents.[h,cc]:
6865 - removed (old outdated)
6866
6867 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6868 - removed MCurrents
6869
6870
6871
6872 2004/01/14: Wolfgang Wittek
6873
6874 * macros/ONOFFAnalysis.C:
6875 - current version
6876
6877 * mhist/MHSigmaTheta.[h,cc]:
6878 - replace MPedestalCam by MPedPhotCam
6879
6880 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
6881 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
6882 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
6883 - replace MPedestalCam by MPedPhotCam
6884
6885 * manalysis/MPedPhotPix.[h,cc]
6886 - uncomment SetRms()
6887
6888
6889
6890 2004/01/13: Markus Gaug
6891
6892 * manalysis/MExtractSignal.h
6893 - seems that the reduced light intensity of the CT1 Pulser
6894 results in broader pulses -> Set Default time slices to [3,10]
6895
6896 * mhist/MHCamera.cc
6897 - make Stat Window in option 'proj' bigger
6898 - add comment line at beginning of Draw()
6899
6900 * mcalib/MHCalibrationBlindPixel.[h.cc]
6901 - add Function DrawClone()
6902 - fix bug in calculation of integral (GetIntegral("width"))
6903 - restrict parameters tighter
6904 - declare fit as not valid, if less than 100 events
6905 in single photo-electron peak
6906
6907 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
6908 - fit now with fixed normalization
6909
6910 * mcalib/MHCalibrationPixel.[h.cc]
6911 - new function IsEmpty()
6912 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
6913
6914 * mcalib/MCalibrationPix.[h.cc]
6915 - F-Factor corrected and added error
6916 - Histograms not fitted if they are empty
6917 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
6918
6919 * mcalib/MCalibrationCam.cc
6920 - Square Root of Reduced Sigmas not taken, if they are < 0.
6921 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
6922
6923 * mcalib/MCalibrationCalc.cc
6924 - Blind Pixel is not additionally treated as normal pixel any more
6925 - Blind Pixel Draw replaced by DrawClone
6926
6927 * macros/calibration.C
6928 - took out some unused code
6929 - some default axis labelling corrected
6930
6931
6932
6933 2004/01/13: Abelardo Moralejo
6934
6935 * manalysis/MMcPedestalCopy.cc
6936 - added check of whether input file is a MC file before executing
6937 the PreProcess.
6938
6939
6940
6941 2004/01/13: Wolfgang Wittek
6942
6943 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
6944 - change macro to handle also MC events with finite sigmabar
6945
6946 * manalysis/MPadOn.[h,cc]:
6947 - deleted, is replaced by MPad
6948
6949 * manalysis/MPadOnOFF.[h,cc]:
6950 - deleted, is replaced by MPad
6951
6952 * manalysis/MPad.[h,cc]:
6953 - new class, replacing MPadON and MPadONOFF
6954 - handle also MC events with finite sigmabar
6955
6956 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6957 - replace MPadON and MPadONOFF by MPad
6958
6959
6960
6961 2004/01/13: Thomas Bretz
6962
6963 * mraw/MRawRunHeader.[h,cc]:
6964 - implemented new member function GetRunTypeStr
6965
6966 * Changelog.03:
6967 - added (contains entries of 2003)
6968
6969 * Changelog:
6970 - removed entries of 2003
6971
6972 * mfilter/MFGeomag.cc:
6973 - simplified open/close of input files
6974
6975 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
6976 - added some comments
6977 - added new member function GetError
6978
6979 * Makefile:
6980 - updated 'make dox' output for convinience
6981
6982 * macros/dohtml.C:
6983 - do not print Info's
6984 - added mcamera
6985 - added mpointing
6986 - added mreport
6987
6988 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
6989 - removed some obsolete comments (these comments confused THtml)
6990
6991 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
6992 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
6993 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
6994 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
6995 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
6996 - replaced MPedestalCam by MPedPhotCam
6997 - removed some obsolete includes
6998
6999 * mbase/BaseLinkDef.h, mbase/Makefile:
7000 - added MLogPlugin
7001 - added MLogHtml
7002
7003 * mbase/MLog.[h,cc]:
7004 - added use of plugins
7005
7006 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
7007 - added
7008
7009 * mbase/MStatusDisplay.[h,cc]:
7010 - added a Save-As dialog
7011
7012
7013
7014 2004/01/12: Thomas Bretz
7015
7016 * macros/rootlogon.C:
7017 - added mcamera to include path
7018 - added mpointing to include path
7019 - added mreport to include path
7020
7021 * mbase/MLog.cc:
7022 - updated my eMail address
7023
7024 * mbase/MParContainer.h:
7025 - added Read member function
7026
7027 * mbase/MStatusDisplay.[h,cc]:
7028 - changed size of ps-paper
7029 - added a user defined bottom line to the ps-files
7030 - added name (currently unused)
7031 - added title (used as possible bottom line in ps-file)
7032
7033 * mraw/MRawRunHeader.cc:
7034 - added some comments
7035
7036 * status.cc:
7037 - set name of input as bottom line of status display
7038
7039
7040
7041 2004/01/12: Abelardo Moralejo
7042
7043 * mimage/MStereoPar.cc
7044 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
7045 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
7046 Bug had no effect unless scale1 != scale2 (-> telescopes of
7047 different size).
7048
7049
7050
7051 2004/01/12: Markus Gaug
7052
7053 * manalysis/MExtractSignal.[h,cc]
7054 - take out some uncommented code
7055 - replace logainshift by two independent variables:
7056 logainfirst, logainlast
7057 - because in most data, maximum occurs in slice 4, shift default
7058 from slices 4-9 to slices 3-8.
7059
7060 * manalysis/MExtractedSignalPix.[h,cc]
7061 - took out some uncommented code
7062 - new initializers: instead of -1. now 99999.9
7063
7064
7065
7066 2004/01/09: Markus Gaug
7067
7068 * mcalib/MCalibrationCam.[h,cc]
7069 - take out 1-dim histos because we can use
7070 the projections in MHCamera (s.b.)
7071
7072 * mcalib/MHCalibrationBlindPixel.h
7073 - make the fit by default quiet
7074
7075 * mcalib/MHCalibrationPixel.[h,cc]
7076 * mcalib/MCalibrationPix.[h,cc]
7077 - Ranges of time slices stored independently for HiGain and LoGain
7078 in order to allow consecutive checks
7079
7080 * mhist/MHCamera.[h.cc]
7081 - add the possibility to call a Draw("proj") which will
7082 draw a Y-Projection of the histogram
7083
7084 * macros/calibration.C
7085 - apply the drawing of the projections and fit them
7086
7087 * mcalib/MCalibrationCalc.cc
7088 - catch the possibility of a calibration file,
7089 unintendedly being a pedestal or cosmic file.
7090 Program now exits with an error before doing the fits
7091
7092 * mcalib/MCalibrationPix.[h,cc]
7093 - fixed a bug in calculation of fFitValid.
7094 before, a call to IsFitValid() always returned false
7095
7096
7097
7098 2004/01/09: Javier Lpez
7099
7100 * macros/bootcampstandardanalysis.C
7101 - added new macro that holds the main scheleton discussed in the
7102 december bootcamp in Wuerzburg. It runs first over a pedestal
7103 run, then over a calibration run, again over the pedestal run
7104 to compute de pedestal in number of photons and finally over a
7105 data run to calibrate the data.
7106
7107
7108
7109 2004/01/06: Sebastian Raducci
7110
7111 * manalysis/MArrivalTime.[h,cc]
7112 - added new method to calculate photon arrival times. It uses the
7113 TSpline5 Root Class to interpolate the Fadc Slices. The time is
7114 the abscissa value of the absolute maximum of the interpolation
7115 - added new method to find clusters with similar arrival times.
7116 For now it's a preliminary version. It simply search for adiacent
7117 pixels having the same arrival time (color).
7118
7119 * manalysis/MArrivalTimeCalc.[h,cc]
7120 - modified the Process() method according to the changes in the
7121 Arrival Time Cointainer
7122
7123 * mmain/MEventDisplay.cc
7124 - added new tab in the camera event display to show the arrival
7125 time. This arrival time is calculated with the spline method
7126 - the old Arrival Time pad now it's called Max Slice Idx, because
7127 it's only the index of the slice with the max content.
7128
7129 * mhist/MHEvent.[h,cc]
7130 - added new fType in te enumeration to handle the arrival time
7131 histos
Note: See TracBrowser for help on using the repository browser.