source: trunk/MagicSoft/Mars/Changelog@ 4529

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