source: trunk/MagicSoft/Mars/Changelog@ 4527

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