source: trunk/MagicSoft/Mars/Changelog@ 4452

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