source: trunk/MagicSoft/Mars/Changelog@ 4515

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