source: trunk/MagicSoft/Mars/Changelog@ 4667

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