source: trunk/MagicSoft/Mars/Changelog@ 4577

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