source: trunk/MagicSoft/Mars/Changelog@ 4584

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