source: trunk/MagicSoft/Mars/Changelog@ 4627

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