source: trunk/MagicSoft/Mars/Changelog@ 4634

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