source: trunk/MagicSoft/Mars/Changelog@ 4632

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