source: trunk/MagicSoft/Mars/Changelog@ 4678

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