source: trunk/MagicSoft/Mars/Changelog@ 4556

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