source: trunk/MagicSoft/Mars/Changelog@ 4570

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