source: trunk/MagicSoft/Mars/Changelog@ 4670

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