source: trunk/MagicSoft/Mars/Changelog@ 4585

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