source: trunk/MagicSoft/Mars/Changelog@ 4567

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