source: trunk/MagicSoft/Mars/Changelog@ 4639

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