source: trunk/MagicSoft/Mars/Changelog@ 4677

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