source: trunk/MagicSoft/Mars/Changelog@ 4609

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