source: trunk/MagicSoft/Mars/Changelog@ 4574

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