source: trunk/MagicSoft/Mars/Changelog@ 2684

Last change on this file since 2684 was 2684, checked in by blanch, 21 years ago
*** empty log message ***
File size: 181.4 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6 2003/12/16: Javi Lopez
7
8 * manalysis/MCalibrate.[h,cc]
9 - new classe that takes the integrated charge from MExtractedSignal container
10 and apply the calibration constants stored in MCalibrationCam container
11 storing the number of photons in MCerPhotEvt.
12
13 2003/12/16: Thomas Bretz
14
15 * mhist/MHSimulatedAnnealing.[h,cc],
16 mhist/MSimulatedAnnealing.[h,cc]:
17 - fixed includes
18
19
20 2003/12/12: Markus Gaug
21
22 * manalysis/MSimulatedAnnealing.[h,cc]
23 * mhist/MHSimulatedAnnealing.[h,cc]
24 - new classes to do a minimization after the Simulated Annealing
25 procedure. Please do make dox and look into the class documentation
26 to know how to use it
27
28 * manalysis/Makefile
29 * mhist/Makefile
30 * manalysis/AnalysisLinkDef.h
31 * mhist/HistLinkDef.h
32 - added the SimulatedAnnealing Classes
33
34
35
36 2003/12/12: Markus Gaug / Michele Doro
37
38 * manalysis/MCalibrationCam.[h,cc]
39 * manalysis/MCalibrationPix.[h,cc]
40 * manalysis/MCalibrationBlindPix.[h,cc]
41 * manalysis/MCalibrationConfig.[h,cc]
42 - bug found transforming the number of photons from the blind pixel
43 to the inner pixel. The previous results were wrong by a factor 2
44 - PIN Diode formally included
45 - Code better documented in MCalibrationCam
46
47
48
49 2003/12/15: Thomas Bretz
50
51 * mraw/MRawRead.[h,cc]:
52 - added
53
54 * mraw/Makefile, mraw/RawLinkDef.h:
55 - added MRawRead
56
57 * mraw/MRawSocketRead.[h,cc], mraw/MRawFileRead.[h,cc]:
58 - changed such, that it derives from MRawRead now
59
60 * mfilter/MFAntiFilter.[h,cc]:
61 - removed. This function is implemented in MFilterList
62
63 * merpp.cc:
64 - enhanced to support start/stop time
65
66 * manalysis/MEventRateCalc.cc:
67 - removed some stuff which was commented out
68
69 * mbase/MTime.cc:
70 - small change to GetString
71
72 * mhist/MHCamera.cc:
73 - made the inverse deep blue dea palette the default
74 (FIXME: Make this a resource)
75
76 * mreport/MReport.[h,cc]:
77 - added MTime arguments to Interprete
78
79 * mreport/MReportFileRead.[h,cc]:
80 - added MTime arguments to Interprete
81 - added fStart/fStop data member
82
83
84
85 2003/12/15: Abelardo Moralejo
86
87 * mgeom/MGeomCam.h
88 - made the CalcPixRatio function public.
89
90 * manalysis/MGeomApply.cc
91 - call the CalcPixRatio of the MGeomCam object. Workaround to
92 allow the analysis of some files from a beta version of camera
93 0.7 in which the array containing pixel ratios was not
94 initialized.
95
96
97
98 2003/12/12: Markus Gaug / Michele Doro
99
100 * manalysis/MCalibrationCam.cc
101 - did not compile because of a wrong command to MCalibrationPix,
102 now corrected
103
104
105
106 2003/12/12: Nadia Tonello
107
108 * mimage/MImgCleanStd.cc
109 - now the cleaning of rings>1 is done symmetrically around the core
110 pixels (bug solved)
111
112
113
114 2003/12/12: Abelardo Moralejo
115
116 * manalysis/MMcCalibrationCalc.[h,cc]
117 - added fADC2PheInner, fADC2PheOuter and setter functions. Put
118 these values into MCalibrationCam. Look for MExtractedSignalCam
119 to check which gain branch has been used (relevant for the
120 conversion factor) for each pixel.
121
122
123
124 2003/12/12: Markus Gaug
125
126 * manalysis/MExtractSignal.[h,cc]
127 - now with constructor allowing to set the first and last used
128 time slice
129 - (default like before)
130 - extract number of pixels from MGeomCam
131
132
133
134 2003/12/12: Sabrina Stark
135
136 * mfilter/MFSelBasic.[h,cc]
137 - new class for MAGIC analysis, corresponding to MFCT1SelBasic
138
139 * mfilter/MFSelStandard.[h,cc]
140 - new class for MAGIC analysis, corresponding to MFCT1SelStandard
141
142 * mfilter/MFSelFinal.[h,cc]
143 - new class for MAGIC analysis, corresponding to MFCT1SelFinal
144
145 * mfilter/Makefile, mfilter/FilterLinkDef.h
146 - include MFSelBasic, MFSelStandard, MFSelFinal
147
148 * manalysis/MPadONOFF.[h,cc]
149 - new class for MAGIC analysis, corresponding to MPadONOFF
150
151 * manalysis/MSupercuts.[h,cc]
152 - new class for MAGIC analysis, corresponding to MCT1Supercuts
153
154 * manalysis/MSupercutsCalc.[h,cc]
155 - new class for MAGIC analysis, corresponding to MCT1SupercutsCalc
156
157 * manalysis/MFindSupercuts.[h,cc]
158 - new class for MAGIC analysis, corresponding to MCT1FindSupercuts
159
160 * manalysis/MPedestalWorkaround.[h,cc]
161 - temporary task for MAGIC analysis to copy pedestal values and
162 RMS from MPedPhotCam to MPedestalCam
163
164 * manalysis/Makefile, manalysis/AnalysisLinkDef.h
165 - include MPadONOFF, MSupercuts, MSupercutsCalc, MFindSupercuts,
166 MPedestalWorkaround
167
168 * mhist/MHSupercuts.[h,cc]
169 - new class for MAGIC analysis, corresponding to MHCT1Supercuts
170
171 * mhist/Makefile, mhist/HistLinkDef.h
172 - include MHSupercuts
173
174 * macros/ONOFFAnalysis.C:
175 - adaption of ONOFFCT1Analysis to apply on Magic data
176
177
178
179 2003/12/12: Markus Gaug
180
181 * manalysis/MExtractedSignalPix:
182 - Added fTailArrivalTime
183
184 * manalysis/MExtractSignals:
185 - SetArrivalTimes modified to 3 arguments (sorry!)
186
187
188
189 2003/12/11: Sebastian Raducci & Villi Scalzotto
190
191 * manalysis/MArrivalTime.[h,cc]
192 - Added (new container)
193 - Preliminary version: do not use it
194
195 * manalysis/MArrivalTimeCalc.[h,cc]
196 - Added (new task)
197
198 * mraw/MRawEvtPixelIter.[h,cc]
199 - Added new method GetIdxMaxHiLoGainSample()
200
201 * mraw/MRawEvtData.cc
202 - Added new case in GetPixelContent() method
203
204 * mmain/MEventDisplay.cc
205 - Added new tab in the camera event display to show the arrival
206 time.
207
208 * mhist/MHEvent.[h,cc]
209 - Added new fType in the enumeration to handle the arrival time
210 histos
211
212
213 2003/12/11: Abelardo Moralejo
214
215 * manalysis/MGeomApply.cc
216 - Initialize size of the MCalibrationCam object according to
217 camera geometry.
218
219 * manalysis/MMcCalibrationCalc.[h,cc]
220 - Added. First draft of a class to get the calibration
221 constants for the analysis of MC events.
222
223 * manalysis/Makefile, AnalysisLinkDef.h
224 - Added new class MMcCalibrationCalc
225
226
227 2003/12/11: Markus Gaug
228
229 * manalysis/MExtractSignal, MExtractedSignalPix
230 - Store number of used FADC slices (HIGain, LoGAin)
231 - calculate signal with only 6 most significant slices (2 before,
232 4 after the maximum)
233
234 * mhist/MHCalibrationBlindPixel:
235 - do the consistency check fitting the pedestal
236
237 * mhist/MHCalibrationPixel:
238 - store Hi Gain vs. Lo Gain values to extract the conversion
239 factor
240
241 * manalysis/MCalibrationPix:
242 * manalysis/MCalibrationCam:
243 - separate Hi Gain and Lo Gain
244 - include return of PIN Diode measurement
245
246
247
248 2003/12/11: Thomas Bretz
249
250 * mbase/MTime.[h,cc]:
251 - small change to GetString
252 - added ReadBinary
253
254 * mraw/MRawCrateData.[h,c], mraw/MRawFileRead.cc,
255 mraw/MRawEvtData.[h,cc], mraw/MRawEvtPixelIter.[h,cc],
256 mraw/MRawRunHeader.[h,cc], mraw/MRawSocketRead.cc,
257 mraw/MRawCrateArray.[h,cc]:
258 - adapted to new DAQ file format Version 2
259 - changed ClassDef version accordingly
260
261 * mraw/RawIncl.h:
262 - added TArrayC
263
264 * mfileio/MCT1ReadPreProc.cc:
265 - tried to change reading CT1 data accordingly
266
267
268
269 2003/12/10: Thomas Bretz
270
271 * manalysis/MPedPhotPix.[h,cc], manalysis/MPedPhotCam.[h,cc]:
272 - added
273
274 * merpp.cc:
275 - added support for dc report files
276
277 * mcamera/CameraLinkDef.h, mcamera/Makefile:
278 - added MCameraDC
279
280 * mhist/MHVsTime.cc:
281 - fixed a missing initialisation
282
283 * mraw/MRawFileRead.cc:
284 - fixed wrong MRawEvtTime name
285
286 * mreport/MReport.cc:
287 - fixed reading of dc files
288
289 * mreport/MReportCurrents.[h,cc]:
290 - do not store currents here. store it in MCameraDC
291
292 * mreport/MReportFileRead.[h,cc]:
293 - added SetHasNoHeader and kHasNoHeader
294
295 * macros/readcurrents.C:
296 - fixed accordingly
297
298 * macros/sumcurrents.C:
299 - fixed accordingly
300
301
302
303 2003/12/09: Markus Gaug
304
305 * mhist/MHCamera.[h,cc]:
306 - added SetCamError to set errors in the camera
307
308 * mhist/MHCalibration*:
309 - all hists doubles to separate High Gain and Low Gain
310
311 * manalysis/MCalibration*
312 - separate Hi Gain and Lo Gain
313 - use MExtractedSignalCam to extract charges
314
315 * manalysis/MExtractSignals.[h,cc]:
316 - new class to extract signals
317
318 * manalysis/MExtractedSignalCam.[h,cc]:
319 - new class to hold extracted signals
320
321 * manalysis/MExtractedSignalPix.[h,cc]:
322 - new class to hold extracted signals for pixel
323
324 * manalysis/Makefile
325 * manalysis/AnalysisLinkDef:
326 - contain MExtractedSignalCam, MExtractedSignalPix, MExtractedSignal
327
328 * macros/calibration.C
329 - EventDisplay which allows to get plot by clicking on pixel
330
331
332
333 2003/12/08: Thomas Bretz
334
335 * mraw/MRawFileRead.cc:
336 - implemented an artificial time-stamp for the current data
337
338 * star.cc, macros/star.C:
339 - works now with MC files and real data.
340
341 * mimage/MHillas.[h.cc], mimage/MHillasExt.[h.cc],
342 mimage/MHillasSrc.[h.cc]:
343 - implemented member functions Print(const MGeomCam&)
344
345 * macros/readMagic.C, macros/readCT1.C, mmain/MEventDisplay.cc:
346 - changed to display deg instead of millimeters
347
348 * manalysis/MEventRateCalc.[h,cc], manalysis/MEventRate.[h,cc]:
349 - updated algorithm
350
351 * macros/evtrate.C:
352 - tutorial how to calculate event rate added
353
354
355
356 2003/12/07: Thomas Bretz
357
358 * mbase/MTime.[h,cc]:
359 - added some new member function
360 - fixed wrong calculations
361 - moved all stand-alone operators into class
362
363 * mhist/MHPixVsTime.cc, mhist/MHVsTime.cc:
364 - fixed MTime handling
365
366 * Makefile.rules:
367 - removed obsolete $(HEADERS) from rule for $(LIB)
368 - added $(CINT)LinkDef.h for rule for $(CINT)Cint.cc
369
370 * mbase/BaseLinkDef.h:
371 - added operator<<(ostream&, MTime&)
372
373 * mmain/MOnlineDump.cc:
374 - fixed a small bug using MTime
375
376
377
378 2003/12/05: Abelardo Moralejo
379
380 * mhistmc/MHMcCollectionArea.cc
381 - removed wrong comment in MHMcCollectionArea::CalcEfficiency2
382
383
384
385 2003/12/05: Thomas Bretz
386
387 * mpointing/*:
388 - added
389
390 * Makefile:
391 - added mpointing
392
393 * NEWS:
394 - updated
395
396 * mbase/MTime.[h,cc]:
397 - complere rewrite of the data members
398 - ClassDef=3
399
400 * mfileio/MCT1ReadPreProc.cc, mfileio/MReadCurrents.cc,
401 mfileio/MReadReports.cc, mhist/MHPixVsTime.cc,
402 mhist/MHVsTime.cc, mmain/MOnlineDump.cc,
403 mmontecarlo/MMcTimeGenerate.cc, mreport/MReport.cc,
404 manalysis/MEventRateCalc.cc:
405 - adapted to new MTime
406
407 * mfileio/MReadReports.[h,cc]:
408 - added the possibility to enable Auto Scheme
409 - delete the TChains when removed
410
411 * mfileio/MWriteRootFile.[h,cc]:
412 - automaticalle create title for Trees
413 - added a 'Must-Have' flag for the added containers
414
415 * mreport/MReportCamera.h:
416 - added //! to all pointers
417
418 * mtools/MAstro.[h,cc]:
419 - added calculations from and to MJD
420 - moved to mbase
421
422 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
423 - removed MReadCurrent
424
425 * readdaq.cc:
426 - changed to display board information on request
427 (MRawCrateArray)
428
429 * mfileio/MReadMarsFile.cc:
430 - small changes to output
431
432 * mfileio/MReadReports.[h,cc]:
433 - added 'Master' tree as a workaround for reading RunHeaders
434
435 * mfileio/MReadTree.cc:
436 - call Notify() of all members of fNotify in Notify()
437
438 * mraw/MRawCrateArray.[h,cc]:
439 - added Print() member function
440
441
442
443
444 2003/12/04: Markus Gaug
445
446 * manalysis/MCalibration*
447 - implemented some of Thomas Bretz suggestions to make the code
448 nicer
449 - implemented the possibility to have cosmics in the calibration
450 data and remove it
451 - implemented the conversion factors for the blind pixel method
452
453 * mhist/MHCalibration*
454 - implemented some of Thomas Bretz suggestions to make the code
455 nicer
456 - implemented the possibility to have cosmics in the calibration
457 data and still fit it
458
459 * macros/calibration.C
460 - MStatusDisplay of calibration histograms a little bit more readable
461
462
463
464 2003/12/03: Abelardo Moralejo
465
466 * mimage/MStereoCalc.cc
467 - Fixed typo in the PreProcess (fmcevt1 was initialized a second
468 time, instead of fmcevt2).
469
470
471
472 2003/12/02: Abelardo Moralejo
473
474 * mimage/MStereoCalc.[h,cc]
475 - changed names of variables (removed underscores). Use new
476 function MTask::AddSerialNumber (see below).
477
478
479
480 2003/12/02: Thomas Bretz
481
482 * mfilter/MFEventSelector2.[h,cc]:
483 - fixed and reorganized screen output
484 - added some small comments to the code
485 - moved some code from Process() to the new private function Select
486 - fixed uncounted events (underflow bins were not counted)
487 - renamed nonsens fErrors to fCounter
488 - fixed usage of fDisplay
489
490 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc],
491 mfileio/MReadReports.[h,cc], mreport/MReport*.[h,cc],
492 mcamera/MCamera*.[h,cc]:
493 - fixed and added comments.
494
495 * mbase/MTask.h:
496 - added static member functions AddSerialNumber to simplify
497 using different Serial numbers.
498
499 * macros/readrep.C:
500 - updated to be an example for more functionality
501
502
503
504 2003/12/01: Markus Gaug
505
506 * macros/calibration.C:
507 - adjusted some parameters
508
509 * manalysis/MCalibrationCalc.cc:
510 - cosmics are now skipped from the fit
511
512 * manalysis/MCalibrationPix:
513 - cosmics are now skipped from the fit
514
515 * mhist/MHCalibrationPixel:
516 - cosmics are now skipped from the fit
517
518 * manalysis/Makefile
519 - MPedCalcPedRun was not in Makefile
520
521 * manalysis/AnalysisLinkDef
522 - MPedCalcPedRun was not in AnalysisLinkDef
523
524
525
526 2003/12/01: Thomas Bretz
527
528 * Makefile:
529 - added readdaq
530
531 * mona.cc:
532 - moved MOnlineDump behind hfilla/../d
533
534 * macros/readrep.C:
535 - removed obsolete piece of code
536 - added 'writer'
537 - added code to read from file
538
539 * mbase/MStatusDisplay.cc:
540 - removed obsolete workaround in HandleEvent. Found the bug
541 in MEventDisplay
542
543 * mmain/MEventDisplay.cc:
544 - fixed a crash when switching to a tab without canvas
545
546 * mmain/MOnlineDisplay.[h,cc]:
547 - removed obsolete code
548
549 * mmain/MOnlineDump.cc:
550 - set maximum and minimum of 'sum' histogram to 0 and 15
551
552 * mtemp/MObservatory.cc:
553 - changed telescope position (kMagic1) according to new data from GPS clock
554
555 * readraw.cc:
556 - changed includes
557
558 * mbase/MPrint.[h,cc]:
559 - added kSeperator
560
561 * mbase/MTime.[h,cc]:
562 - added SetTime(const TTime&)
563
564 * mraw/MRawEvtHeader.cc:
565 - added 'nogains' option to Print
566
567 * readdaq.cc:
568 - added
569
570 * mfilter/MFilterList.cc:
571 - added class description
572
573 * mfilter/FilterLinkDef.h, mfilter/Makefile:
574 - removed obsolete MFAntiFilter (for a replacement see
575 class-description of MFilterList)
576
577 * mfilter/MFRandomSplit.[h,cc]:
578 - fixed missing manipulators in fLog stream
579 - reset values in constructor which are out of range
580 - changed output in PostProcess according to the style in MHillasCalc etc.
581 - changed nonsense derivement from MF to MFilter
582
583 * mhist/MHCamera.[h,cc]:
584 - added DrawClone to get rid of the usage of gROOT->GetSelectedPad.
585 this resulted in some trouble in the past. If it will make more
586 trouble than before we can remove it again - please report problems.
587
588
589
590 2003/12/1: Abelardo Moralejo
591
592 * mimage/MStereoPar.cc
593 - Added calculation of fCT1Impact2, fCT2Impact2, the estimates of
594 impact parameter using the a priori assumption that the events
595 come from a point source located at the center of the camera.
596
597
598
599 2003/11/27: Wolfgang Wittek
600
601 * mfilter/MFEventSelector2.cc
602 - if number of requested events is too high reduce it to the maximum
603 number possible
604 - introduce the flag 'fUseOrigDistribution'; if it is set to kTRUE
605 (by SetOrigDistribution()) the original distribution will be used
606 as the nominal distribution
607 - added member functions SetUseOrigDistribution()
608 - added member functions SetHistOrig()
609
610 * mfilter/MFRandomSplit.[h,cc]
611 - a filter which gives fResult = kTRUE with a certain probability
612
613 * mfilter/MFAntiFilter.[h,cc]
614 - a filter which checks the result of a given filter and returns
615 the opposite result;
616 Thomas : could you please add a code which puts the filter whose
617 result is checked into the task list ?
618
619 * mfilter/Makefile, mfilter/FilterLinkDef.h
620 - add MFRandomSplit and MFAntiFilter
621
622 * manalysis/MCT1FindSupercuts.[h,cc]
623 - in 'DefineTrainMatrix', 'DefineTestMatrix', and
624 'DefineTrainTestMatrix()' :
625 replace call to 'MFEventSelector' by call to 'MFEventSelector2'
626 - add member function SetUseOrigDistribution(Bool_t b);
627 if b = kTRUE the events for the training and test samples are
628 selected randomnly from the input file
629
630
631
632 2003/11/27: Abelardo Moralejo
633
634 * mdata/MDataChain.cc:
635 - added ';' as a possible alphanumeric character in the data
636 string, to support the use of variables from MC stereo files
637 where the parameter containers for each telescope are tagged
638 with a ';' followed by the telescope number.
639
640
641
642 2003/11/26: Thomas Bretz
643
644 * mhist/MHVsTime.[h,cc]:
645 - implemented usage of Event number
646
647 * mhist/MHPixVsTime.[h,cc]:
648 - implemented usage of time (untested - may not work)
649
650
651
652 2003/11/25: Thomas Bretz
653
654 * mgeom/MGeomMirror.h:
655 - added Getter functions for Mirror Center and Mirror
656 Normal vector
657
658
659
660 2003/11/25: Abelardo Moralejo
661
662 * mimage/MStereoPar.[h,cc]
663 * mimage/MStereoCalc.[h,cc]
664 - Added. First version of some calculations for the data analysis
665 of two-telescope configurations (estimation of shower direction
666 and core position).
667 * mimage/Makefile, ImageLinkDef.h
668 - Updated accordingly.
669
670
671
672 2003/11/23: Thomas Bretz
673
674 * star.cc:
675 - fixed a typo
676
677 * manalysis/MCerPhotCalc.cc:
678 - fixed logging stream
679
680 * mbase/MStatusDisplay.[h,cc]:
681 - made fLog available to derived classes
682 - added Reset()-function
683 - added some debug messages to CloseWindow()
684 - put 'return' back into HandleConfigureNotify (fixes the
685 problem with the random size of the Mona display)
686 - added a new workaround in HandleEvent which fixed a crash
687 when switching back to the 'main' tab in MEventDisplay
688 This is NOT understood!
689 - changed bit 14/15 to 15/16. BIT(14) is used in TGMainFrame
690 already
691 - fixed a typo. Must be kTabPrint instead of kFilePrint
692
693 * mfilter/MFRealTimePeriod.h:
694 - added Setter for timeout
695
696 * mhist/MHCamEvent.cc:
697 - fill the rms for each event. This may be switched off by
698 a status bit in the future for speed reasons.
699
700 * mhist/MHCamera.[h,cc]:
701 - removed Profile() from GetMaximum/GetMinimum if no
702 autoscale is done
703 - added 'content' Draw option
704 - when kNoLegend is set draw the legend showing the size
705
706 * mhist/MHEvent.cc:
707 - fixed a typo: GetNumEvents() --> GetRunNumber()
708
709 * mhist/MHTriggerLvl0.cc:
710 - small changes to output
711
712 * mraw/MRawSocketRead.[h,cc]:
713 - renamed fRawEvtTime to fTime
714 - changed 'MRawEvtTime' to 'MTime'
715 - added some debugging output in case of kContinue
716
717 * mmain/MOnlineDump.[h,cc], mmain/MOnlineDisplay.[h,cc]:
718 - added
719
720 * mmain/MainLinkDef.h, mmain/Makefile:
721 - added MOnlineDump
722 - added MOnlineDisplay
723
724 * mona.cc:
725 - updated
726
727 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc]:
728 - added
729
730 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
731 - added MEventRateCalc
732 - added MEventRate
733
734 * mgeom/MGeomMirror.h:
735 - fixed comments in the header - must be in one line!
736
737 * mreport/MReport.h:
738 - adde Getter-function for fState
739
740 * mreport/MReportDrive.[h,cc]:
741 - added GetAbsError() (preliminary!)
742
743
744
745 2003/11/22: Thomas Bretz
746
747 * mreport/MReportCamera.cc:
748 - implemented real reading
749 - changed some loops to poinbter arithmetics
750
751 * mreport/Makefile:
752 - added mcamera
753
754 * merpp.cc:
755 - implemented preliminary support for report-files
756
757 * star.cc:
758 - small changes to handling of update-mode
759
760 * mbase/MParList.cc:
761 - fixed a wrong output
762
763 * mbase/MTask.cc:
764 - fixed AddToBranchList(TString&)
765
766 * mbase/MTime.[h,cc]:
767 - setfill only once
768 - fixed ()-operator
769 - removed nonsens GetTime()
770
771 * mcamera/MCameraAUX.h, mcamera/MCameraCalibration.h,
772 mcamera/MCameraCooling.h, mcamera/MCameraHV.h,
773 mcamera/MCameraLV.h, mcamera/MCameraLid.h,
774 mcamera/MCameraLids.h, mcamera/MCameraPowerSupply.h:
775 - set version in ClassDef to 1
776
777 * mcamera/MCameraCooling.h:
778 - added Getter-functions
779
780 * mcamera/MCameraLV.h:
781 - changed fHumidity to Byte_t
782
783 * mcamera/MCameraLid.h:
784 - derived from MParContainer instead of TObject
785
786 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
787 - added MReadReports
788
789 * mfileio/MReadReports.[h.cc]:
790 - added
791
792 * mfileio/MReadTree.h:
793 - added MReadReports as friend class to allow access to fChain
794
795 * mfileio/MWriteRootFile.cc:
796 - fixed output (didn't have the correct debug flags)
797
798 * mhist/HistLinkDef.h, mhist/Makefile:
799 - added MHVsTime
800
801 * mhist/MHVsTime.[h,cc];
802 - added
803
804 * mhist/MFillH.cc:
805 - add eveything I know to BranchList
806
807 * mraw/MRawFileWrite.[h,cc]:
808 - changed name of MTime from MRawEvtTime to MTime
809 - changed Tree names to:
810 + Events
811 + Pedestals
812 + Calibration
813
814 * mreport/MReportTrigger.[h,cc]:
815 - fixed accoring to a discussion with Riccardo
816 - changed version number in ClassDef to 1
817
818 * mreport/Makefile:
819 - added mcamera
820
821 * macros/rootlogon.C:
822 - added colors
823 - changed the search path for libmars.so a bit
824
825 * mdata/MDataList.[h,cc]:
826 - added support for '%'
827
828 * mhist/MHCamera.[h,cc]:
829 - removed DrawPixelIndices and DrawSectorIndices
830 - replaced by new Draw-options: 'sectorindex' and 'pixelindex'
831 - put together in PaintIndices
832
833 * mmain/MEventDisplay.cc:
834 - added Sectors to tabs
835 - code for adding tab was in class twice (removed in
836 ReadinFirstEvent, uses AddGeometryTabs instead)
837
838 * mreport/MReport.[h,cc]:
839 - prpared to read new DC-REPORT files
840
841 * mreport/MReportDrive.[h,cc]:
842 - removed debug 'D'
843 - added Getter-functions
844
845
846
847 2003/11/21: Thomas Bretz
848
849 * mraw/MRawEvtData.cc:
850 - added type 3 and 4 to GetPixContent
851
852 * status.cc:
853 - added display of average index of slice witg maximum value
854 - implemented a scheme to exit the application and to
855 leave it open when the loop is finished.
856
857 * macros/status.C:
858 - added maximum index histogram
859
860 * mbase/MStatusDisplay.[h,cc]:
861 - implemented kExitLoopOnExit and kExitLoopOnClose
862
863 * mcamera/CameraLinkDef.h:
864 - added missing MCameraAUX and MCameraLid
865
866 * mhist/MHCamEvent.[h,cc]:
867 - added fRms
868
869 * mhist/MHCamera.cc:
870 - added error when printing pixel contents
871
872 * mhist/MHTriggerLvl0.[h,cc]:
873 - use MHCamera::kProfile
874 - renamed PrintOutLayers to PrintOutliers
875
876 * mmain/MEventDisplay.cc:
877 - made 'Mini-Canvas' working in all Tabs by catching kCM_TAB
878
879 * mhist/MFillH.[h,cc], mhist/MH.[h,cc]:
880 - implemented ReInit
881
882 * mbase/MParList.cc:
883 - implemented more sanity check whether a class can be created
884
885 * Makefile:
886 - added mcamera
887 - added mreport
888 - added status
889 - added OBJS and MCint.o to the shared object
890
891 * macros/readCT1.C:
892 - do not add non-existing geomcam to parlist
893 - add geomapl to tasklist
894
895 * mcamera/MCameraCalibration.h, mcamera/MCameraCooling.h,
896 mcamera/MCameraHV.h, mcamera/MCameraLV.h,
897 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
898 mcamera/MCameraPowerSupply.h, mreport/MReportCamera.h:
899 - changed according to discussion with Pepe
900
901 * mtools/Makefile, mtools/ToolsLinkDef.h:
902 - added MAstro
903
904 * mtools/MAstro.[h,cc]:
905 - added
906
907 * macros/readMagic.C, macros/readCT1.C:
908 - changed to display relative signal (which is compared to the
909 cleaning levels) and the cleaning levels
910
911
912
913 2003/11/20: Markus Gaug
914
915 * macros/calibration.C
916 - all variables are now plotted in camera displays
917
918 * manalysis/MCalibrationPix:
919 - replaced fErrT by fSigmaT
920
921 * manalysis/MCalibrationCam.cc:
922 - replaced fErrT by fSigmaT
923
924 * mhist/MHCalibrationPix.cc:
925 - replaced GetErrT by GetSigmaT()
926
927
928
929 2003/11/20: Wolfgang Wittek
930
931 * mimage/M2dimFunctionFit.[h,cc]
932 - removed; will be replaced by MFun2Fit.[h,cc]
933
934 * mimage/M2dimFunction.[h,cc]
935 - removed; will be replaced by MFunc2.[h,cc]
936
937 * mimage/MH2dimFunction.[h,cc]
938 - removed; will be replaced by MHFunc2.[h,cc]
939
940
941
942
943 2003/11/19: Markus Gaug
944
945 * manalysis/MCalibrationPix:
946 - new functions: GetPed(), GetPedRms(), GetQProb()
947 - new variable: fQProb
948
949 * manalysis/MCalibrationCam.cc:
950 - function GetPixelContent enlarged
951
952 * manalysis/MCalibrationCalc:
953 - function ReInit added like in MPedCalcPedRun
954
955
956
957 2003/11/19: Thomas Bretz
958
959 * mreport/MReport.[h,cc]:
960 - replaced FindTime by SetupReading
961 - removed SetTime
962
963 * mreport/MReportFileRead.cc:
964 - replaced SetTime by SetupReading
965
966 * mreport/MReportCamera.[h,cc]:
967 - use new stuff
968
969 * mcamera/*:
970 - added
971
972
973
974
975
976 2003/11/19: Markus Gaug
977
978 * manalysis/MPedCalcPedRun:
979 - implemented function ReInit
980 - implemented pointer fRunheader
981 - fNumHiGainSamples now called from fRunHeader inside ReInit
982 - Now, fNumHiGainSamples gets right number, instead of inf
983
984 * mhist/MHCalibrationConig:
985 - gkStartQlast changed from 5000 to 10000.
986
987
988
989 2003/11/18: Thomas Bretz
990
991 * mars.cc:
992 - changed Usage to standard Usage
993
994 * merpp.cc, mona.cc, readraw.cc, star.cc, status.cc,
995 mbase/MArgs.[h,cc]:
996 - removed const-qualifier for argv
997
998 * mbase/MTask.cc:
999 - fixed a bug in PrintStatistics (setfill was not set)
1000
1001 * mbase/MTaskList.cc:
1002 - simplified PrintStatistics
1003
1004 * mbase/MTime.h:
1005 - added Getter
1006
1007 * mfileio/MReadTree.cc:
1008 - remove a leading "*" when checking whether a branch which
1009 should be enabled exists
1010
1011 * mfileio/MWriteRootFile.cc:
1012 - fixed a crash when Print is called and GetTree() returns NULL
1013
1014 * mhist/MHEvent.cc:
1015 - implemented more levels (MeV, GeV, etc) for energy display
1016
1017 * mraw/MRawSocketRead.cc:
1018 - removed some obsolete comment
1019
1020 * mreport/MReport.[h,cc]:
1021 - added FindTime
1022 - removed an invalid line (ReadAngle) in the header file
1023 - Set class version to 1
1024 - do not write fTime '//!'
1025
1026 * mreport/MReportFileRead.cc:
1027 - fixed handling of MTimes
1028
1029 * mhist/MH.cc:
1030 - added some const qualifiers in CutEdges
1031
1032
1033
1034 2003/11/18: Abelardo Moralejo
1035
1036 * mmc/MMcEvt.cxx:
1037 - Fixed missing initialization of fLongitmax
1038
1039
1040
1041 2003/11/18: Markus Gaug
1042
1043 * manalysis/MCalibrationCalc:
1044 - performs the eventloop and fills the calibration classes
1045
1046 * manalysis/MCalibrationCam:
1047 - holds the classes: MCalibrationPix and MCalibrationBlindPix
1048 and MCalibrationPINDiode
1049 - one MCalibrationPix per pixel
1050
1051 * manalysis/MCalibrationPix:
1052 - holds the fit results and conversion factors, etc per pixel
1053 - hold histograms MHCalibrationPixel
1054
1055 * manalysis/MCalibrationBlindPix:
1056 - holds fit results and derived number of photons, etc
1057 - hold histogram MHCalibrationBlindPixel
1058
1059 * manalysis/MCalibrationPINDiode:
1060 - holds fit results and derived number of photons, etc
1061 - hold histogram MHCalibrationPINDiode
1062
1063 * mhist/MHCalibrationPix:
1064 - histograms with sum of charges, time slices and reduced
1065 charges vs. event number
1066 - fit functions
1067
1068 * mhist/MHCalibrationPixel:
1069 - histograms with sum of charges, time slices and reduced
1070 charges vs. event number
1071 - fit functions
1072
1073 * mhist/MHCalibrationBlindPixel:
1074 - histograms with sum of charges, time slices and reduced
1075 charges vs. event number
1076 - fit functions
1077
1078 * mhist/MHCalibrationPINDiode:
1079 - histograms with sum of charges, time slices and reduced
1080 charges vs. event number
1081 - fit functions
1082
1083 * mhist/MH:
1084 - new function: CutEdges
1085
1086 * macros/calibration.C
1087 - simple macro showing the functionning
1088
1089
1090
1091 2003/11/17: Thomas Bretz
1092
1093 * mbase/MLog.cc:
1094 - replaced pthread_mutex by a TMutex
1095 - renamed fgui to fGui
1096 - renamed fout to fOut
1097
1098 * mbase/MStatusDisplay.cc:
1099 - removed ==13 using TryLock() (this was wrong)
1100
1101 * mreport/*
1102 - added
1103
1104 * macros/readrep.C:
1105 - added
1106
1107 * merpp.cc, readraw.cc:
1108 - added option -?/-h
1109
1110 * mona.cc:
1111 - added MOnlineDump-class
1112 - added port as a commandline option
1113 - added commandline options
1114
1115 * status.cc:
1116 - added option -?/-h
1117 - added filter to support MC and DAQ files
1118
1119 * mdata/MDataChain.[h,cc]:
1120 - added kERound
1121
1122 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1123 - added MFRealTimePeriod
1124
1125 * mgeom/MGeomCam.h:
1126 - added InitGeometry
1127
1128 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
1129 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamECO1000HG.cc,
1130 mgeom/MGeomCamMagic.cc, mgeom/MGeomCamMagic919.cc,
1131 mgeom/MGeomCamMagicHG.cc:
1132 - replaced Calc* by InitGeometry
1133
1134 * mmain/MEventDisplay.cc:
1135 - added a filter to support MC and real files
1136
1137 * mmain/Makefile:
1138 - added mdata and mfilter
1139
1140 * mraw/MRawFileRead.cc:
1141 - close file in PostProcess
1142
1143 * mraw/MRawRunHeader.h:
1144 - added a comment
1145
1146 * mraw/RawIncl.h:
1147 - removed some obsolete includes
1148
1149 * mhist/MH*:
1150 - cleaned up many includes
1151
1152
1153
1154 2003/11/15: Thomas Bretz, Abelardo Moralejo
1155
1156 * mhist/MH.h:
1157 - added fSerialNumber data member
1158
1159 * mhist/MFillH.cc:
1160 - distribute serial number to the MH object to be filled
1161
1162 * mranforest/MHRanForest.cc, mhist/MHHadronness.cc:
1163 - added serial number to the MMcEvt container (does nothing unless
1164 SetSerialNumber has been called for the corresponding MFillH)
1165 This is intended to allow the use of Random Forest with MC
1166 multi-telescope files.
1167
1168 * NEWS:
1169 - updated.
1170
1171
1172
1173 2003/11/14: Abelardo Moralejo
1174
1175 * mfilter/MF.cc:
1176 - added the possibility of using in the filter parameters from a
1177 multi-telescope MC camera file, where master branches for each
1178 telescope are tagged with ;i being i the number of telescope.
1179 The change consists in the addittion in MF::IsAlNum of ';' as
1180 a possible alphanumeric character in the string.
1181
1182
1183
1184 2003/11/13: Thomas Bretz
1185
1186 * macros/readCT1.C:
1187 - fixed to work with the new MHCamera::Draw (see Mantis)
1188 - changed to display event and cleaned event
1189
1190 * macros/readMagic.C:
1191 - fixed to work with the new MHCamera::Draw (see Mantis)
1192
1193 * mhist/MHEvent.cc:
1194 - fixed display of the energy (see Mantis)
1195
1196 * mmain/MEventDisplay.cc:
1197 - fixed usage of small canvas with new MHCamera::Draw
1198
1199
1200
1201 2003/11/11: Rudy Bock
1202
1203 * mfilter/MFGeomag.[h,cc]:
1204 - added a new class which reads two ASCII files (for +ve and -ve
1205 particles) from the mfilter directory, and filters out
1206 low-energy charged Monte Carlo particles which do not reach the
1207 earth's surface. Tables are from Adrian Biland. A method is
1208 included which allows treating gammas as electrons (i.e. rejects
1209 low energy particles).
1210
1211
1212
1213 2003/11/11: Nicola Galante
1214
1215 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1216 - Removed 'const' qualifier for the returned object of the
1217 method (TH1 *)MHMcTriggerLvl2::GetHistByName(const TString name)
1218
1219
1220
1221 2003/11/10: Nicola Galante
1222
1223 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1224 - Changed return value of method MHMcTriggerLvl2::GetHistByName()
1225 Now it returns a (TH1 *), no more a (TObject *), in order to keep
1226 formal compatibility with the overloaded method of the mother
1227 class TH1 *MH::GetHistByName(TString name)
1228
1229
1230
1231
1232 2003/11/10: Thomas Bretz
1233
1234 * macros/dohtml.C:
1235 - added mreflector
1236 - removed mdatacheck
1237 - removed mventdisp
1238
1239 * mbase/MEvtLoop.[h,cc]:
1240 - removed instantiation of gListOfPrimitives
1241
1242 * mbase/MGGroupFrame.h:
1243 - minor change
1244
1245 * mbase/MLog.cc:
1246 - added a comment
1247
1248 * mbase/MParContainer.[h,cc]:
1249 - removed include MEvtLoop.h
1250 - added instantiation of gListOfPrimitves
1251
1252 * mbase/MReadSocket.[h,cc]:
1253 - added more functionality
1254 - added comments
1255 - added Open() Close()
1256
1257 * mbase/MTask.cc:
1258 - removed obsolete include for MGGroupFrame
1259
1260 * mfilter/MFRealTimePeriod.h:
1261 - initialize fTime with 0
1262
1263 * mhist/MHCamEvent.cc, mhist/MHEvent.cc, mhist/MHTriggerLvl0.cc:
1264 - removed creation of additional pad in Draw
1265
1266 * mhist/MHCamera.cc:
1267 - added creating of additional pad in Draw
1268 - added some comments
1269
1270 * mraw/MRawSocketRead.[h,cc]:
1271 - added comments
1272 - added fPort data member
1273 - take MStatusDisplay status into account
1274 - SetStausLine2 added
1275 - removed obsolete include of iosfwd
1276
1277 * Makefile:
1278 - changed makedepend line size
1279 - renamed shared object from mars.so to libmars.so
1280 - moved shared object from lib-directory to mars root directory
1281 - make all executables load the shared object instead of statically
1282 linking
1283 - removed mdatacheck
1284
1285 * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu,
1286 Makefile.conf.osf1, Makefile.conf.osf5.1:
1287 - removed obsolete SUBDIRS in MARS_LIB
1288
1289 * mars.cc:
1290 - do not show logo if command line arguments are wrong
1291
1292 * macros/rootlogon.C:
1293 - load libmars.so instead of lib/mars.so
1294 - added mreflector to include path
1295 - removed mdatacheck from include path
1296 - removed mventdisp from include path
1297
1298 * mmain/MStatusDisplay.[h,cc]:
1299 - secure UpdateTab with a TMutex
1300 - do not use MGTextView for root versions >= 3.02.05
1301 - fixed a crash when all tabs where deleted, no tab was active
1302 anymore
1303 - show when updating postscript header
1304
1305 * mmain/MStatusDisplay.[h,cc], mmain/MSearch.[h,cc], mmain/MGMenu.[h,cc],
1306 mmain/MSearch.[h,cc]:
1307 - moved to mbase
1308
1309 * mmain/Makefile, mmain/MainLinkDef.h:
1310 - removed MStatusDisplay
1311 - removed MSearch
1312 - removed MGMenu
1313 - removed MProgressBar
1314 - added MGDisplayAdc
1315
1316 * mbase/Makefile, mbase/MainLinkDef.h:
1317 - added MStatusDisplay
1318 - added MSearch
1319 - added MGMenu
1320 - added MProgressBar
1321
1322 * mdatacheck/Makefile, mdatacheck/DataCheckLinkDef.h:
1323 - removed MGDisplayAdc
1324
1325 * meventdisp/Makefile, meventdisp/DataCheckLinkDef.h:
1326 - removed MGCamDisplay
1327 - removed MGEvtDisplay
1328
1329 * mdatacheck/MGDisplayAdc.[h,cc]:
1330 - moved to mmain
1331
1332 * mona.cc:
1333 - added ChangeContextMenus
1334 - adapted to new MRawSocketRead interface
1335 - assigned names to different tasks
1336 - swiched off progress bar (temporarily)
1337 - moved status display into thread
1338 - exit thread by Exit() (seems to be necessary)
1339 - added preliminary workaround for mssing RootPlugin
1340
1341 * mmain/MAnalysis.cc:
1342 - removed external display
1343 - added MStatusDisplay
1344
1345 * mmain/MMonteCarlo.cc:
1346 - old workaround (MMcEvt) obsolete
1347
1348 * mmain/MAnalysis.cc:
1349 - do not call DisableAutoScheme
1350
1351 * mmain/MCameraDisplay.cc:
1352 - minor changes
1353
1354 * mgui/MCamDisplay.[h,cc], mmain/MEvtDisp.[h,cc],
1355 meventdisp/MGCamDisplay.[h,cc], MGEvtDisplay.[h,cc],
1356 meventdisp/MGFadcDisp.[h,cc], meventdisp/EvtDispIncl.h,
1357 meventdisp/EvtDispLinkDef.h, meventdisp/Makefile, meventdisp:
1358 - removed (obsolete)
1359
1360 * mmain/MGDisplayAdc.[h,cc]:
1361 - added ClassDef/ClassImp
1362
1363 * manalysis/MBlindPixelCalc.[h,cc]:
1364 - corrected interpolation of all values (thanks to Nadia)
1365 - fixed algorithm for pixels not existing yet
1366
1367 * manalysis/MCerPhotEvt.h:
1368 - added return value to AddPixel
1369
1370
1371
1372 2003/11/08: Nicola Galante
1373
1374 * mhistmc/MHMcTriggerLvl2.[cc,h]:
1375 - Changed binning of histograms fHistLutPseudoSize,
1376 fHistLutPseudoSizeNorm, fHistSizeBiggerCell,
1377 fHistSizeBiggerCellNorm to fix an overflow bug
1378 - In method GetHistByName(const TString name): changed the class
1379 of the returned object, now it returns a (TObject *), no more
1380 a (TH1F *), in order to return either (TH1 *) than (TH2 *);
1381 changed the order by which it checks the name of the
1382 histogram in order to fix a bug in the lexing
1383
1384 * macros/triglvl2.C:
1385 - Added some instruction to write all the MMcTriggerLvl2 histograms into
1386 a TFile
1387
1388
1389
1390 2003/11/07: Thomas Bretz
1391
1392 * mmain/MCameraDisplay.cc:
1393 - changed MGCamDisplay to MEventDisplay
1394
1395 * mmain/MMars.cc:
1396 - removed 'Event Display' button
1397 - removed MEvtDisp
1398
1399 * mmain/MEventDisplay.[h,cc], mhist/MHEvent.[h,cc]:
1400 - added
1401
1402 * mmain/Makefile, mmain/MainLinkDef.h:
1403 - removed MEvtDisp
1404 - added MEventDisplay
1405
1406 * Makefile:
1407 - removed mevtdisp
1408
1409 * mhist/Makefile, mhist/HistLinkDef.h:
1410 - added MHEvent
1411
1412 * Makefile, Makefile.rules:
1413 - automatically create dependancies
1414
1415 * NEWS:
1416 - updated
1417
1418 * mhist/MHCamera.[h,cc]:
1419 - implemented kNoLegend=BIT(20)
1420 - Clear pad before drawing Camera
1421
1422 * mmain/MStatusDisplay.cc:
1423 - print when updating ps-header
1424
1425 * status.cc:
1426 - added (not yet in Makefile)
1427
1428 * manalysis/MMcPedestalCopy.[h,cc]:
1429 - made sure, that MPedestalCam is in the list
1430
1431 * mraw/MRawEvtData.cc:
1432 - set the maximum/minimum of the fadc histograms
1433
1434 * mraw/MRawEvtPixelIter.[h,cc]:
1435 - added a fixes for the case that fData->fLoGainPixId->GetArray()=NULL
1436
1437 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1438 - added MCameraData
1439
1440 * manalysis/MCameraData.[h,cc]:
1441 - added
1442
1443 * mhist/MHEvent.[h,cc]:
1444 - fixed display of levels
1445 - fixed unallowed characters
1446
1447 * mimage/MImgCleanStd.[h,cc]:
1448 - moved the calculation for signal/noise to MCameraData
1449
1450 * mmain/MEventDisplay.cc:
1451 - added display for cleaning data and levels
1452
1453
1454
1455 2003/11/06: Antonio Stamerra
1456
1457 * manalysis/MMcTriggerLvl2.cc
1458 - Removed annoying warning message and put it in the Print method.
1459
1460
1461
1462 2003/11/05: Wolfgang Wittek
1463
1464 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C:
1465 - current versions of the macros for the analysis of CT1 data
1466
1467 * manalysis/MMarquardt.[h,cc]:
1468 - very pleliminary version of a class performing a minimization
1469 using the Marquardt method
1470
1471 * mimage/M2dimFunctionFit.[h,cc]
1472 - very pleliminary version of a class which fits a 2-dim function
1473 to the shower image using the maximum likelihood method
1474
1475 * mimage/M2dimFunction.[h,cc]:
1476 - very pleliminary version of a container which contains the
1477 parameters of the 2-dim function describing the shower image
1478
1479 * mimage/MH2dimFunction.[h,cc]
1480 - very pleliminary version of a container holding the histograms
1481 for the parameters of the 2-dim function describing the shower
1482 image
1483
1484
1485
1486 2003/11/05: Marcos Lopez
1487
1488 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]
1489 - Now, if the new spectrum for the MC showers is a power law, we
1490 don't convert it to a TF1 function.
1491 - Changed the constructor for the case in which the new spectrum
1492 is passed as a TF1 function. Now we pass the TF1 object by
1493 reference.
1494 - Thanks to the suggestions of T. Bretz, added three more
1495 constructors to give the possibility of passing the shape of the
1496 new spectrum in other different ways. Now, if the new spectrum
1497 that you want for the MC showers is different from a power law,
1498 you can specify its shape either with a TF1 function, with a
1499 string (char*), or with a general C++ function defined by your
1500 own.
1501 - In function Reinit(): added a sanity check to prevent from
1502 dividing by zero.
1503 - In PreProcess(): removed an unnecessary sentence.
1504 - Fixed a compiling error which appeared under gcc 3.3
1505
1506 * macros/weights.C
1507 - addapted to show the new features introduced.
1508
1509
1510
1511 2003/11/05: Thomas Bretz
1512
1513 * mbase/MTask.cc:
1514 - initialize fSerialNumber=0
1515
1516 * mhist/MHCamera.cc:
1517 - removed some obsolete IsUsed(idx) checks when filling the histogram
1518 - ExecuteEvent now plots in the same canvas all the time
1519
1520 * mmain/MStatusDisplay.[h,cc]:
1521 - added new data member fUserFrame
1522 - added new member function AddUserFrame
1523 - made call to ProcessEvent() and similar thread safe by
1524 checking whether we run in the main thread or not.
1525 - Set the progress bar range to (0,1)
1526 - Added member function to set progress bar position
1527 - updated comments
1528 - added some workarounds for root bugs in TCanvas (sometimes
1529 they call gPad->cd() indirectly when gPad==NULL)
1530 - Fixed thread safety of UpdateTab()
1531 - Fixed some crashes in case fTab==NULL
1532 - Tried to make HandleConfigureNotify more flexible to allow
1533 the new fUserFrame to work correctly - needs still some
1534 investigations
1535 - made fList a protected data member
1536 - added new member function Update()
1537
1538
1539
1540 2003/11/04: Thomas Bretz
1541
1542 * mmontecarlo/MMcTimeGenerate.cc:
1543 - adapted to changes in MTime
1544
1545 * mgeom/MGeomCam.[h,cc]:
1546 - precalculate pix ratio (and square root of it) for faster
1547 calculations. This makes sense, because these values are
1548 needed at least n times (while n is the number of pixels)
1549 per event. Which results in billions of calculations already
1550 for some events.
1551 - implemented CalcPixRatio to do the precalculation
1552 - changed class version of MGeomCam from 1 to 2
1553
1554 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
1555 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamMagic919.cc,
1556 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagic.cc,
1557 mgeom/MGeomCamMagicHG.cc:
1558 - implemented CalcPixRatio to do the precalculation
1559 - some simple code cleanup (removed obsolete comments, etc)
1560
1561 * mgeom/MGeomPix.[h,cc]:
1562 - replaces tan(60deg) by a build-in constant (fgTan60)
1563 - pre calculate the area of the pixel in the constructor
1564 (for speed reasons, see pixratio aboive)
1565 - added fA
1566 - changed version number from 1 to 2
1567
1568 * mimage/MImgCleanStd.cc, mimage/MImgCleanTGB.cc:
1569 - directly use MGeomCam::GetPixRatioSqrt() now
1570
1571 * mraw/MRawSocketRead.cc:
1572 - updated comment header
1573 - updated class description
1574 - removed obsolete fMutex, Lock() and UnLock()
1575 - moved code from Do() to Process()
1576 - added comments
1577
1578 * meventdisp/MGCamDisplay.cc:
1579 - replaced MHillas:Clear() by Removing from ListOfPrimitives
1580
1581 * mimage/MHillas.[h,cc]:
1582 - removed fEllipse
1583 - removed the Draw function
1584 - added a correct Paint() function
1585
1586 * Makefile:
1587 - added star
1588
1589 * macros/star.C:
1590 - removed obsolete MSrcPosCam (will be created automatically)
1591 - made the macro work with a telescope serial number
1592
1593 * mbase/MParContainer.[h,cc]:
1594 - moved GetDescriptor to source file and added a function
1595 description
1596 - changed GetDesciptor to be virtual
1597
1598 * mbase/MTask.[h,cc]:
1599 - added new data member fSerialNumber
1600 - changed version number from 1 to 2
1601 - added GetDescriptor aware of the serial number
1602 - added Getter and Setter for serial number
1603 - made StreamPrimitive serial number aware
1604
1605 * mbase/MTaskList.[h,cc]:
1606 - overwrote SetSerialNumber
1607
1608 * mfileio/MReadTree.cc:
1609 - changed a C-cast to a C++-cast
1610
1611 * mfileio/MWriteRootFile.h:
1612 - changed BIT(16) to BIT(17). UPDATE mode was not working
1613 with newer root versions, because BIT(16) was used already
1614
1615 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
1616 manalysis/MGeomApply.cc, manalysis/MMcPedestalCopy.cc,
1617 manalysis/MMcPedestalNSBAdd.cc, manalysis/MSigmabarCalc.cc,
1618 mimage/MHillasCalc.cc, mimage/MHillasSrcCalc.cc,
1619 mimage/MImgCleanStd.cc:
1620 - made serial number aware
1621
1622 * mraw/MRawFileWrite.cc:
1623 - automatically add .root extension
1624
1625 * star.cc:
1626 - added
1627
1628
1629
1630 2003/11/03: Thomas Bretz
1631
1632 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
1633 - fixed such, that it now works correctly with non-MC files
1634 - moved container requests from PreProcess to ReInit
1635 - removed some obsolete data members - made them locally
1636
1637 * manalysis/MMcPedestalRead.[h,cc]:
1638 - removed
1639
1640 * mbase/MEvtLoop.cc:
1641 - replaced the gApplication->InheritsFrom(TRint::Class())
1642 workaround for thread safty by the more correct check
1643 whether we are running in the main Thread (TThread::Self())
1644 - added double-cast to TProgressBar::SetPosition
1645
1646 * mbase/MTask.h:
1647 - added the missing const-qualifier to GetNumExecutions
1648
1649 * mbase/MTaskList.cc:
1650 - fixed a typo in the output
1651
1652 * mimage/MHillasCalc.[h,cc]:
1653 - replaced TArrayC by TArrayL to support huge number of events
1654 - added PrintSkipped
1655 - added comments to the data members
1656
1657 * mars.cc:
1658 - added code for a possible use of a TGApplication
1659 (in comments)
1660
1661 * merpp.cc, readraw.cc:
1662 - unified with the other executables (StartUpMessage, etc)
1663 - removed TROOT-object
1664 - readraw.cc: added more functionality
1665
1666 * mraw/MRawEvtData.cc:
1667 - changed positions of 'fush' in Print() (this confused 'more'
1668 because 'more' also counts the ANSI color codes to determin
1669 the line-length)
1670
1671 * mhistmc/MHMcCollectionArea.cc:
1672 - added UseCurrentStyle such that the axis labels are displayed
1673
1674 * mbase/MTime.[h,cc]:
1675 - removed fTimeStamp
1676 - increased version number
1677 - changed Print() function
1678 - removed obsolete functions and constructors
1679 - fixed copy constructor
1680
1681 * mfileio/MCT1ReadPreProc.cc:
1682 - replaced SetTime by SetCT1Time
1683
1684 * mhist/MHAlphaEnergyTime.cc, mhist/MHEnergyTime.cc,
1685 mhist/MHThetabarTime.cc, mhist/MHTimeDiffTheta.cc,
1686 mhist/MHTimeDiffTime.cc:
1687 - adapted to changes in MTime
1688
1689 * mraw/MRawEvtHeader.cc:
1690 - adapted to changes in MTime
1691 - minor change to output in Print()
1692
1693
1694
1695 2003/10/31: Marcos Lopez
1696
1697 * mhist/MFillH.cc:
1698 - Fixed a bug in function PreProcess(MParList *pList). Inside the
1699 conditional sentence "if (!fWeight && !fWeightName.IsNull())",
1700 fWeight never pointed to the object MWeight recoverd from the
1701 parameter list.
1702
1703 * mhistmc/MHMcEnergyImpact.cc:
1704 - In the Fill function, pass the weight to the histogram fHist.
1705
1706 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
1707 - Added new class for changing the energy spectrum of the showers
1708 simulated with Corsika to a different one, be using weights
1709
1710 * mmontecarlo/Makefile, MonteCarloLinkDef.h
1711 - Added the new class.
1712
1713 * macros/weights.C
1714 - Added macro showing how to transform the spectrum of the MC showers.
1715
1716
1717
1718
1719
1720 2003/10/31: Thomas Bretz
1721
1722 * mars.cc:
1723 - change TGApllication back to TApplication (TGApplication doesn't
1724 load the TVirtualPad plugin by default) DISPLAY must be set
1725 manually if it is not set.
1726
1727
1728
1729 2003/10/30: Antonio Stamerra
1730
1731 * manalysis/MMcTriggerLvl2.[h,cc]
1732 - Added method CalcTriggerPattern to check which x-NN compact
1733 pattern the event satisfies. The variable member fTriggerPattern
1734 contains the number x (x=3,4,5,6,7).
1735 - Inline function GetTriggerPattern added.
1736
1737 * manalysis/MMcTriggerLvl2Calc.cc
1738 - Added call to the MMcTriggerLvl2::CalcTriggerPattern in Process().
1739
1740
1741
1742 2003/10/30: Thomas Bretz
1743
1744 * manalysis/MCerPhotEvt.[h,cc]:
1745 - fixed a bug in the new Lut-stuff. Sometimes pixels where
1746 considered existing, because there where no mark for
1747 empty entries in the Lut.
1748 - all loops ignored pixel with index 0 and used it as reference
1749 pixel - this is wrong, because pixel 0 must not exist at all.
1750 Now all loops are starting with pixel 0.
1751
1752 * mimage/MImgCleanStd.[h,cc]:
1753 - renamed various local variables from 'id' to 'idx'
1754 - in clean step 4 we assumed that a pixel with idx2 is existing
1755 - this is a dangerous assumption. It is checked now.
1756
1757
1758
1759 2003/10/29: Thomas Bretz
1760
1761 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1762 - removed MMcPedestalRead
1763
1764 * manalysis/MMcPedestalCopy.[h,cc]:
1765 - merged functionality of MMcPedestalRead into it
1766 - do not remove itself from the tasklist, but check
1767 the file type for each file again.
1768 - added const-qualifiers in the class header
1769
1770 * manalysis/MMcPedestalNSBAdd.[h,cc]:
1771 - don't do something if camera file version is < 0.7
1772 - do not remove itself from the tasklist, but check
1773 the file type for each file again.
1774 - added const-qualifiers in the class header
1775
1776 * mgui/MCamEvent.cc:
1777 - added a comment
1778
1779 * mimage/MHillasCalc.[h,cc]:
1780 - replaced the fixed size array fErrors by a dynamic size array
1781 (TArrayC) to make sure, that people get a warning on the
1782 screen if the reprogram the error handling and write
1783 into an unallowed index.
1784
1785
1786
1787 2003/10/28: Thomas Bretz
1788
1789 * macros/readCT1.C:
1790 - fixed to work with the correct geometry
1791
1792 * macros/readMagic.C:
1793 - fixed - was crashing
1794
1795 * macros/tar.C:
1796 - exclude 'Tag' files from tar
1797
1798 * manalysis/MGeomApply.[h,cc]:
1799 - replaced constructor by SetGeometry (constructor was
1800 not unique)
1801
1802 * mbase/MEvtLoop.[h,cc]:
1803 - set fProgress already when setting fDisplay (gives the
1804 possibility to overwrite fProgress)
1805 - removed 'entries' from ProcessGuiEvents (moved to fNumEvents)
1806 - Set ProgressBar position in percent instead of event number
1807 - Set progress bar range from 0 to 1
1808
1809 * mbase/MReadSocket.cc:
1810 - fixed to treat timeout correctly
1811 - replaces usleep() by gSystem->Sleep()
1812
1813 * mbase/MTime.h:
1814 - added SetTime(ULong_t) (support for gSystem->Now())
1815 - added SetTime(Double_t)
1816 - added operator()
1817 - fixed all comparison operators to use time instead of
1818 time lo/hi - will be removed soon
1819
1820 * mimage/MHHillasSrc.cc:
1821 - delete 3rd Pad
1822
1823 * mraw/MRawEvtData.cc:
1824 - when drawing print gPad
1825
1826
1827
1828 2003/10/28: Wolfgang Wittek
1829
1830 * manalysis/MCT1PadONOFF.cc
1831 - replace GetMeanRms() by GetPedestalRms()
1832 - replace SetMeanRms() by SetPedestalRms()
1833 - reactivate code which was commented out by tgb
1834 (no compilation errors on Alpha OSF)
1835
1836 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1837 - put back MCT1PadONOFF
1838
1839 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
1840 - current versions of macros for the analysis of CT1 data
1841
1842
1843
1844 2003/10/26: Oscar Blanch Bigas
1845
1846 * mmc/MMcFadcHeader.[cc,h]
1847 - Added variable member that has the sigma of the electronic noise
1848 that goes with the same value to both FADC gains (fDigitalNoise)
1849 - Class version has been changed from 2 to 3.
1850
1851
1852
1853 2003/10/24: Abelardo Moralejo
1854
1855 * manalysis/MMcPedestalRead.[cc,h]
1856 - Added. In coming camera version (0.7) the pedestal sigma per
1857 FADC slice is calculated by the camera simulation at run time,
1858 then written to the output file. This class reads in the pedestal
1859 mean and sigma to be later used in the analysis (for tail cuts
1860 mainly). This task will replace MMcPedestalCopy and
1861 MMcPedestalNSBAdd for camera >= 0.7 files, for which the second
1862 class would produce wrong results.
1863
1864
1865
1866 2003/10/23: Abelardo Moralejo
1867
1868 * mhistmc/MHMcEnergyMigration.cc
1869 - Changed the Draw procedure: with new root versions (3.04, 3.05)
1870 the result of the used drawing options was different from what
1871 we had in 3.02, and the graphics output had become unreadable.
1872 Replacing some Draw() calls by DrawCopy() has solved the problem.
1873
1874
1875
1876 2003/10/23: Thomas Bretz
1877
1878 * macros/star.C:
1879 - replaced geometry by the task MGeomApply
1880
1881 * manalysis/MCerPhotCalc.cc:
1882 - fixed typo
1883
1884
1885
1886 2003/10/22: Thomas Bretz
1887
1888 * mars.cc:
1889 - replaced TApplication by TGApplication
1890 - removed TROOT
1891 - reset Batch mode in any case
1892
1893 * meventdisp/MGCamDisplay.cc:
1894 - use new MHCamera::SetLevels to display cleaning levels
1895
1896 * mhist/MHCamera.[h,cc]:
1897 - removed FillLevels - obsolete
1898 - added SetLevels instead
1899
1900
1901 2003/10/21: Wolfgang Wittek
1902
1903 * manalysis/MMatrixLoop.[h,cc]
1904 - member function PreProcess() put from .h to .cc
1905
1906 * mhist/MHMatrix.[h,cc]
1907 - member function SetNumRow() put from .h to .cc
1908
1909
1910
1911 2003/10/20: Thomas Bretz
1912
1913 * mraw/MRawEvtPixelIter.[h,cc]:
1914 - changed name of member function from GetNumMax[Hi,Lo]GainSamples
1915 to GetIdxMax[Hi,Lo]GainSamples
1916
1917 * manalysis/MMcPedestalCopy.cc:
1918 - changed GetPedestalRms to GetElecNoise to make Mars compile with
1919 the changes done in MMcFadcHeader
1920
1921 * mmc/MMcTrig.cxx:
1922 - changed <iostream.h> to <iostream> according to C++
1923
1924 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1925 - MHMcTriggerLvl2::GetHistByName removed const-qualifier and
1926 changed return type to TH1 according to definition in MH.
1927
1928 * macros/status.C:
1929 - use MDirIter instead of a single file name
1930 - adde MHTriggerLvl0
1931 - Simplified macro by using PrintOutliers
1932
1933 * mhist/MHCamEvent.[h,cc]:
1934 - renamed PrintOutlayers to PrintOutliers
1935 - Divide pad only into two subpads
1936
1937 * mfilter/MF.cc:
1938 - added comment about '=='
1939
1940 * mhist/MHMatrix.cc:
1941 - removed some pieces of code which preserved the contents
1942 of a matrix when resizing. This is done by root now.
1943
1944 * mfilter/MFRealTimePeriod.[h,cc]:
1945 - added
1946
1947 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1948 - added MFRealTimePeriod
1949
1950 * mars.cc:
1951 - moved Start-up-message to StartUpMessage()
1952
1953 * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc,
1954 manalysis/MCerPhotAnal.h:
1955 - minor changes
1956
1957 * mhist/MHCamera.[h,cc]:
1958 - added Profile-option (display contents/entries)
1959 - added Freeze-option (ignore filling data into the histogram)
1960 - added UseCurrentStyle to get the y-axis back
1961 - overwrite DrawCopy
1962
1963 * manalysis/MCerPhotEvt.[h,cc]:
1964 - added fLut to accelerate searching an index a lot, this should
1965 be backward compatible to old class versions
1966 - increased class version to 2
1967 - removed all searches for indices - replaced by GetPixById
1968 - GetPixById no uses the look-up-table, which is much much faster
1969 and still searches the array if the fLut size is 0 which might
1970 be because of a class version 1 object is read from a file -
1971 according to Rene this should work.
1972
1973 * manalysis/MPedestalCam.[h,cc]:
1974 - replaced a C-cast by a C++ static_cast
1975
1976 * mhist/MH.[h,cc]:
1977 - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy
1978
1979 * mraw/MRawEvtData.[h,cc]:
1980 - changed arrays to '//->'
1981 - overwrote Copy() member function
1982
1983 * mhist/MFillH.[h,cc]:
1984 - added GetCanvas()
1985
1986 * mhist/MHHadronness.cc, mimage/MHHillasExt.cc,
1987 mimage/MHNewImagePar.cc:
1988 - changed Draw to DrawSame
1989
1990 * mhist/MHCamEvent.cc:
1991 - use new MHCamera profile mode
1992
1993 * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc:
1994 - check whether application is TRint to make mone thread safe
1995 This is necessary not to call ProcessEvents() twice at the
1996 same time!
1997
1998
1999
2000 2003/10/17: Oscar Blanch
2001
2002 * mmc/MMcFadcHeader.[cxx,hxx]:
2003 - Added variable members to store the pedestal sigma from thte
2004 camera simulation porgram: fPedesSigmaHigh fPedesSigmaLow
2005
2006 * mmc/MMcRunHeader.cxx:
2007 - fill fNumEvts with number of stored events
2008
2009 * mmc/MTriggerDefine.h:
2010 - Trigger zone for CT1 cameras up to 126 pixels
2011
2012 * mgeom/MGeomMirror.cc:
2013 - fixed bug in filling axis desviation
2014
2015
2016
2017 2003/10/15: Thomas Bretz
2018
2019 * Makefile.conf.general:
2020 - added libThread to support mona
2021
2022 * manalysis/MCerPhotAnal2.cc:
2023 - changed comments
2024 - accelerated the code a bit by using pointer arithmetic
2025
2026 * mbase/BaseLinkDef.h, mbase/Makefile:
2027 - added MReadSocket
2028
2029 * mbase/MReadSocket.[h,cc]:
2030 - added MReadSocket
2031
2032 * mbase/MEvtLoop.cc:
2033 - fixed some crashes in ProcessGuiEvents
2034
2035 * mbase/MFilter.cc:
2036 - changed header
2037
2038 * mbase/MTime.h:
2039 - added operator double()
2040
2041 * mimage/MHillas.cc:
2042 - changed the comments about corrxy
2043
2044 * mmain/MStatusDisplay.[h,cc]:
2045 - added many comments
2046 - added kFileClose stuff
2047 - added AddRawTab
2048 - added thread handling in UpdateTab
2049 - fixed deletion in case the pointer is on heap
2050 - added date/time to ps-output
2051
2052 * mraw/MRawEvtHeader.cc:
2053 - added some comments about the total number of bytes read
2054
2055 * mraw/MRawRunHeader.[h,cc]:
2056 - added some comments about the total number of bytes read
2057 - fixed treating files with 0xc0c1 as Magic-Number
2058 - added GetNumTotalBytes
2059
2060 * mraw/Makefile, mraw/RawLinkDef.h:
2061 - added MRawSocketRead
2062
2063 * mraw/MRawSocketRead.[h,cc]:
2064 - added
2065
2066 * mona.cc:
2067 - added
2068
2069
2070
2071 2003/10/05: Abelardo Moralejo
2072
2073 * macros/star.C:
2074 - returned to revision 1.9 (I had committed by mistake a private
2075 version of the macro, sorry!)
2076
2077
2078
2079 2003/10/04: Thomas Bretz
2080
2081 * macros/MagicHillas.C, macros/pedestalvstime.C, macros/pixfirerate.C,
2082 macros/pixsatrate.C, macros/readCT1.C, macros/readMagic.C,
2083 macros/starplot.C, macros/status.C, macros/sumevents.C,
2084 macros/sumeventserr.C, macros/sumeventsrms.C, macros/sumpedestalrms.C,
2085 macros/sumpedestals.C, mmain/MDataCheck.cc:
2086 - added MGeomApply
2087
2088 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2089 - added MGeomApply
2090
2091 * manalysis/MBlindPixelCalc.cc:
2092 - for buid-in pixel numbers added a check whether the geometry
2093 is mathcing
2094
2095 * manalysis/MCerPhotCalc.cc, manalysis/MMcPedestalCopy.cc,
2096 manalysis/MMcPedestalNSBAdd.cc, meventdisp/MGCamDisplay.[h,cc],
2097 meventdisp/MGEvtDisplay.[h,cc], mhist/MHFadcCam.cc:
2098 - fixed that it can deal with variable size arrays
2099
2100 * manalysis/MGeomApply.[h,cc]:
2101 - added. This task will take care of different geometries
2102
2103 * manalysis/MPedestalCam.cc:
2104 - initialize array with size 1
2105 - do not call new operator
2106
2107 * mbase/MArgs.cc, mbase/MDirIter.cc:
2108 - added comments
2109
2110 * mdatacheck/MGDisplayAdc.cc:
2111 - fixed a small bug in setting slider position for different geometries
2112
2113 * mfileio/MWriteRootFile.cc:
2114 - automatically append '.root' to file name
2115
2116 * mhist/MHCamera.cc:
2117 - added Init function
2118 - moved parts of the construtor to Init function
2119 - added default constructor
2120 - added possibility to change geometry after creation by SetGeometry
2121 - added many sanity checks (fNcells<=1)
2122
2123
2124
2125 2003/10/02: Thomas Bretz
2126
2127 * mraw/MRawEvtData.cc:
2128 - changed Draw so that also lo-gains are displayed.2
2129
2130
2131
2132 2003/10/01: Nicola Galante
2133
2134 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2135 - in method MHMcTriggerLvl2::Fill added filling of 2D histograms
2136 of fLutPseudoSize vs. energy and of fSizeBiggerCell vs. energy
2137 - modified method MHMcTriggerLvl2::GetHistByName which now
2138 can return any histogram (data member) of the class
2139 MHMcTriggerLvl2 (now it returns a (TObject *) not a (TH1F *))
2140 - Updated option list of the methid MHMcTriggerLvl2::DrawClone
2141
2142 * macros/triglvl2.C:
2143 - Updated according with changes in class MHMcTriggerLvl2
2144
2145
2146
2147 2003/09/30: Robert Wagner
2148
2149 * mfileio/MCT1ReadPreProc.cc
2150 - undone change from 2003/09/26
2151 - MJD is filled in fTime.Duration
2152
2153
2154
2155 2003/09/29: Nicola Galante & Antonio Stamerra
2156
2157 * mmc/MMcTrig.cxx:
2158 - Fixed a bug in function IsPixelFired(): the binary shift, introduced
2159 by T.B. to replace "pow" for power of two, was wrong.
2160 The correct operator to be used is "<<" and not ">>"!
2161
2162 * manalysis/MMcTriggerLvl2.[h,cc]:
2163 - Added method "CalcEnergy(MMcEvt *)" used to get correlation between
2164 energy and size.
2165 - Removed graphical functions "Drawcell" and "DrawLvl1"
2166 - Fixed bug in the pixcell setting (pixel numbering in the cell starts
2167 from 0 but gsPixelInLut starts from 1).
2168 - Fixed bug in the "check" variable.
2169
2170 * manalysis/MMcTriggerCalc.[h,cc]:
2171 - Added call to MMcTriggerLvl2::CalcEnergy() in Process()
2172 - Removed 'const' from fMcEvt declaration
2173
2174 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2175 - Added method "Draw2DHist" (draw correlation between
2176 energy and size)
2177 - Fixed bug in "DrawClone" function (histogram normalization)
2178
2179 * macros/triglvl2.C:
2180 - Fixed a bug in the task list order to apply correctly the filters
2181 - Now it writes on disk a root file with some histograms
2182
2183
2184
2185 2003/09/26: Robert Wagner
2186
2187 * mfileio/MCT1ReadPreProc.cc
2188 - provisionally pass complete event time to fTime container,
2189 units are MJDs instead of seconds for the time being
2190
2191
2192
2193 2003/09/25: Abelardo Moralejo
2194
2195 * macros/MagicHillas.C, star.C
2196 - Added cast: TArrayF w(15,(Float_t*)x) to get rid of warning.
2197
2198
2199
2200 2003/09/24: Abelardo Moralejo
2201
2202 * macros/MagicHillas.C, star.C
2203 - Added const qualifier to TArrayF w(15,x); I got a crash due to
2204 this missing qualifier when changing some code in MCerPhotCalc
2205 (not yet submitted).
2206
2207 * macros/CT1Hillas.C
2208 - removed code containing TArrayF w(15,x) (which was commented)
2209 since it made no sense for CT1.
2210
2211
2212
2213 2003/09/24: Wolfgang Wittek
2214
2215 * mfilter/MFEventSelector2.[h,cc]
2216 - execution statistics added
2217
2218 * mhist/MHFindSignificance.cc
2219 - add fHist->UseCurrentStyle()
2220 to get the y-axis + labels drawn
2221
2222 * mhist/MHMatrix.h
2223 - replace Int_t fNumRow //!
2224 by Int_t fNumRow //
2225 because otherwise fNumRow is not defined when MHMatrix object is read in
2226 after it had been written out
2227
2228 * mhist/MHCT1Supercuts.cc
2229 - change title of object
2230
2231 * manalysis/MMinuitInterface.cc
2232 - add arguments maxcalls and tolerance to SIMPLEX call
2233
2234 * manalysis/MCT1SupercutsCalc.[h,cc]
2235 - add variables asymmetry, conc, leakage
2236
2237 * manalysis/MCT1Supercuts.[h,cc]
2238 - add variables asymmetry, conc, leakage
2239 - add TArrayD fStepsizes (initial step sizes for the parameters)
2240
2241 * manalysis/MCT1FindSupercuts.cc
2242 - replace MGeomCamCT1Daniel by MGeomCamCT1
2243 - arguments 'parSCinit', 'params' and 'steps' added in FindParams() ;
2244 parSCinit is the name of the file containing the initial
2245 values of the parameters
2246 'params' and 'steps' are the initial values in case parSCinit == ""
2247 - add member functions GetMatrixTrain() and GetMatrixTest()
2248 - remove member function WriteMatrix()
2249 because it didn't work; now the matrices are written out in
2250 DefineTrainMatrix(), DefineTestMatri() and DefineTrainTestMatrix()
2251
2252 * macros/CT1EgyEst.C
2253 - don't use Daniel's energy estimator
2254
2255 * mmontecarlo/MMcEnergyEst.cc
2256 - extend printout of comments
2257
2258
2259
2260 2003/09/17: Abelardo Moralejo
2261
2262 * manalysis MCerPhotCalc.cc:
2263 - in warning about saturating low gains in pixels: changed the
2264 'if' by a 'switch' and slightly corrected text of warning (no
2265 change in performance or results).
2266
2267
2268
2269 2003/09/16: Abelardo Moralejo
2270
2271 * manalysis MCerPhotCalc.[h,cc]:
2272 - added the low gain treatment. It has first been implemented by
2273 TB, and the version I submit is a slightly modified one. If any
2274 high gain FADC slice is saturated, we switch to low gain. If low
2275 gain is also saturated, the signal is nevertheless calculated
2276 ("truncated" of course), and a warning is displayed reporting
2277 the number of saturated pixels in the current event.
2278 Fixed also the calculation of the mean pixel pedestal (added
2279 variable fSumWeights), which previously would not work correctly
2280 in the case that one sets weights different from 0 or 1 in the
2281 array fWeight (which was anyway not done up to now, as far as I
2282 know). It would be necessary to add to the parameters of the
2283 analyzed events the number of saturated pixels in some way.
2284 In the MC files produced with camera versions 0.6 or earlier, no
2285 low gain is simulated, and saturation of high gain is not
2286 correctly implemented, so this should not introduce any change
2287 in the analysis of present or old MC files.
2288
2289
2290
2291 2003/09/12: Thomas Bretz
2292
2293 * mimage/MHillasSrc.cc:
2294 - fixed the NaN-problem in the calculation of Alpha. More
2295 information can be found in the comments there.
2296
2297 * mhist/MHFadcCam.[h,cc]:
2298 - skip MC events which have no FADC information stored
2299 - better output in case of changes in the number of slices
2300 - added size argument to constructor to support ECO100, too.
2301 - removed all fixed numbers and replaced them by the corresponding
2302 function
2303 - fixed pixel numbering to be consistent with the software pixel
2304 numbering in the rest of Mars
2305
2306 * mhist/MHFadcPix.[h,cc]:
2307 - fixed the missing y-axis (UseCurrentStyle())
2308 - fixed pixel numbering by changing default arument of pixid in
2309 constructor from 0 to -1
2310
2311 * mmain/MDataCheck.cc
2312 - added 'Time Spectra of Cosmics' button
2313 - added size argument to instatiation of MHFadcCam
2314
2315
2316
2317 2003/09/10: Thomas Bretz
2318
2319 * mdata/MDataChain.[h,cc]:
2320 - added log2, acosh, asinh, atanh, ceil, isnan and finite
2321 - changed math.h callings to TMath:: namespace to be more
2322 consistent
2323
2324 * mhist/MHMatrix.[h,cc]:
2325 - added RemoveInvalidRows member function to get rid of rows
2326 containing invalid numbers (nan, inf)
2327
2328 * mraw/MRawEvtHeader.cc:
2329 - fixed variable types calculating the time (ns, s, m and h)
2330 to get rid of some compiler warnings, casting the values
2331 for-, back- and forward only wasts computing time.
2332
2333
2334
2335 2003/09/08: Abelardo Moralejo
2336
2337 * mhist/MHOnSubtraction.cc:
2338 - added some casts in the arguments of function calls, to get rid
2339 of compilation warnings due to mismatch of variable type
2340 (variables: lowerBin, upperBin). Corrected order of arguments in
2341 TH1D constructor of fSignificanceHist (number of bins and bin
2342 limits).
2343
2344 * mraw/MRawEvtHeader.cc:
2345 - Added casts to arguments of fTime->SetTime(h, m, s, ns) to get
2346 rid of compilation warnings.
2347
2348 * mhist/MHCamera.cc:
2349 - Changed calls to abs and fabs by TMath::Abs. At least in RH7.2
2350 with gcc2.96, abs() was not recognized.
2351
2352
2353
2354 2003/09/07: Abelardo Moralejo
2355
2356 * manalysis/MCerPhotCalc.cc:
2357 - removed normalization of array fWeight introduced on 30/06. For
2358 now, this array is intended only to select the FADC slices which
2359 we want to integrate to get the signal. The use of this feature
2360 of MCerPhotCalc is explained in the example macro MagicHillas.C
2361 The array fWeight must contain 0's and 1's. If we normalize
2362 these values, the signal units is no longer ADC counts (but
2363 "average ADC counts per slice"). As David realized, this was the
2364 reason for the discrepancies in the gamma/hadron separation
2365 results we were observing lately. The meaning of Size was
2366 different among the different people working on the subject, and
2367 hence, when we compared samples with a given Size cut we were
2368 actually comparing different energy ranges.
2369
2370 - Turned fSumQuadWeights to its original meaning, the quadratic
2371 sum (square root of the sum of the squares) of the values in the
2372 fWeight array. Why was this changed?? (sqrt removed) Only because
2373 of the name of the variable??
2374
2375 - Changed the calculation of the mean pedestal to fit the meaning
2376 of fSumQuadWeights.
2377
2378 - Moved the call to ScalePedestals() to the end of the ReInit
2379 function. Formerly it was called before the setting of the
2380 variable fEnableFix, and then the mean pedestal in each FADC
2381 slice was wrong by 0.5 units... once more: please Thomas B,
2382 be careful with these kind of changes.
2383
2384
2385
2386 2003/08/27: Thomas Bretz
2387
2388 * mhist/MH3.cc:
2389 - fixed missing UseCurrentStyle for newer root versions
2390
2391
2392
2393 2003/08/26: Thomas Bretz
2394
2395 * mimage/MHHillas.cc, mimage/MHHillas.cc, mimage/MHHillasExt.cc,
2396 mimage/MHNewImagePar.cc:
2397 - fixed missing UseCurrentStyle for newer root versions
2398
2399
2400
2401 2003/08/26: Wolfgang Wittek
2402
2403 * manalysis/MCT1FindSupercuts.cc
2404 - set size of fStep, fLimlo, fLimup, fFix
2405 - in 'fcnsupercuts' : get total number of parameters by calling 'mnstat'
2406
2407 * manalysis/MCT1Supercuts.[h,cc]
2408 - extend error printout
2409
2410 * manalysis/MMinuitInterface.cc
2411 - do not delete the Minuit object because it will still be used
2412
2413 * mhist/MHFindSignificance.cc
2414 - formulaBackg was wrong
2415
2416
2417
2418 2003/08/26: Robert Wagner
2419
2420 * mraw/MRawRunHeader.h
2421 - Added Setter for MJD
2422
2423 * mfileio/MCT1ReadPreProc.cc
2424 - Fill MJD from Preproc run header in fRawRunHeader
2425
2426
2427
2428 2003/08/22: Wolfgang Wittek
2429
2430 * mhistmc/MHMcCT1CollectionArea.cc
2431 - change selection of theta bin in 'CalcEfficiency()'
2432 (to be mored flexible in choosing the theta binnning)
2433
2434
2435
2436 2003/08/21: Thomas Bretz
2437
2438 * manalysis/MCT1FindSupercuts.[h,cc], manalysis/MCT1Supercuts.[h,cc],
2439 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MMinuitInterface.[h,cc],
2440 mhist/MHFindSignificance.[h,cc]:
2441 - changed some variables and member functions with respect to an upcoming
2442 Minimization Class
2443 - simplified some calls
2444 - replaced fixed size arrays by variable size arrays
2445 - added some sanity checks
2446 - simplified some variable usage
2447
2448 * mhist/MHCT1Supercuts.[h,cc]:
2449 - removed obsolete SetupFill
2450
2451
2452
2453 2003/08/20: Thomas Bretz
2454
2455 * mhist/MHCamEvent.[h,cc]:
2456 - added PrintOutlayers
2457
2458 * mhist/MHHadronness.cc:
2459 - changed PrintOutput
2460 - set some Grids in plots
2461
2462 * mhist/MHMatrix.cc:
2463 - removed obsolete call to MEvtLoop::SetName
2464 - Changed name to something more intuitive
2465
2466 * mranforest/MRanForest.cc, mranforest/MRanTree.h:
2467 - removed ^M
2468
2469 * mranforest/MRanTree.cc:
2470 - removed obsolete check for gRandom
2471 - replaced mvar*numdata by a new variable mn
2472
2473
2474
2475 2003/08/19: Thomas Hengstebeck
2476
2477 * mranforest/MRanForest.cc:
2478 Removed error in calculation of fDataRang in CreateDataSort().
2479 In the loop where fDataRang is set, the local variable v must
2480 be used with indices n1 and n2.
2481
2482
2483
2484
2485 2003/08/19: Wolfgang Wittek
2486
2487 * manalysis/MCT1Supercuts.[h,cc]
2488 - new class
2489 - container for the supercut parameters
2490
2491 * manalysis/MCT1SupercutsCalc.[h,cc]
2492 - get supercut parameters from container 'MCT1Supercuts'
2493
2494 * manalysis/MCT1FindSupercuts.[h,cc]
2495 - new class
2496 - optimizes the parameters for the supercuts
2497
2498 * manalysis/MMinuitInterface.[h,cc]
2499 - new class
2500 - interface for Minuit
2501
2502 * manalysis/Makefile
2503 AnalysisLinkDef.h
2504 - include MCT1FindSupercuts
2505 MMinuitInterface
2506
2507 * mhist/MH3.cc
2508 - reset fHist in SetupFill();
2509 this is necessary if the same MH3 object is used in more than one
2510 eventloop
2511
2512 * mhist/MHMatrix.cc
2513 - give name to the event loop
2514
2515 * mhist/MHFindSignificance.[h,cc]
2516 - new class
2517 - calculates the significance of the gamma signal in the alpha plot
2518
2519 * mhist/MHCT1Supercuts.[h,cc]
2520 - new class
2521 - plots various quantities during the optimization of the supercuts
2522
2523 * mhist/Makefile
2524 HistLinkDef.h
2525 - MHFindSignificance included
2526 - MHCT1Supercuts included
2527
2528
2529
2530 2003/08/01: Thomas Bretz
2531
2532 * mhist/MHCamera.[h,cc]:
2533 - added Fill(x, y, w)
2534 - renamed GetStats to GetStatisticBox
2535
2536 * mhist/MHStarMap.[h,cc]:
2537 - include TH2 moved to source file
2538
2539 * mranforest/MRanForest.[h,cc], mranforest/MRanTree.[h,cc]:
2540 - do not use all the data numbers and dimensions in thousands
2541 of arguments if the data is available eg from the size of an array
2542 - removed obsolete variables from header
2543 - many small simplifications
2544 - removed some obsolete variables from functions
2545 - added many const qualifiers
2546 - localized many more variables
2547
2548 * mranforest/MRanForestFill.[h,cc]:
2549 - default fNumTrees set to -1 tree (all trees)
2550
2551 * manalysis/MBlindPixelCalc.[h,cc]:
2552 - interpolate Pedestal, too
2553 - Only count 'valid' pixels
2554
2555 * mfileio/MRead.[h,cc]:
2556 - enhanced AddFiles
2557
2558 * mhist/MHCamEvent.[h,cc]:
2559 - Added PrintOutlayers
2560
2561 * mhist/MHCamera.[h,cc]:
2562 - added GetNumPixels
2563 - added default to GetMean and GetRMS
2564
2565 * mhist/MHTriggerLvl0.[h,cc]:
2566 - added PrintOutlayers
2567
2568 * merpp.cc:
2569 - added more arguments
2570 - replace .raw by .root if no root file given
2571 - automatic extension adding
2572
2573 * mbase/MEvtLoop.[h,cc]:
2574 - added estimated run time
2575 - in Process: Changes type of rc from Bool_t to Int_t
2576
2577 * mmain/MStatusDisplay.cc:
2578 - changed order in Tab-menu
2579
2580 * mraw/MRawFileRead.cc:
2581 - consistency check for 0xc0c1 files
2582
2583 * mraw/MRawRunHeader.cc:
2584 - initialize variables
2585 - added 0xc0c1 support
2586
2587
2588
2589 2003/07/29: Thomas Bretz
2590
2591 * manalysis/MBlindPixelCalc.cc:
2592 - count only pixel which contents are adde
2593
2594 * mbase/MArgs.cc:
2595 - added namespace
2596
2597 * mbase/MDirIter.h:
2598 - added rec-argument to constructor
2599
2600 * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]:
2601 - adapted to virtual base function
2602
2603 * mfileio/MRead.[h,cc]:
2604 - added AddFiles(MDirIter&)
2605 - changed AddFile to virtual
2606
2607 * mfileio/MReadTree.cc:
2608 - use AddFile in the constructor
2609
2610 * mhist/MH.[h,cc]:
2611 - remove 'nonew' from option
2612
2613 * mhist/MHHadronness.[h,cc]:
2614 - added GetHadronness
2615 - changed output
2616
2617 * mhist/MHMatrix.[h,cc]:
2618 - use TMatrixRow in shuffle
2619 - added ReduceRows
2620 - use default for PrintStatistics
2621 - removed graphics from Fill - will crash in batch mode
2622
2623 * mimage/ImageLinkDef.h, mimage/Makefile:
2624 - added MImgCleanTGB
2625
2626 * mimage/MCameraSmooth.h:
2627 - fixed a typo
2628
2629 * mmain/MStatusDisplay.cc:
2630 - added sanity check to HasCanvas
2631
2632 * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc:
2633 - fixed a crashed caused by GetMaximum in newer root versions
2634 - optimized some small pieces of code
2635 - SetRangeUser removed, problems with newer root verion using
2636 roots auto-scale instead
2637
2638 * mranforest/MRanForest.cc:
2639 - do not use variables in arguments which can be used locally
2640 - replaced pow(,2) by faster and more accurate val*val
2641 - test gRandom at the beginning of the function
2642 - changed output
2643 - removed TArray::Reset. Not necerry at many places. Instatiation
2644 already initializes array with 0s
2645 - Use a const reference to the matrices instead of a copy!
2646 - Removed some unnecessary castings
2647 - added some const qualifiers
2648 - removed fErr from data members (obsolete)
2649
2650 * mranforest/MRanForestCalc.cc:
2651 - fixed a typo in the comments
2652
2653 * mranforest/MRanTree.[h,cc]:
2654 - do not use variables in arguments which can be used locally
2655 - localized some variables
2656 - test gRandom at the beginning of the function
2657 - added some const qualifiers
2658 - removed TArray::Reset. Not necerry at many places. Instatiation
2659 already initializes array with 0s
2660 - added some overwrites of TreeHad
2661
2662
2663
2664 2003/07/17: Oscar Blanch
2665
2666 * mmc/MMcCorsikaRunHeader.[h,cc]
2667 - add member data fNumTelesope
2668 - add member data fTelescopes
2669 - add member data fViewconeAngles[2]
2670 - add member function Fill_CT
2671 - version increased 2 -> 3
2672
2673 * mmc/MMcRunHeader.[hxx,cxx]
2674 - add member data fImpactMax
2675 - modify member function Fill
2676 - version increased 3 -> 4
2677
2678 * mmc/MMcFadcHeadr.[hxx,cxx]
2679 - add member data f[Ampl,Fwhm]Outer
2680 - add member data fLow2HighGain
2681 - modify member function Set[Ampl,Fwhm]
2682 - add member function SetLow2High
2683
2684 * mmc/Mdefine.h, MFadcDefine.h, MTriggerDefine.h
2685 - MFADC_CHANNELS, CAMERA_PIXELS, TRIGGER_PIXELS -> 3500
2686
2687 * mgeom/MGeomCorsikaCT.[h,cc]
2688 - new class with information of CT location in Corsika simulation
2689
2690 * mgeom/Makefile, GeomLinkDef.h
2691 - add new class
2692
2693
2694
2695
2696
2697 2003/07/14: Wolfgang Wittek
2698
2699 * mhist/MHOnSubtraction.[h,cc]
2700 - add member function GetSignificance()
2701
2702 * mhist/MHMatrix.cc
2703 - add MProgressBar in Fill()
2704
2705 * mmontecarlo/MMcEnergyEst.h
2706 - add member functions GetNumCoeffA()
2707 GetNumCoeffB()
2708
2709 * mfilter/MCT1SelBasic.[h,cc]
2710 - remove runs 601, 613, 614 for MC gamma
2711
2712 * manalysis/MCT1SupercutsCalc.cc
2713 - remove bug (dd2)
2714 - set fMatrix = NULL in constructor
2715
2716 * mgeom.MGeomCamCT1Daniel.[h,cc]
2717 - new; Daniel's CT1 geometry
2718
2719 * mgeom/Makefile
2720 GeomLinkDef.h
2721
2722
2723
2724 2003/07/14: Oscar Blanch
2725
2726 * mgeom/MGeomCamMagic919.[h,cc]
2727 - Geometry for a Magic camera with 919 small pixels
2728
2729 * mgeom/[Makefile, GeomLinkDef.h]
2730 - Compiling the above mentioned geometry
2731
2732
2733
2734 2003/07/13: Thomas Bretz
2735
2736 * mbase/MArgs.[h,cc]:
2737 - fixed compile problem with root 3.02/07
2738
2739 * meventdisp/MGCamDisplay.cc, mevtdisp/MGEvtDislay.cc:
2740 - fixed missing MHCamera::SetOptStat
2741
2742
2743
2744 2003/07/12: Thomas Bretz
2745
2746 * mhistmc/MHMcCT1CollectionArea.[h,cc]:
2747 - made the enum as FillType_t a public member of the class
2748
2749 * macros/CT1collarea.C
2750 - Updated accordingly. Can somebody please check whether it
2751 still works.
2752
2753 * mbase/MArgs.h:
2754 - added some comment
2755
2756 * mraw/MRawRunHeader.cc:
2757 - added an 'inf' to the log-stream
2758
2759 * macros/status.C:
2760 - added some more plots
2761 - added some sanity chacks
2762
2763 * macros/sumevents.C, macros/sumeventserr.C, macros/sumeventsrms.C
2764 macros/sumpedestalrms.C, macros/sumpedestals.C:
2765 - fixed SetOptStat
2766
2767 * manalysis/MBlindPixelCalc.[h,cc]:
2768 - removed dangerous SetPixels(int, short*)
2769 - changed Id to Idx
2770 - fixed a bug in SetPixels which caused crashes
2771 - renamed SetPixels to SetPixelIndices
2772
2773 * mhist/MHCamera.[h,cc]:
2774 - removed SetOptStat and fOptStat - found a better solution
2775 - fixed DistancetoPrimitive to show TPaveStat correctly
2776 - Use GetPainter() instead of an own THistPainter
2777
2778 * mmain/MStatusDisplay.cc:
2779 - some small changes to the layout
2780
2781
2782
2783 2003/07/11: Wolfgang Wittek
2784
2785 * mhist/MHMatrix.cc
2786 - add tlist.PrintStatistics() after event loop
2787
2788
2789
2790 2003/07/08: Abelardo Moralejo
2791
2792 * mmc/MMcEvt.hxx
2793 - Uncommented the getter function for fCoreX and fCoreY (is there
2794 any reason why they were commented out?). Added Getter functions
2795 for the parameters of the longitudinal fit to the particle
2796 distribution of the shower.
2797
2798
2799
2800 2003/07/08: Wolfgang Wittek
2801
2802 * macros/CT1EgyEst.C:
2803 - de-comment filters
2804 - add PrintStatistics after event loop
2805
2806 * manalysis/MEnergyEstParamDanielMkn421.[h,cc]
2807 - new; calculates estimated energy using Daniel's parametrization
2808 and parameter values for Mkn421
2809
2810 * manalysis/AnalysisLinkDef.h
2811 Makefile
2812 - include MEnergyEstParamDanielMkn421
2813
2814 * manalysis/MCT1SupercutsCalc.[h,cc]
2815 - add MHillasSrc.fAlpha to fMap
2816 - add member functions SetParams(Double_t *par)
2817 GetParams(Double_t *par)
2818
2819
2820
2821 2003/07/06: Abelardo Moralejo
2822
2823 * mhistmc/MHMcCT1CollectionArea.[h,cc]
2824 - Added possibility of using a logarithmic or linear scale in
2825 energy. The function MHMcCT1CollectionArea::SetEaxis sets
2826 what should be filled in the energy axis (either the energy
2827 or its decimal logarithm).
2828
2829 * macros/CT1collarea.C
2830 - Added example on how to use the new function
2831 MHMcCT1CollectionArea::SetEaxis
2832
2833
2834
2835 2003/07/06: Thomas Bretz
2836
2837 * Makefile:
2838 - replaced '-shared' by $(DYNLIB)
2839
2840 * Makefile.conf.linux, Makefile.conf.linux-gnu,
2841 Makefile.conf.osf1, Makefile.conf.osf5.1:
2842 - added DYNLIB
2843
2844 * Makefile.conf.darwin:
2845 - added
2846
2847 * mgui/MCamEvent.cc:
2848 - removed obsolete include
2849
2850 * mgui/Makefile:
2851 - removed obsolete include dirs
2852
2853 * mhist/MHCamera.cc:
2854 - fixes for root 3.05/01
2855
2856 * mraw/MRawEvtData.cc:
2857 - added type 1 and 2 to GetPixContent
2858
2859 * mraw/MRawEvtPixelIter.[h,cc]:
2860 - added GetMax[Hi,Lo]GainSample
2861
2862 * macros/pixsatrate.C:
2863 - added
2864
2865 * Makefile.conf.general:
2866 - added -lHistPainter
2867
2868 * NEWS:
2869 - updated
2870
2871 * macros/pixsatrate.C:
2872 - added Saturation rate of lo gains
2873
2874 * macros/sumevents.C, macros/sumeventserr.C,
2875 macros/sumpedestalrms.C, macros/sumpedestals.C:
2876 - fixed axis titles
2877 - use new SetOptStat
2878
2879 * manalysis/MCerPhotAnal2.[h,cc]:
2880 - count and print number of skipped events
2881
2882 * meventdisp/MGCamDisplay.cc:
2883 - fixed a 'division by zero'
2884
2885 * mhist/MHCamEvent.cc, mhist/MHTriggerLvl0.cc:
2886 - take name from MHCamEvent if fNameEvt not available
2887
2888 * mhist/MHCamera.[h,cc]:
2889 - use THistPainter to Draw title and statistics box
2890 - added fOptStat
2891 - added GetMean
2892 - added GetRMS
2893 - some modification for a better layout
2894
2895 * mraw/MRawEvtHeader.cc:
2896 - calculate time from clock ticks
2897
2898 * mbase/MArgs.[h,cc]:
2899 - added
2900
2901 * mbase/Makefile:
2902 - MArgs.cc added
2903
2904 * mbase/BaseLinkDef.h:
2905 - MArgs, MArgsEntry added
2906
2907 * merpp.cc:
2908 - added '-v' option
2909 - changes to use MArgs
2910
2911
2912
2913
2914
2915 2003/07/04: Wolfgang Wittek
2916
2917 * macros/CT1EgyEst.C
2918 - add TCanvas and cd() before calling Draw()
2919
2920 * mhistmc/MHMcEnergyMigration.cc
2921 - swap first 2 arguments of fHist.Fill and fHist2.Fill
2922
2923
2924
2925 2003/07/03: Abelardo Moralejo
2926
2927 * mhistmc/MHMcCT1CollectionArea.cc
2928 - Added code to allow the calculation of CT1 collection areas
2929 at 55 and 65 degrees (from the events in DK's MC library)
2930
2931 * macros/CT1collarea.C
2932 - Changed binning in theta to include high ZAs
2933
2934
2935
2936 2003/07/01: Thomas Bretz
2937
2938 * manalysis/MCerPhotAnal2.cc:
2939 - fixed some problems with the lo-gains
2940
2941 * mraw/MRawEvtPixelIter.cc:
2942 - Determin the maximum sample of the lo gains from the end.
2943
2944
2945
2946 2003/07/01: Abelardo Moralejo
2947
2948 * macros/CT1collarea.C
2949 - changed "const TArrayD xed(10,xedge);" to:
2950 "const TArrayD xed; xed.Set(10,xedge);"
2951 (and the same for yed). Otherwise, a funny Error message was
2952 printed about TArrayD, although everything worked.
2953
2954 * mhistmc/MHMcCT1CollectionArea.cc
2955 - added some comments and made code more readable and more simple
2956 to make it easier the addition of the necessary changes to allow
2957 the use of MC data (from D.Kranich) at zenith angles 55 and 65
2958 degrees.
2959
2960
2961
2962 2003/07/01: Wolfgang Wittek
2963
2964 * manalysis/MSigmabar.cc, manalysis/MCT1PadSchweizer.cc,
2965 manalysis/MCT1PadONOFF.cc, mhist/MHSigmaTheta.cc:
2966 - change code because GetPixRatio returns area(pixel_zero)/area(pixel)
2967 and not area(pixel)/area(pixel_zero)
2968
2969 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
2970 - current versions of CT1 macros
2971
2972 * macros/unfold.C, macros/fluxunfold.C
2973 - macros for testing the unfolding within root
2974
2975
2976
2977 2003/06/30: Thomas Bretz
2978
2979 * macros/pixfirerate.C:
2980 - changed to new style
2981
2982 * manalysis/MCerPhotCalc.cc:
2983 - scale weight so that sum=1
2984
2985 * mhist/MHCamera.h:
2986 - small change
2987
2988 * mmontecarlo/MMcCollectionAreaCalc.cc:
2989 - small simplifications
2990
2991
2992
2993 2003/06/27: Abelardo Moralejo
2994
2995 * mmontecarlo/MMcCollectionAreaCalc.[h,cc],
2996 mhistmc/MHMcCollectionAreaCalc.[h,cc]:
2997 - Adapted to allow their use with multiple files containing
2998 MC data generated with diffferent energy spectra, even with
2999 camera files which have only triggered events inside. Now the
3000 histogram containing all showers (before trigger) is filled
3001 in the ReInit function, and calculation of collection area
3002 is done by CalcEfficiency2(). Some simplifications and cleaning
3003 are still possible.
3004
3005
3006
3007 2003/06/27: Thomas Bretz
3008
3009 * macros/sumevents.C, macros/sumpedestals.C:
3010 - some small changes
3011
3012 * manalysis/MPedestalCam.cc:
3013 - return pixel as used if the value is valid (>=0)
3014
3015 * mhist/HistLinkDef.h, mhist/Makefile:
3016 - MHPixVsTime added (Name is preliminary)
3017
3018 * mhist/MHCamEvent.cc:
3019 - removed including MGeomPix
3020
3021 * mhist/MHCamera.h:
3022 - in SetCamContent copy also number of entries
3023
3024 * mraw/MRawEvtData.cc:
3025 - fixed to support correct pixel numbering
3026
3027 * mhist/MHPixVsTime.[h,cc]:
3028 - added
3029
3030 * mhist/MHCamera.cc:
3031 - changed output of labels for color axis
3032
3033 * mfileio/MCT1ReadPreproc.cc:
3034 - small simplification
3035
3036
3037
3038 2003/06/27: Abelardo Moralejo
3039
3040 * mhistmc/MHMcCT1CollectionArea.cc:
3041 - Added comments, changed theta angle corresponding to first bin to
3042 adapt it to new standard theta-bin definition. This was the reason
3043 for the missing area at low theta.
3044
3045 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
3046 - Changed theta binnings to adapt them to the new standard.
3047
3048
3049
3050 2003/06/26: Abelardo Moralejo
3051
3052 * macros/CT1EgyEst.C:
3053 - Added to the argument list of CT1EEst the binnings in theta
3054 and energy. Commented out the MLog.h and MLogManip.h, headers,
3055 otherwise it does not run (don't know why). Commented out filters
3056 (my test file does not contain hadronness), please uncomment
3057 them to run on files with hadronness info.
3058
3059 * mhistmc/MHMcEnergyMigration.cc:
3060 - exchanged axes of E_est and E_MC in the 3-d histograms.
3061
3062 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
3063 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
3064 mimage/MImgCleanStd.cc:
3065 - adapted to new function names in MPedestalPix (please Thomas
3066 check these, I had to do it to make Mars compile)
3067
3068
3069
3070 2003/06/26: Thomas Bretz
3071
3072 * macros/CT1EgyEst.C:
3073 - converted from dos to unix type
3074
3075 * macros/rootlogon.C:
3076 - removed "-fno-rtti" from options for Aclic
3077
3078 * mbase/MLog.h:
3079 - added a comment
3080
3081 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
3082 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
3083 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
3084 - added support for sectors
3085
3086 * megom/MGeomCamMagic.[h,cc]:
3087 - added sectors
3088
3089 * mhist/MHCamera.[h,cc]:
3090 - convert Option_t in Paint to lower case
3091 - remove 'hist' if detected from Option_t
3092 - check for min==max
3093 - added DrawSectorIndices()
3094 - added TArrayC to AddCamContent
3095 - added TArrayC to SetCamContent
3096 - simplified DistancetoPrimitive
3097
3098 * mraw/MRawEvtData.cc:
3099 - simplified Draw by converting option string to lower case
3100
3101 * mraw/MRawEvtPixelIter.[h,cc]:
3102 - added GetNumMaxLoGainSample
3103
3104 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
3105 manalysis/MSigmabar.cc:
3106 - adapted to new function names in MPedestalPix
3107
3108 * manalysis/MCerPhotAnal.cc:
3109 - adapted to new function names in MPedestalPix
3110 - fixed to work with real data and monte carlo data
3111 - preliminarily removed error of pedestal and pedestalrms
3112
3113 * manalysis/MCerPhotCalc.[h,cc]:
3114 - adapted to new function names in MPedestalPix
3115 - fixed to work with real data and monte carlo data
3116
3117 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
3118 - adapted to new function names in MPedestalPix
3119 - preliminarily removed error of pedestal and pedestalrms
3120
3121 * manalysis/MPedestalCam.[h,cc]:
3122 - adapted to new function names in MPedestalPix
3123 - preliminarily removed error of pedestal and pedestalrms
3124 - fixed GetPixelContent (do not return Pedestal*PixRatio)
3125
3126 * manalysis/MPedestalPix.[h,cc]:
3127 - removed old variables
3128 - introduced Pedestal for pedestal
3129 - introduced pedestalRMS for the rms of the pedestal
3130 - error of both values still missing
3131
3132 * meventdisp/MGCamDisplay.cc:
3133 - fixed display, displays now:
3134 + Number Of Photons
3135 + Pedestal
3136 + PedestalRMS
3137 + Number of Photons/PedestalRMS
3138
3139 * mimage/MImgCleanStd.[h,cc]:
3140 - fixed image cleaning in the sense that erronously the error
3141 of the number of photons was used instead of the error of
3142 the PMT offset (pedestal)
3143 - introduced some debugging option
3144
3145 * mmontecarlo/MMcCollectionAreaCalc.cc:
3146 - minor change
3147
3148 * macros/sumevents.C, macros/sumpedestals.C:
3149 - added
3150
3151 * mhist/MHCamEvent.cc:
3152 - do not scale with 100
3153
3154 * mhist/MHCamera.cc:
3155 - fixed displaying number of entries when used
3156 SetCamContent(MHCamera&)
3157
3158
3159
3160 2003/06/25: Thomas Bretz
3161
3162 * mgeom/MGeomCam.cc:
3163 - fixed the description of GetPixRatio
3164
3165
3166
3167 2003/06/25: Abelardo Moralejo
3168
3169 * mimage/MImgCleanStd.cc:
3170 - Changed name of variable "ratio" to "factor", wherever it meant
3171 the square root of the ratio between the area of an inner pixel
3172 and the current pixel (it was confusing).
3173
3174
3175
3176 2003/06/24: Thomas Bretz
3177
3178 * manalysis/MCT1SupercutsCalc.[h,cc]:
3179 - implemented Mapping for Supercuts
3180 - changed data member arrays to TArrayD
3181
3182 * manalysis/MEnergyEstParam.h:
3183 - added a comment
3184
3185 * mhist/MHHadronness.[h,cc]:
3186 - implemented mapping
3187 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
3188
3189 * macros/status.C:
3190 - removed MSrcPosCam
3191
3192 * mevtdisp/MGCamDisplay.cc:
3193 - display ellipse in all canvas'
3194
3195 * macros/readrfl.C:
3196 - adapted
3197
3198 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
3199 mraw/MRawEvtPixelIter.cc:
3200 - adapted
3201
3202 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
3203 - more comments
3204
3205 * mgui/MHexagon.[h,cc]:
3206 - removed obsolete destructor
3207
3208 * mhist/MHCamera.[h,cc]:
3209 - removed fPhotons
3210 - removed ShowRflEvent
3211 - added comments
3212
3213 * mhist/MHTriggerLvl0.cc:
3214 - fixed comments
3215
3216 * mraw/MRawEvtData.cc:
3217 - some small changes
3218
3219 * mreflector/MRflEvtData.[h,cc]:
3220 - implemented Paint function
3221
3222 * meventdisp/MGCamDisplay.cc:
3223 - Set Name and title of MHCamera instances
3224
3225 * mraw/MRawEvtData.cc:
3226 - fixed a degug level problem
3227
3228 * mgui/MHexagon.[h,cc]:
3229 - fixed CopyConstructor
3230
3231 * mbase/MLog.cc:
3232 - fixed a bug in NoColor mode
3233
3234
3235
3236 2003/06/23: Thomas Bretz
3237
3238 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
3239 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
3240 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
3241 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
3242 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
3243 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
3244 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
3245 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
3246 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
3247 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
3248 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
3249 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
3250 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
3251 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
3252 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
3253 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
3254 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
3255 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
3256 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
3257 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
3258 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
3259 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
3260 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
3261 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
3262 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
3263 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
3264 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
3265 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
3266 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
3267 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
3268 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
3269 manalysis/MCerPhotCalc.[h,cc]:
3270 - changed Bool_t in *Process to Int_t to support newer root
3271 versions correctly - PRELIMINARY (will be replaced by
3272 enums in the future)
3273
3274 * manalysis/MCerPhotEvt.[h,cc]:
3275 - added case 3 and 4 to GetPixelContent
3276 - changed definition of GetPixelContent
3277
3278 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
3279 - changed definition of GetPixelContent
3280
3281 * manalysis/MFiltercutsCalc.[h,cc]:
3282 - Added list to ListOfCleanups, and set kMustCleanup for list
3283 - Set kMustCleanup for external filters
3284
3285 * mbase/MEvtLoop.[h,cc]:
3286 - added to ListOfCleanups
3287 - Set kMustCleanup for parlist, progressbar and display
3288 - added some checks for root's Batch-Mode
3289 - no need for checking ListOfSpecials for fDisplay (this is now
3290 handled through the Cleanups)
3291 - No need for kFileExit anymore (this can now be handles through
3292 the Cleanups)
3293 - added recursiveRemove to support Cleanups
3294 - added SetDisplay to set kMustCleanup for fDisplay
3295
3296 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
3297 mfilter/MFilterList.cc:
3298 - added lists to ListOfCleanups
3299 - Set kMustCleanup for the lists
3300
3301 * mbase/MParList.[h,cc]:
3302 - added lists to ListOfCleanups
3303 - Set kMustCleanup for the lists
3304 - added kCanDelete option to destructor
3305 - set kMustCleanup for all containers added to thelist
3306
3307 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
3308 - removed unnecessary MDumpEvtHeader
3309
3310 * mbase/MContinue.[h,cc]:
3311 - added SetDisplay to support setting display for the filter
3312 - added SetLogStream to support setting logstream for the filter
3313
3314 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
3315 mfilter/MFCT1SelStandard.cc:
3316 - added Set-function to simplify Process
3317
3318 * mgui/MCamEvent.[h,cc]:
3319 - changed GetPixelContent definition
3320
3321 * mhist/MH.cc:
3322 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
3323
3324 * mimage/MImgCleanStd.cc:
3325 - fixed a bug in the access to ispixused-array (GetNeighbor
3326 could exceed maximum entries.
3327
3328 * mmain/MStatusDisplay.[h,cc]:
3329 - preliminary fixes to support root's batch mode
3330 - removed adding MStatusDisplay to ListOfCleanups
3331 - changed code updating the Canvas'
3332 - exit now handled by Cleanups, so this can be deleted immediatly
3333
3334 * mraw/MRawEvtData.[h,cc]:
3335 - changed definition of GetPixelContent
3336 - added code to GetPixelContent
3337
3338 * mraw/MRawEvtPixelIter.[h,cc]:
3339 - returns GetNumMaxHiGainSample
3340
3341 * mreflector/MRflEvtData.[h,cc]:
3342 - use static_cast in GetPhoton
3343 - added GetPixelContent
3344
3345 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
3346 mhist/MHCamEvent.[h,cc]:
3347 - added
3348
3349 * manalysis/MSigmabar.cc:
3350 - unimportant simplification
3351
3352 * manalysis/MSigmabarCalc.cc:
3353 - added a preliminary workaround to support files without MMcEvt
3354 - make use of FLT_MAX
3355
3356 * mgeom/MGeomCam.[h,cc]:
3357 - Moved fPixels from pointer to an instance
3358 - removed destructor
3359 - use static_cast on operator[]
3360 - Use ForEach macro in CheckOuterRing
3361
3362 * mhist/MHSigmaTheta.cc:
3363 - added a preliminary workaround to support files without MMcEvt
3364
3365 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3366 - removed MCT1PadONOFF
3367
3368 * manalysis/MCerPhotEvt.h:
3369 - added //-> to fPixels
3370
3371 * meventdisp/Makefile:
3372 - added -I../mhist
3373
3374 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
3375 - replaced MCamDisplay by MHCamera
3376
3377 * mgui/GuiLinkDef.h, mgui/Makefile:
3378 - removed MCamDisplay
3379
3380 * mhist/HistLinkDef.h, mhist/Makefile:
3381 - removed MHCerPhotEvt
3382 - removed MHCurrents
3383 - removed MHTrigLvl0
3384 - removed MHOnSubtraction
3385 - added MHCamera
3386 - added MHCamEvent
3387
3388 * macros/sumcurrents.C:
3389 - adapted to changes
3390 - added filename to canvas
3391
3392 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
3393 macros/readcurrents.C, macros/readrfl.C:
3394 - adapted to changes
3395
3396 * mbase/MAGIC.h:
3397 - replaced extern by R__EXTERN
3398
3399 * mbase/MParContainer.[h,cc]:
3400 - added a non empty destructor with some debug options
3401
3402 * mbase/MPrint.cc:
3403 - fixed a bug (used kSKIP instead of kSkip)
3404
3405
3406
3407 2003/06/19: Thomas Bretz
3408
3409 * mgui/MCamDisplay.[h,cc]:
3410 - fixed color palette when loading MCamDisplay
3411
3412 * mevtdisp/MGEvtDisplay.cc:
3413 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
3414
3415
3416
3417 2003/06/18: Thomas Bretz
3418
3419 * macros/sumcurrents.C:
3420 - added MDirIter support
3421 - fixed the rel. error calculation
3422 - some small corrections to the layout
3423
3424 * mhist/MHCurrents.cc:
3425 - changed histogram name
3426 - added axis titles
3427
3428 * mbase/MLog.cc:
3429 - include iomanip onstead of MLogManip
3430
3431 * mbase/MLogManip.h:
3432 - replaced preprocessor defintions for all, warn, inf, err and dbg
3433 by const variable declarations
3434 - fixed dynamic_casts
3435
3436 * macros/merpp.C:
3437 - made capable of more than one directory
3438
3439 * mmain/MStatusDisplay.cc:
3440 - removed an unsused variable
3441
3442 * Makefile.conf.osf1, Makefile.conf.osf5.1:
3443 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
3444 tp be able to compile on Alphas again
3445
3446 * manalysis/MCT1PadONOFF.cc:
3447 - included math.h
3448 - commented out some code to be able to compile on Alpha - FIXME
3449
3450 * mbase/MDirIter.h:
3451 - fixed a bug in the definition of MatchFilter
3452
3453 * mraw/MRawFileWrite.h:
3454 - default mode changed from UPDATE to RECREATE
3455 - default compression level changed from 9 to 1
3456
3457 * mraw/MRawEvtData.[h,cc]:
3458 - fixed to skip non connected pixels
3459
3460 * mraw/MRawRunHeader.[h,cc]:
3461 - added GetNumConnectedPixels
3462
3463
3464
3465
3466 2003/06/17: Oscar Blanch
3467
3468 * mgeom/MGeomCamECO1000HG.cc
3469 - fixed a bug in NN table
3470
3471 * mgeom/MGeomCamMagicHG.[h,cc]
3472 - New geometry for a high granularity hipothetic Magic camera
3473
3474 * mgeom/Makefile and mgeom/GeomLinkDef.h
3475 - Introduction of MGeomMagicHG class.
3476
3477
3478
3479 2003/06/17: Thomas Bretz
3480
3481 * meventdisp/MGEvtDisplay.cc:
3482 - fixed a bug which caused a endlessloop
3483
3484 * mmain/MStatusDisplay.cc:
3485 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
3486
3487 * manalysis/MCurrents.h:
3488 - fixed a bug in the const operator[]
3489
3490 * mgui/MCamDisplay.[h,cc]:
3491 - set ClassDef to 1 so that the camera display can be written into
3492 a root file
3493 - fixed destructor (didn't fit default constructor)
3494 - implemented FillRandom for test cases
3495
3496 * mgui/MHexagon.h
3497 - set ClassDef to 1 so that the camera display can be written into
3498 a root file
3499
3500
3501
3502 2003/06/16: Thomas Bretz
3503
3504 * mhist/MHOnSubtraction.cc:
3505 - worked around the non compiling source file
3506
3507 * merpp.cc:
3508 - set compression level default = 1
3509
3510 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
3511 meventdisp/MGCamDisplay.cc
3512 - adapted to new MCamDisplay and MCamEvent
3513
3514 * macros/sumcurrents.C:
3515 - enhanced
3516
3517 * manalysis/MCerPhotCalc.[h, cc]:
3518 - simplified algorithm
3519
3520 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
3521 manalysis/MPedestalCam.[h,cc]:
3522 - derived from MCamEvent
3523
3524 * manalysis/MMcPedestalNSBAdd.cc:
3525 - minor change
3526
3527 * mbase/BaseLinkDef.h, mbase/Makefile:
3528 - added MDirIter
3529
3530 * mbase/MDirIter.[h,cc]:
3531 - added
3532
3533 * mbase/MParList.cc:
3534 - enhnced some output
3535
3536 * mbase/MTaskInteractive.cc:
3537 - fixed a bug
3538
3539 * mbase/MTaskList.cc:
3540 - added handling of gui events for Pre- and PostProcess
3541
3542 * mgeom/MGeomPix.cc:
3543 - added a comment
3544
3545 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
3546 - added a notification list
3547 - fixed SetRange if pad is not the main pad
3548 - new Fill functions using MCamEvent, removed old ones
3549
3550 * mhist/MFillH.cc:
3551 - check for the existance of the canvas
3552
3553 * mhist/MHCerPhotEvt.cc:
3554 - take usage of MCamEvent
3555
3556 * mhist/MHCurrents.cc:
3557 - take usage of MCamEvent
3558 - added rms
3559
3560 * mmain/MStatusDisplay.[h,cc]:
3561 - added "Reset" and "Remove Tab" to menu bar
3562
3563 * mraw/MRawEvtData.[h,cc]:
3564 - draw hi- and logains
3565 - derived from MCamEvent
3566
3567 * mraw/MRawEvtPixelIter.[h,cc]:
3568 - added GetVarHiGainSamples
3569
3570 * mraw/Makefile:
3571 - added -I../mgui - PRELIMINARY
3572
3573 * mhist/MH.cc:
3574 - fixed Draw(TH1&,TH1&) for newer root versions
3575
3576 * mhist/MHHadronness.cc:
3577 - fixed call to fGraph->SetMaximum(1) for newer root versions
3578
3579 * mmain/MStatusDisplay.cc:
3580 - fixed for gcc 3.* and newer root versions
3581
3582
3583
3584
3585 2003/06/13: Robert Wagner
3586 * mhist/MHOnSubtraction.cc
3587 - removed casts from double to Double_t found by gcc 3.3
3588 - added MHOnSubtraction::CalcLightCurve, a methods towards a
3589 lightcurve
3590
3591
3592
3593 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
3594
3595 * Makefile.conf.linux:
3596 - removed nonull-objects, Wtraditional and Wnested-externs
3597 due to warnings in gcc 3.3
3598
3599 * *:
3600 - added 'using namespace std;'
3601 - exchanged *.h C++ headers by correct headers (like <fstream>)
3602 - replaced forward declarations of streams by <iosfwd>
3603
3604 * manalysis/MCerPhotAnal.cc:
3605 - cast arguments of sqrt to correct type
3606 - corrected argument type for SetPedestalRms
3607
3608 * manalysis/MCurrents.h:
3609 - const operator[] uses 'this' now
3610
3611 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
3612 - fixed definition of Print
3613
3614 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
3615 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
3616 - cast arguments of sqrt to correct type
3617
3618 * manalysis/MMultiDimDistCalc.cc:
3619 - changed type of numg/numh to Int_t
3620
3621 * mbase/BaseLinkDef.h:
3622 - removed pragma for __omanip_debug
3623
3624 * mbase/MLog.[h,cc]:
3625 - fixed copy constructor
3626 - removed usage of mkstemp -- TO BE FIXED
3627
3628 * mbase/MLogManip.[h,cc]:
3629 - completely replaced
3630
3631 * mdata/MDataArray.cc:
3632 - fixed variable type ncols (Double_t -> Int_t)
3633
3634 * mdata/MDataChain.cc:
3635 - fixed argument type of gRandom->Integer()
3636
3637 * meventdisp/MGEvtDisplay.[h,cc]:
3638 - implemented skiping of events which have 0 Pixels
3639
3640 * mfileio/MCT1ReadPreProc.cc:
3641 - fixed conversion for istream::read from Byte_t* to char*
3642 - fixed argument type in Fill (fmcsize_phel)
3643
3644 * mfileio/MChain.h:
3645 - ResetTree must also set fTreeNumber to -1 due to changes in
3646 TChain::LoadTree
3647
3648 * mfilter/MFAlpha.[h,cc]:
3649 fixed type of Alpha in Init (Float_t instead of Int_t)
3650
3651 * mfilter/MFEventSelector2.[h,cc]:
3652 - renamed Read member function to ReadDistribution
3653
3654 * mfilter/MFilterList.h:
3655 - fixed overloading of GetRule
3656
3657 * mhist/MBinning.cc, mhist/MH3.cc:
3658 - removed default argument in source file
3659
3660 * mhist/MHArray.cc:
3661 fixed type of sstyle (Stat_t -> Int_t)
3662
3663 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
3664 - fixed definition of Clear()
3665
3666 * mhist/MHFadcCam.[h,cc]:
3667 - renamed Reset to ResetEntry
3668
3669 * mhistmc/MHMcEnergy.cc:
3670 - fixed argument type of log
3671
3672 * mhistmc/MHMcRate.cc:
3673 - cast argument of pow() to correct type
3674
3675 * mimage/MHillas.cc:
3676 - replaced default value for MeanX and MeanY by 0
3677
3678 * mmain/MMars.cc:
3679 - fixed argument type in TGLayoutHints
3680
3681 * mmain/MStatusDisplay.cc:
3682 - fixed some argument types
3683 - for the moment removed the update of the ps-header
3684
3685 * mmc/MMcTrig.cxx:
3686 - use binary shift instead of pow for power of two
3687
3688 * mmontecarlo/MMcEnergyEst.[h,cc]:
3689 - declared fcn as static
3690 - fixed definition of Print
3691
3692 * mmontecarlo/MMcTimeGenerate.cc:
3693 - fixed argument type of SetTime
3694
3695 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
3696 - fixed definition of Draw
3697
3698 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
3699 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
3700 - fixed conversion for istream::read from Byte_t* to char*
3701
3702 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
3703 - fixed definition of Print
3704
3705
3706
3707 2003/06/13: Robert Wagner
3708 * mhist/MHOnSubtraction.cc
3709 - Improvements in output
3710
3711
3712
3713 2003/06/12: Thomas Bretz
3714
3715 * mgui/MCamDisplay.h:
3716 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
3717
3718
3719
3720 2003/06/11: Robert Wagner
3721
3722 * mhist/MHOnSubtraction.[h,cc]
3723 - Some bugfixes, e.g. concerning binning of result histograms
3724 - Improvements in output
3725
3726
3727
3728
3729
3730 2003/06/09: Wolfgang Wittek
3731
3732 * macros/CT1Analysis.C
3733 - replace MPadSchweizer by MCT1PadSchweizer
3734
3735 * macros/ONOFFCT1Analysis.C
3736 - current version of the macro for the analysis using ON, OFF and MC data
3737
3738 * manalysis/MPadSchweizer.[h,cc]
3739 MPadONOFF.[h,cc]
3740 - delete
3741
3742 * manalysis/MCT1PadSchweizer.[h,cc]
3743 MCT1PadONOFF.[h,cc]
3744 - add
3745
3746 * manalysis/Makefile
3747 AnalysisLinkdef.h
3748 - replace MPadSchweizer and MPadONOFF
3749 by MCT1PadSchweizer and MCT1PadONOFF
3750
3751
3752
3753 2003/06/06: Robert Wagner
3754
3755 * mhist/MHOnSubtraction.[h,cc]
3756 - Class for extracting a gamma signal from on data only. Works
3757 on fully differential data in Alpha, Energy and Theta as well
3758 as on single Alpha plots. Experimental version, expect
3759 functionality but code still optimized for debugging purposes
3760
3761 * mhist/MHAlphaEnergyTheta.cc
3762 - Fill signed alpha value instead of absolute value
3763
3764
3765
3766 2003/06/06: Wolfgang Wittek
3767
3768 * macros/optPad.C
3769 - macro for testing the optimal padding
3770
3771
3772
3773 2003/06/05: Abelardo Moralejo
3774
3775 * mhist/MHTrigLvl0.[h,cc]:
3776 - added. This is intended to find "hot" pixels firing too often
3777 or pixels firing too rarely. Very preliminar!
3778
3779 * macros/pixfirerate.C:
3780 - added. An example on how to use the class above.
3781
3782 * mhist/Makefile, HistLinkDef.h :
3783 added new class.
3784
3785
3786
3787 2003/06/05: Thomas Bretz
3788
3789 * mbase/MEvtLoop.cc:
3790 - fixed some typos in the comments
3791
3792 * meventdisp/MGCamDisplay.cc:
3793 - added MHillasSrc to eventloop
3794
3795 * meventdisp/MGEvtDisplay.cc:
3796 - print MC informations to screen, too
3797
3798 * mfileio/MReadCurrents.cc:
3799 - added a comment
3800
3801 * mhist/MHCerPhotEvt.h:
3802 - removed typo
3803
3804 * mimage/MHillasSrcCalc.cc:
3805 - create a default source if now source is available
3806
3807
3808
3809 2003/06/03: Thomas Bretz
3810
3811 * macros/readcurrents.C:
3812 - display currents in Log-Scale
3813
3814 * mgui/MCamDisplay.[h,cc]:
3815 - introduced fMinimum
3816 - introduced fMaximum
3817 - introduced fData
3818 - removed Set-functions
3819 - introduced Update()
3820 - introduced Log-Scale
3821
3822 * macros/readCT1.C:
3823 - fixed a typo
3824
3825 * mbase/MTaskInteractive.[h,cc]:
3826 - added
3827
3828 * mbase/Makefile, mbase/BaseLinkDef.h:
3829 - added MTaskInteractive
3830
3831 * mhist/MHCurrents.[h,cc]:
3832 - added (PRELIMINARY)
3833
3834 * mhist/Makefile, mhist/HistLinkDef.h:
3835 - added MHCurrents
3836
3837 * mgui/MCamDisplay.[h,cc]:
3838 - changed number of ItemsLegend to display the maximum, too
3839
3840 * macros/sumcurrents.C:
3841 - added
3842
3843
3844
3845 2003/06/03: Wolfgang Wittek
3846
3847 * mfileio/MCT1ReadPreProc.[h,cc]
3848 - reset blind pixels for each event
3849 (because they may have been changed by the padding)
3850
3851 * macros/ONOFFCT1Analysis.C
3852 - will be the macro for the CT1 analysis using ON and OFF data
3853
3854 * manalysis/MPadONOFF.[h,cc]
3855 - new class
3856 - class for the padding of ON/OFF data
3857
3858 * manalysis/MPadSchweizer.[h,cc]
3859 - remove fBlinds->Clear() because the resetting of the
3860 blind pixels is now done in MCT1ReadPreProc
3861
3862
3863
3864 2003/06/02: Thomas Bretz
3865
3866 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3867 - added MCurrents
3868
3869 * manalysis/MCerPhotEvt.[h,cc]:
3870 - added MGeomCam argument to GetRatioMin/Max
3871
3872 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3873 - added MReadCurrents
3874
3875 * mfileio/MReadCurrents.[h,cc]:
3876 - added
3877
3878 * manalysis/MCurrents.[h,cc]:
3879 - added
3880
3881 * mgui/MCamDisplay.[h,cc]:
3882 - added current support
3883
3884 * mbase/MTime.h:
3885 - preliminary changes to support currents
3886
3887 * mhist/MH.[h,cc]:
3888 - added usescreenfactor to MakeDefCanvas
3889
3890
3891
3892 2003/05/30: Wolfgang Wittek
3893
3894 * macros/CT1Analysis.C
3895 - current version of the CT1Analysis.C macro for the analysis of
3896 CT1 data using ON and MC data
3897
3898
3899
3900 2003/05/27: Thomas Bretz
3901
3902 * mreflector/Makefile:
3903 - removed obsolete includes
3904
3905 * mbase/MLogManip.h:
3906 - for the moment removed dbg<< from dbginf again
3907
3908 * mimage/MHNewImagePar.cc:
3909 - security check in fill
3910
3911 * mmain/MAnalysis.cc:
3912 - fixed filling of MHNewImagePar
3913
3914
3915
3916 2003/05/26: Wolfgang Wittek
3917
3918 * mfileio/MCT1ReadPreProc.cc
3919 - put back : if (event.spixsig_10thphot[i]==0)
3920 continue;
3921
3922 * manalysis/MPadSchweizer.cc
3923 - add pixels to MCerPhotEvt which are not yet in;
3924 set their number of photons equal to zero
3925
3926
3927
3928 2003/05/26: Thomas Bretz
3929
3930 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
3931 - InitSize --> FixSize
3932
3933 * manalysis/MMcPedestalNSBAdd.cc:
3934 - fixed a typo (* instead of /)
3935
3936
3937
3938 2003/05/23: Abelardo Moralejo
3939
3940 * mreflector/Makefile:
3941 - added (was missing)
3942
3943
3944
3945 2003/05/23: Thomas Bretz
3946
3947 * Makefile:
3948 - added mreflector
3949
3950 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
3951 - use FixSize instead of InitSize
3952
3953 * manalysis/MCerPhotEvt.[h,cc]:
3954 - replaced InitSize by FixSize (seems to be more logical)
3955
3956 * manalysis/MMcPedestalNSBAdd.cc:
3957 - replaced GetR by GetPixRatio
3958
3959 * manalysis/MPedestalCam.cc:
3960 - replaced GetEntries by GetEntriesFast
3961
3962 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3963 - added MReadRflFile
3964
3965 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
3966 mgeom/MGeomCamMagic.[h,cc]:
3967 - replaced R by D
3968
3969 * mgui/MCamDisplay.[h,cc]:
3970 - added TClonesArray to display reflector events
3971 - added FillRflEvent
3972 - added ShowRflEvent
3973 - adapted Paint function
3974
3975 * mgui/MHexagon.[h,cc]:
3976 - replaced GetR by GetD
3977 - added DistanceToPrimitive (capital T)
3978
3979 * mgui/Makefile:
3980 - added mreflector
3981
3982 * mfileio/MReadRflFile.[h,cc]:
3983 - added
3984
3985 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
3986 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
3987 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
3988 - added
3989
3990 * macros/readRfl.C:
3991 - added
3992
3993
3994
3995 2003/05/22: Abelardo Moralejo
3996
3997 * mhist/MHMatrix.[h,cc]
3998 - add member function ShuffleRows() to randomize the order of the
3999 matrix rows. This is useful for instance for the random forest,
4000 (See RanForest.C) when we feed a hadron training sample with
4001 both protons and helium nuclei: if they are ordered (first all
4002 events of one type, then those of the other) the method does not
4003 seem to work well. Any other kind of ordering might be harmful
4004 as well (in theta, phi or whatever).
4005
4006
4007
4008 2003/05/22: Wolfgang Wittek
4009
4010 * mfileio/MCT1ReadPreProc.[h,cc]
4011 - add member function DiscreteTheta
4012 - discretize the Theta according to the binning in Theta
4013 (for data and MC)
4014 original Theta is stored in the container "ThetaOrig"
4015 the discretized Theta is stored in MMcEvt.fTelescopeTheta
4016
4017
4018
4019 2003/05/21: Thomas Bretz
4020
4021 * mfileio/MReadTree.cc:
4022 - changed text of a warning
4023 - removed obsolete comment
4024
4025 * mfileio/MWriteRootFile.[h,cc]:
4026 - changed Print function to support kIsNewTree flag
4027 - changed BIT(15) to BIT(16) because it is already used by TBranch
4028
4029
4030
4031 2003/05/21: Wolfgang Wittek
4032
4033 * mhist/MHBlindPixels.[h,cc]
4034 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
4035 - add 2D histogram : no.of blind pixels vs. Theta
4036
4037 * mhist/MHSigmaTheta.cc
4038 - correct "BinningPix"
4039
4040 * manalysis/MPadSchweizer.[h,cc]
4041 - add simulation of blind pixels
4042
4043 * mhist/MHMatrix.cc
4044 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
4045
4046
4047
4048 2003/05/20: Oscar Blanch Bigas
4049
4050 * mgeom/MGeomCamECO1000HG.[h,cc]
4051 - new files for ECO1000 camera geometry with pixels
4052 of half angualr size.
4053
4054 * mgeom/Mkefile:
4055 - added MGeomCamECO1000HG.[h,cc] files
4056
4057 * mgeom/GeomLinkDef.h
4058 - added class MGeomCamECO1000HG
4059
4060
4061
4062 2003/05/20: Thomas Bretz
4063
4064 * mbase/MLog.h:
4065 - added Separator member function
4066
4067 * mfileio/MReadMarsFile.cc:
4068 - moved output in Notify to MReadTree::Notify
4069 - call MReadTree:Notify in Notify
4070
4071 * mfileio/MReadTree.[h,cc]:
4072 - do not try to delete a Baddress if it is NULL ("*")
4073 - added CheckBranchSize member function
4074 - added the size consistency check to Notify
4075
4076 * mfileio/MWriteRootFile.cc:
4077 - mini changes to Print-output
4078
4079 * mfilter/MF.[h,cc]:
4080 - added Print-function
4081
4082 * mraw/MRawEvtPixelIter.h:
4083 - removed wrong EOL characters
4084
4085 * macros/multidimdist2.C:
4086 - made variable names unique
4087
4088 * macros/star.C:
4089 - added sigmabar
4090
4091 * macros/status.C:
4092 - added sigmabar
4093 - added MHSigmaTheta
4094
4095 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4096 - added MFiltercutsCalc
4097
4098 * manalysis/MFiltercutsCalc.[h,cc]:
4099 - added
4100
4101
4102 2003/05/19: Thomas Bretz
4103
4104 * mgui/MCamDisplay.cc:
4105 - removed an unused variable.
4106
4107 * Makefile.rules:
4108 - fixed Mr.Proper
4109
4110 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
4111 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
4112 - use new manipulator 'underline'
4113
4114 * mbase/MLog.cc:
4115 - added new underlining
4116 - added blue color for debugging
4117
4118 * mbase/MLogManip.[h,cc]:
4119 - added underline
4120 - added dbg and increased all other debug(n) levels by one
4121
4122 * mbase/MParContainer.h:
4123 - made fDisplay persistent (workaround for a obsolete warning in
4124 root 3.02/07)
4125
4126 * mfileio/MWriteRootFile.[h,cc]:
4127 - fixed a bug introduced when implementing UPDATE mode,
4128 kIsNewTree set for TTree
4129
4130
4131
4132 2003/05/16: Abelardo Moralejo
4133
4134 * mmontecarlo/MMcEnergyEst.[h,cc]
4135 - Added SetCoeff
4136
4137
4138
4139 2003/05/16: Thomas Bretz
4140
4141 * mfilter/MFEventSelector2.[h,cc]:
4142 - added
4143
4144 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4145 - added MFEventSelector2
4146
4147 * mbase/MContinue.cc:
4148 - SetDisplay for filter
4149 - Set LogStream for filter
4150
4151 * mbase/MEvtLoop.cc:
4152 - don't use pointer to fTasklist in PostProcess if not initialized
4153 - do not execute Process if fTasklist is not initialized
4154
4155 * mbase/MTask.[h,cc]:
4156 - overwrite SetDisplay (set also display of attached filter
4157
4158 * mbase/MTaskList.cc:
4159 - minor changes
4160
4161 * mdata/MDataChain.[h,cc]:
4162 - implemented ParseDataMember to support constants
4163
4164 * mfileio/MCT1ReadPreProc.[h,cc]:
4165 - added fNumFile to support Rewind
4166 - added Rewind
4167
4168 * mfileio/MRead.[h,cc]:
4169 - new virtual function Rewind
4170
4171 * mfileio/MReadMarsFile.[h,cc]:
4172 - added Rewind
4173
4174 * mfileio/MReadTree.[h,cc]:
4175 - added Rewind
4176 - fixed a missing 'else' in AddFile
4177
4178 * mhist/MBinning.[h,cc]:
4179 - added SetEdges(TAxis&)
4180 - added SetEdges(TH1&, char)
4181
4182 * mhist/MFillH.[h,cc]:
4183 - added bit kDoNotDisplay
4184
4185 * mhist/MH.h:
4186 - added a comment
4187
4188 * mhist/MH3.[h,cc]:
4189 - implemented GetRule
4190 - implemented GetNbins
4191 - implemented FindFixBin
4192
4193 * mimage/MHHillasSrc.cc:
4194 - replaced gPad->cd(4) by savepad
4195
4196 * mmain/MStatusDisplay.[h,cc]:
4197 - fixed locked mode for loop-in-loop cases
4198
4199
4200
4201 2003/05/15: Wolfgang Wittek
4202
4203 * macros/CT1EgyEst.C
4204 - replace "energyest.root" by paramout
4205
4206
4207
4208 2003/05/14: Wolfgang Wittek
4209
4210 * macros/CT1env.rc
4211 - CT1env replaced by CT1env.rc
4212
4213 * mranforest/MRanForestCalc.cc
4214 - exchange arguments in
4215 FindCreateObj("MHadronness", fHadronnessName)
4216
4217
4218
4219 2003/05/13: Thomas Bretz
4220
4221 * mdata/MDataArray.[h,cc]:
4222 - addeed GetData and >>-operator to fill a TVector from the array
4223
4224 * manalysis/MMultiDimDistCalc.cc:
4225 - use new >>-operator from MDataArray
4226
4227 * mranforest/MRanForest.[h,cc]:
4228 - TVector& in CalcHadronness declared const
4229 - added a const qualifier to 'Float_t sum'
4230 - removed Reset() from a TIter declaration (done by the TIter
4231 constructor)
4232
4233 * mranforest/MRanForestCalc.cc:
4234 - fill TVector with new >>-operator of MDataArray
4235
4236 * mranforest/MRanTree.[h,cc]:
4237 - removed obsolete returns at the end of some functions
4238 - TVector& in TreeHad declared const
4239 - changed if to ?:-operator in TreeHad
4240 - TreeHad() calls TreeHad(const TVector &) now (code is not
4241 implemented twice)
4242
4243
4244
4245 2003/05/12: Abelardo Moralejo
4246
4247 * mhistmc/MHMcEnergyMigration.cc
4248 - Draw(): fixed axis label in one plot.
4249
4250
4251
4252 2003/05/12: Thomas Bretz
4253
4254 * mmain/MStatusDisplay.[h,cc]:
4255 - implemented UpdatePSHeader
4256
4257
4258
4259 2003/05/10: Thomas Bretz
4260
4261 * Makefile.rules:
4262 - implemented diff
4263
4264 * NEWS:
4265 - changed
4266
4267 * manalysis/MCT1SupercutsCalc.cc:
4268 - fixed variable names
4269
4270 * mbase/MParContainer.cc:
4271 - replaces IsA()->GetName() by ClassName()
4272
4273 * mbase/Makefile:
4274 - removed obsolete include paths
4275
4276 * mdata/MDataArray.[h,cc]:
4277 - new member function GetRule(int)
4278
4279 * mgui/MCamDisplay.[h,cc]:
4280 - implemented GetObjectInfo
4281
4282 * mhist/MH.[h,cc]:
4283 - implemented ProjectionX
4284 - implemented ProjectionY
4285 - implemented FindObjectInPad
4286
4287 * mhist/MHSigmaTheta.[h,cc]:
4288 - implemented Paint
4289
4290 * mmain/MStatusDisplay.[h,cc]:
4291 - implemented kFileCanvas
4292 - implemented kFileBrowser
4293
4294
4295
4296 2003/05/09: Abelardo Moralejo
4297
4298 * mhistmc/MHMcEnergyMigration.[h,cc]
4299 - Added histograms, changed Draw() to display them. Still
4300 provisional, many changes in the whole part of the energy
4301 estimator are needed.
4302
4303 * macros/CT1EEst.C, CT1EnergyEst.C
4304 - Removed
4305
4306 * macros/CT1EgyEst.C
4307 - Added example on how to use the energy estimation for CT1.
4308 Very provisional!
4309
4310
4311
4312 2003/05/09: Wolfgang Wittek
4313
4314 * manalysis/MCT1SupercutsCalc.cc
4315 - add SetReadyToSave()
4316
4317
4318
4319 2003/05/09: Thomas Bretz
4320
4321 * mbase/MLog.cc:
4322 - do not underline if eNoColors is set
4323 - fixed abug in Output() (last character missing when flushed)
4324 - same when flushing to the GUI
4325
4326 * mbase/MLogManip.cc:
4327 - removed an obsolete comment
4328
4329 * mfileio/MReadTree.cc:
4330 - print warning in case no files could be added to chain
4331
4332 * mfilter/MFDataChain.h:
4333 - fixed code layout
4334
4335 * mimage/MHHillasSrc.h:
4336 - added Paint
4337
4338 * mimage/MHillasCalc.[h,cc]:
4339 - changed default title
4340
4341 * Makefile:
4342 - added rule 'diff'
4343
4344 * mhist/MHMatrix.cc:
4345 - compressed some debug outputs
4346
4347 * manalysis/MSigmabar.[h,cc]:
4348 - deleted the fCalcPixNum variable (not used).
4349
4350 * macros/star.C, macros/starct1.C:
4351 - updated
4352
4353 * mhist/MBinning.cc:
4354 - fixed SetBinningCos
4355
4356 * mhist/MHSigmaTheta.[h,cc]:
4357 - in setting of binnings changes npix+1 to npix
4358 (SetEdges takes the number of _bins_ as argument)
4359 - fixed titles (LaTeX style)
4360 - added default binning (may have to be changed for Magic)
4361 - removed obsolete destructor
4362 - removed default canvas size of 900x900
4363 - temporarily removed SetLogy() for first pad. I'm searching
4364 for a solution to put it in again when using the status display
4365
4366
4367
4368 2003/05/08: Thomas Bretz
4369
4370 * Makefile.rules:
4371 - fixed the rmhtml bug
4372
4373 * macros/collarea.C:
4374 - changed to use MStatusDisplay
4375
4376 * manalysis/MCT1SupercutsCalc.cc:
4377 - fixed a typo
4378
4379 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
4380 - added FindTask member functions
4381
4382 * mbase/MLog.cc:
4383 - do not crop logging to GUI to 1000 lines anymore
4384
4385 * mdata/MDataChain.cc:
4386 - use GetRule() in the constructor instead of Print()
4387
4388 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
4389 - do not return str+"something"
4390
4391 * mhist/MH.[h,cc]:
4392 - fixed a bug in DrawCopy(TH1*,TH1*)
4393 - overwrite Clone function and do not add TH1 to gDirectory
4394 when cloning MH classes
4395
4396 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
4397 - adde a sanity check to Fill
4398
4399 * mimage/MHHillasSrc.cc:
4400 - do not set the log scale before we have entries in the histogram
4401
4402
4403
4404 2003/05/08: Abelardo Moralejo
4405
4406 * mimage/MImgCleanStd.cc
4407 - extended comment on standard cleaning. Removed an obsolete
4408 comment.
4409
4410 * mhistmc/MHMcCollectionAreaCalc.cc
4411 - Changed binning of histograms, so that the collection area
4412 can be calculated also between 5 and 10 GeV (for pulsar studies)
4413
4414
4415
4416 2003/05/07: Nadia Tonello
4417
4418 * manalysis/MCT1PointingCorrCalc.[h,cc]
4419 - deleted the fMcEvt variable (not used).
4420
4421
4422 2003/05/07: Thomas Bretz
4423
4424 * mmain/Makefile, mmain/MainLinkDef.h:
4425 - added MSearch
4426
4427 * mmain/MSearch.[h,cc]:
4428 - added
4429
4430 * mmmain/MStatusDisplay.[h,cc]:
4431 - implemented Search
4432
4433 * mhist/MHSigmaTheta.cc:
4434 - removed borders around the pads (Draw)
4435
4436 * mfileio/MCT1ReadPreProc.cc:
4437 - do not output the run number twice!
4438
4439 * mimage/MHillasExt.[h,cc]:
4440 - changed ClassDef to 2
4441 - updated comments
4442
4443 * mimage/MNewImagePar.cc:
4444 - updated comments
4445
4446
4447
4448 2003/05/07: Abelardo Moralejo
4449
4450 * mranforest/Makefile
4451 - fixed typo.
4452
4453
4454
4455 2003/05/06: Abelardo Moralejo
4456
4457 * mhistmc/MHMcCollectionArea.cc
4458 - Added: delete &pally
4459
4460 * mfilter/MFCT1SelFinal.cc
4461 - changed FindObject("MGeomCam") to
4462 FindCreateObj("MGeomCamCT1","MGeomCam")
4463
4464 * mhistmc/MHMcCollectionArea.cc
4465 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
4466 calculation of maximum impact parameter. Now it looks for
4467 the non-empty bin of histogram "hall" with highest impact
4468 parameter. The code could not work as it was before, but this
4469 had influence only when running over camera files containing all
4470 events, including non-triggers (while we usually run over files
4471 containing only triggers).
4472
4473
4474
4475 2003/05/06: Thomas Bretz
4476
4477 * manalysis/MRan*, mhist/MHRan*:
4478 - moved to new directory mranforest
4479
4480 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
4481 mranforest/RanForestIncl.h:
4482 - added
4483
4484 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4485 - removed MRan*
4486
4487 * mhist/Makefile, mhist/HistLinkDef.h:
4488 - removed MHRan*
4489
4490 * Makefile:
4491 - mranforest added
4492
4493 * mbase/MLog.cc:
4494 - sanity check in MLog::Output (len>0)
4495
4496 * mimage/MImgCleanStd.cc:
4497 - adapted path to html images
4498
4499 * htmldoc/*:
4500 - moved to new path htmldoc/images
4501
4502 * Makefile.rules:
4503 - corrected rule rmhtmldoc
4504
4505 * NEWS:
4506 - updated
4507
4508 * macros/dohtml.C, macros/rootlogon.C:
4509 - added mranforest
4510
4511 * mbase/MEvtLoop.cc:
4512 - fixed a typo
4513
4514 * mhist/HistLinkDef.h
4515
4516
4517
4518 2003/05/05: Nadia Tonello
4519
4520 * mfilter/MFCT1SelStandard.cc
4521 - correct the default name of fImgParName
4522 ("MNewImgPar") => ("MNewImagePar")
4523
4524
4525
4526 2003/05/05: Thomas Bretz
4527
4528 * mbase/MEvtLoop.cc:
4529 - underline Instatiation Message
4530 - small change to a warning output
4531
4532 * mbase/MLog.[h,cc]:
4533 - added stuff for underlining
4534 - changed from TGListBox to TGViewText
4535
4536 * mmain/MStatusDisplay.[h,cc]:
4537 - changed fLogBox from TGListBox to TGViewText
4538 - added menu 'Log'
4539 - changed division of status line to 'Goldener Schnitt'
4540
4541 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
4542 mimage/MHHillas.cc:
4543 - fixed 'redifinion of default argument'
4544
4545 * mbase/Makefile, mfileio/Makefile:
4546 - moved first source file to second position to get rid of crashes
4547 of rootcint on our Alpha
4548
4549 * mimage/MNewImagePar.cc:
4550 - removed maxpixid (not used)
4551
4552 * manalysis/MRanTree.cc:
4553 - replaced ostream.h by iostream.h
4554
4555 * manalysis/MPadding.h:
4556 - added a missing const qualifier in the definition of 'Padding'
4557
4558 * mmontecarlo/MMcEnergyEst.cc:
4559 - added math.h
4560
4561 * Makefile, mbase/Makefile, mmain/Makefile:
4562 - changed order (linking on our Alpha failed)
4563
4564 * mbase/MLog.h:
4565 - don't include iostream.h if __CINT__ (crashes rootcint on our
4566 alpha)
4567
4568
4569
4570 2003/05/05: Wolfgang Wittek
4571
4572 * manalysis/MPadSChweizer.cc
4573 - delete histograms in destructor
4574
4575
4576
4577 2003/05/02: Thomas Bretz
4578
4579 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
4580 Makefile.conf.osf1, Makefile.conf.osf5.1:
4581 - added MARSDEFINES, MARSFLAGS, MARSLIBS
4582
4583 * mars.cc:
4584 - replaces HAVE_LOGO by HAVE_XPM
4585
4586 * NEWS:
4587 - updated
4588
4589 * mbase/MLogo.cc:
4590 - replaces marslogo_neu by marslogo
4591 - encapsulated in HAVE_XPM
4592
4593 * mbase/Makefile:
4594 - added MLogo.cc
4595
4596 * mmain/MGMenu.cc:
4597 - fixed the 'KeyAutoRepeat' bug
4598
4599 * manalysis/MCerPhotEvt.[h,cc:
4600 - added RemoveUnusedPixels
4601
4602 * manalysis/MSigmabar.cc:
4603 - small simplification for compiler optimization
4604
4605 * mbase/MEvtLoop.cc:
4606 - changed output to fDisplay
4607 - changed behaviour in case of a failed PostProcess
4608
4609 * mbase/MLog.[h,cc]:
4610 - added flushing and tab conversion to GUI
4611 - added color support
4612
4613 * mbase/MParList.cc:
4614 - replaced some *Iter by MIter
4615
4616 * mbase/MTask.cc, mbase/MTaskList.cc:
4617 - added output to fDisplay
4618 - replaced some *Iter by MIter
4619
4620 * mhist/MH.cc:
4621 - don't add clones to directory
4622
4623 * mimage/MImgCleanStd.[h,cc]:
4624 - replaced divisiond by multiplications
4625 - fixed StreamePrimitive
4626 - do not allow 0 rings
4627
4628 * mmain/MStatusDisplay.[h,cc]:
4629 - added writing gif
4630 - added writing C
4631 - changes SaveAs to non-const (added output to status lines)
4632 - replaced TGLabels by TGStatusBar
4633
4634
4635
4636 2003/04/30: Wolfgang Wittek
4637
4638 * manalysis/MPadSchweizer.[h,cc]
4639 - reorder histograms
4640
4641 * mhist/MHSigmaTheta.[h,cc]
4642 - remove last 3 plots (otherwise get segmentation violation ???)
4643
4644 * mimage/MHNewImagePar.[h,cc]
4645 - change range of leakage to be plotted
4646 (want to see also leakage=0)
4647
4648
4649
4650 2003/04/30: Nadia Tonello
4651
4652 * manalysis/MCerPhotPix.[h,cc]:
4653 - deleted Bool_t fIsUsed and substituted with
4654 the condition: fRing>0 in the functions
4655 Bool_t IsPixelUsed() const{return fRing>0;}
4656 void SetPixelUsed() { fRing = 1;}
4657 void SetPixelUnused(){ fRing = 0;}
4658
4659
4660
4661 2003/04/29: Wolfgang Wittek
4662
4663 * mhist/MHSigmaTheta.[h,cc]:
4664 - ClassDef( ,0) -> ClassDef( , 1)
4665 - minor corrections in Draw()
4666
4667
4668
4669 2003/04/29: Thomas Bretz
4670
4671 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
4672 mfilter/MFCT1SelStandard.[h,cc]:
4673 - reordered includes
4674 - removed MHillas from constructor (if present)
4675 - added corresponding Setter-methods
4676 - added many const qualifiers
4677 - removed some obsolete data members
4678 - made some member functions private
4679 - only store fMm2Deg, not the pointer to MGeomCam
4680 - don't use the CT1 camera build in... (to be discussed)
4681 - fixed MHillas, MHillasExt and MNewImagePar stuff
4682
4683 * mimage/MImgCleanStd.[h,cc]:
4684 - added Nadia to the list of authors
4685 - added pngs for the formulars
4686
4687 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
4688 - added
4689
4690 * manalysis/MCT1SupercutsCalc.[h,cc]:
4691 - changed the default "MHillasExt" to "MHillas"
4692
4693 * mbase/MEvtLoop.cc:
4694 - fixed a bug in ProcessGuiEvents
4695
4696 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
4697 - changed "Double_t w" in Fill to "const Stat_t w"
4698 - added weight in some classes to TH::Fill
4699
4700 * mbase/MHtml.[h,cc]:
4701 - removed
4702
4703 * mfileio/MCT1ReadPreProc.cc:
4704 - removed the dependance on a MBinning in Theta.
4705
4706
4707
4708 2003/04/29: Abelardo Moralejo
4709
4710 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
4711 - Now the energy limits and spectral slope used in Corsika are
4712 read from the run header. Warning: impact parameter is still
4713 fixed (I changed it from 400 m to 300 m, our present MC
4714 production default). Added warning message about this.
4715 Collection areas calculated up to now with the new MC library
4716 are overestimated by a ~77% ! This class will be removed in
4717 the future and replaced by MFillH.
4718
4719 * mhistmc/MHMcCollectionArea.[h,cc]
4720 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
4721 to CalcEfficiency.
4722
4723
4724
4725 2003/04/28: Nadia Tonello
4726
4727 * mimage/MImgCleanStd.[h,cc]
4728 - added the option kDemocratic using sigmabar of the inner pixels
4729 - added the option to select the number of rings of pixels
4730 to analyze around the core pixels
4731 - added documentation
4732
4733 * manalysis/MCerPhotPix.[h,cc]
4734 - added fRing and Get-Set functions
4735
4736
4737
4738 2003/04/28: Oscar Blanch
4739
4740 * mgeom/MGeomCamECO1000.[h,cc]
4741 - New files for ECO 1000 camera geometry.
4742
4743 * mgeom/GeomLinkDef.h
4744 - Added class MGeomCamECO1000
4745
4746 * mgeom/Makefile
4747 - Added class MGeomCamECO1000
4748
4749
4750
4751 2003/04/28: Abelardo Moralejo
4752
4753 * mmontecarlo/MMcEnergyEst.[h,cc]
4754 - Lots of fixes after Thomas suggestions. Now cuts are not part
4755 of the class, but introduced via a new MFilter* member. Changed
4756 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
4757 Removed couts and used fLog instead. Function fcn is no longer
4758 declared external.
4759
4760
4761
4762 2003/04/28: Thomas Bretz
4763
4764 * NEWS:
4765 - updated
4766
4767 * manalysis/MBlindPixelCalc.cc:
4768 - use Are of pixles while interpolating
4769
4770 * mbase/MEvtLoop.cc:
4771 - output speed in Evts/s to fDisplay
4772
4773 * mbase/MGGroupFrame.h:
4774 - fixed a typo
4775
4776 * mbase/MTask.[h,cc]:
4777 - Added OverwritesProcess
4778
4779 * mbase/MTaskList.[h,cc]:
4780 - removed CheckClassForProcess
4781 - replaced by MTask::OverwritesProcess
4782
4783 * mhist/MFillH.cc:
4784 - only draw something if the class overwrites the Draw function
4785
4786 * mhist/MH.[h,cc]:
4787 - added OverwritesDraw
4788 - added a higher maximum, lower minimum to Draw(TH1, TH1)
4789 - changed default size
4790
4791 * mhist/MHMatrix.cc:
4792 - mini change
4793
4794 * mimage/MHHillas.[h,cc]:
4795 - removed fUsedPix
4796 - removed fCorePix
4797
4798 * mimage/MHHillasExt.[h,cc]:
4799 - removed fHConc
4800 - removed fHConc1
4801 - changed default name to MHillasExt
4802
4803 * mimage/MHNewImagePar.[h,cc]:
4804 - added fHistConc
4805 - added fHistConc1
4806 - added fHistUsedPix
4807 - added fHistCorePix
4808
4809 * mimage/MHillas.cc:
4810 - removed fNumCorePixels
4811 - removed fNumUsedPixels
4812 - made fCosDelta writable
4813 - made fSinDelta writable
4814 - made GetSinDelta() public
4815 - made GetCosDelta() public
4816
4817 * mimage/MHillasExt.[h,cc]:
4818 - removed fConc
4819 - removed fConc1
4820 - changed default name to MHillasExt
4821 - derives from MParContainer now instead of MHillas
4822
4823 * mimage/MNewImagePar.[h,cc]:
4824 - added fNumCorePixels
4825 - added fNumUsedPixels
4826 - added fConc
4827 - added fConc1
4828
4829 * mimage/MNewImageParCalc.[h,cc]:
4830 - removed
4831
4832 * mimage/MHillasCalc.[h,cc]:
4833 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
4834
4835 * mimage/MHillasSrc.cc:
4836 - sqrt(tand*tand+1) replaced by 1/CosDelta
4837
4838 * mmain/MStatusDisplay.[h,cc]:
4839 - added second argument to SetLogStream
4840
4841 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
4842 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
4843 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
4844 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
4845 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
4846 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
4847 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
4848 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
4849 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
4850 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
4851 - removed DrawClone
4852 - fixed Draw
4853
4854 * macros/MagicHillas.C, macros/star.C:
4855 - removed MHillasExt (not necessary anymore)
4856 - added MNewImagePar
4857
4858 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
4859 mmain/MAnalysis.cc:
4860 - added MHillasExt to be displayed
4861 - added MNewImagePar to be displayed
4862
4863 * manalysis/MCT1SupercutsCalc.[h,cc]:
4864 - removed empty destructor
4865 - fixed output in PreProcess
4866 - changed MHillasExt to MHillas
4867
4868
4869
4870
4871
4872 2003/04/28: Wolfgang Wittek
4873
4874 * manalysis/MPadSchweizer.[h,cc]
4875 - extend documentation
4876 - remove histograms which are also made by MHSigmaTheta
4877 - minor modifications
4878
4879
4880
4881 2003/04/25: Thomas Bretz
4882
4883 * mfilter/MFEnergySlope.cc:
4884 - removed obsolete PostProcess
4885
4886 * mdatacheck/MGDisplayAdc.cc:
4887 - fixed a bug which caused nothing to beeing displayed if only
4888 the Hi gains where existing (Exists->HasHi)
4889
4890 * mhist/MH.cc:
4891 - small change to GetNewPad
4892
4893 * mhistmc/MHMcEnergyMigration.h:
4894 - fixed the includes
4895
4896 * mgui/MCamDisplay.cc:
4897 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
4898
4899 * manalysis/MBlindPixelCalc.cc:
4900 - interpolate: take pixel area into account
4901
4902 * mhist/MHSigmaTheta.h:
4903 - removed nonsense GetSigmaThetaByName(const TString name)
4904 - removed nonsense GetSigmaPixThetaByName(const TString name)
4905 - removed nonsense GetDiffPixThetaByName(const TString name)
4906
4907 * manalysis/MPadSchweizer.cc:
4908 - fixed naming
4909 - fixed usage of operators
4910 - added some const qualifiers
4911 - replaced 'int OK' by 'Bool_t ok'
4912 - fixed wrong usage floating point value 0
4913
4914 * mimage/MImgCleanStd.cc:
4915 - moved ratio to the other side of the condition (don't divide
4916 if it is not necessary)
4917
4918
4919
4920 2003/04/24: Abelardo Moralejo
4921
4922 * macros/rootlogon.C
4923 - added gInterpreter->AddIncludePath(dir+"mhistmc");
4924
4925
4926
4927 2003/04/24: Thomas Bretz
4928
4929 * macros/rootlogon.C:
4930 - added mimage
4931
4932 * macros/dohtml.C:
4933 - added mhistmc
4934 - added mimage
4935 - added status.C
4936
4937 * mfilter/MFCT1Supercuts.[h,cc]:
4938 - removed
4939
4940 * manalysis/MPadSchweizer.[h,cc]:
4941 - renamed arguments of SetHistograms to Mars style
4942 - removed default argument for SetHistograms (usage would result
4943 in a crash)
4944 - removed empty destructor
4945
4946 * mhistmc/MHMcTriggerLvl2.h:
4947 - removed the wrong f in GetHistf
4948
4949 * manalysis/MSigmabarParam.h:
4950 - added const qualifiers to getters
4951
4952 * mfileio/MWriteRootFile.[h,cc]:
4953 - fixed support for UPDATE
4954
4955 * mfilter/MFEnergySlope.cc:
4956 - cleaned
4957 - removed empty PostProcess
4958
4959 * mhist/MHCerPhotEvt.cc:
4960 - removed ratio from Fill
4961
4962 * mhist/MH.h:
4963 - fixed a bug in the overloading of DrawClone
4964
4965 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
4966 - like suggested by Wolfgang: removed Head-Tail
4967
4968 * mbase/MEvtLoop.cc:
4969 - fixed a bug in the progress bar update at the end of the loop
4970
4971
4972
4973 2003/04/24: Wolfgang Wittek
4974
4975 * mfilter/MFCT1SelFinal.cc
4976 - small correction in output
4977
4978 * mhistmc/MHMcCT1CollectionArea.cc
4979 - plot all 3 histograms in DrawClone()
4980
4981 * manalysis/MPadSchweizer.[h,cc]
4982 - cleanup as proposed by Thomas
4983 - new member function SetHistograms() to set the pointers to the
4984 histograms to be used in the padding
4985
4986
4987
4988 2003/04/24: Antonio Stamerra
4989
4990 * mhistmc/MHMcTriggerLvl2.[h,cc]
4991 - renamed some variable (hf->fHist)
4992 - added fHist*Norm and fFNorm in the destructor
4993
4994 * manalysis/MMcTriggerLvl2.[h,cc]
4995 - added CalcCompactPixel() public method
4996 - implemented CalcPseudoSize method (still under construction...)
4997 - added inline method SetNewCamera(), used in the costructor
4998 - renamed global variables pixels_in_cell->gsPixelsInCell
4999 and pixels_in_lut->gsPixelsInLut
5000 - added destructor
5001
5002
5003
5004 2003/04/23: Thomas Bretz
5005
5006 * mhist/MHCerPhotEvt.[h,cc]:
5007 - updated dox
5008
5009 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
5010 - ClassDef -> 0
5011
5012 * NEWS:
5013 - updated
5014
5015 * mfileio/MWriteRootFile.[hcc]:
5016 - fixed the missing function of UPDATE files
5017
5018 * mhist/MFillH.[h,cc]:
5019 - implemented fWeight
5020 - adapted StreamPrimitive
5021 - changed fCanvas to //!
5022 - changed class version umber from 1 to 2
5023
5024 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
5025 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
5026 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
5027 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
5028 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
5029 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
5030 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
5031 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
5032 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
5033 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
5034 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
5035 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
5036 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
5037 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
5038 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
5039 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
5040 mimage/MHNewImagePar.[h,cc]:
5041 - added second (weight) argument to Fill
5042 - in some headers: removed obvious virtual
5043 - removed some dummy Fill function (not necessary anymore)
5044
5045
5046
5047 2003/04/23: Abelardo Moralejo
5048
5049 * mhistmc/MHMcCT1CollectionArea.[h,cc]
5050 - Now the class inherits from MH instead of directly from
5051 MParContainer. Implemented SetupFill, so that the binning
5052 definitions are read from the parlist.
5053
5054 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
5055 - Removed. This class was superfluous, since the same job
5056 can be done using MFillH.
5057
5058 * mmontecarlo/Makefile, MontecarloLinkDef.h
5059 - removed class MMcCT1CollectionAreaCalc.
5060
5061 * macros/CT1collarea.C
5062 - adapted to changes above.
5063
5064 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
5065 - added comment in class description about the definition of
5066 the azimuth angle phi in the MC classes.
5067
5068
5069 2003/04/23: Antonio Stamerra
5070
5071 * mfilter/MFEnergySlope.[h,cc]
5072 - added new filter class to select events according to a given
5073 energy slope
5074
5075 * mfilter/Makefile, mfilter/FilterLinkDef.h
5076 - modified accordingly (added MFEnergySlope)
5077
5078 * manalysis/MMcTriggerLvl2Calc.cc
5079 - removed call to the MHMcTriggerLvl2->Fill() in Process()
5080
5081 * macros/triglvl2.C
5082 - added example of the MFEnergySlope filter
5083 - added filling of histos from MHMcTriggerLvl2
5084
5085
5086 2003/04/22: Abelardo Moralejo
5087
5088 * mmontecarlo/Makefile, MontecarloLinkDef.h
5089 - added MMcEnergyEst
5090 - added necessary include directories.
5091
5092 * mmontecarlo/MMcEnergyEst.cc
5093 - added filterhadrons.SetHadronnessName(fHadronnessName) to
5094 inform the filter about the name of the hadronness container
5095 to be used in the cuts.
5096
5097 * mfilter/MFCT1SelFinal.[h,cc]
5098 - added the possibility to cut also in Dist.
5099
5100
5101
5102 2003/04/22: Thomas Bretz
5103
5104 * mhist/MHHadronness.[h,cc]:
5105 - changed to support MStatusDisplay
5106
5107 * manalysis/MApplyPadding.[h,cc]:
5108 - removed
5109
5110 * mhist/MHMcCT1CollectionArea.[h,cc],
5111 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
5112 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
5113 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
5114 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
5115 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
5116 - moved to new directory mhistmc
5117
5118 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
5119 - new
5120
5121 * mhist/Makefile, mhist/HistLinkDef.h:
5122 - removed MHMc*
5123
5124 * mhistmc/MHMcCollectionArea.[h,cc]:
5125 - changed to fit requirements of MStatusDisplay
5126
5127 * Makefile:
5128 - added mhistmc
5129
5130 * mmain/MStatusDisplay.cc:
5131 - SetNoContextMenu(Bool_t flag) removed default argument
5132
5133 * mmain/Makefile:
5134 - added -I../mhistmc
5135
5136 * mhist/MWeight.[h,cc]:
5137 - added
5138
5139 * mhist/HistLinkDef.h:
5140 - added MWeight
5141
5142 * mhist/MH.h:
5143 - removed some debugging stuff
5144
5145
5146
5147 2003/04/22: Abelardo Moralejo
5148
5149 * mmontecarlo/MMcEnergyMigration.[h,cc]
5150 - Removed. It was not necessary, since the same job can be done
5151 with the already existing task MFillH.
5152
5153 * mhist/MHMcEnergyMigration.h
5154 - Changed ClassDef(MHMcEnergyMigration, 0)
5155 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
5156 histograms to disk.
5157
5158
5159
5160 2003/04/21: Thomas Bretz
5161
5162 * manalysis/MBlindPixels.h:
5163 - IsBlind -> const
5164
5165 * mhist/HistLinkDef.h, mhist/Makefile:
5166 - added MHBlindPixels
5167
5168 * mhist/MH.[h,cc]:
5169 - changed the two DrawClone functions to one.
5170
5171 * mhist/MHHadronness.[h,cc]:
5172 - changed to fit the requirements of MStatusDisplay
5173
5174 * mhist/MHMatrix.cc:
5175 - SetDirectory(NULL) for all histograms created
5176
5177 * mhist/MHSigmaTheta.cc:
5178 - removed fNpix (is already in MHHillas)
5179 - removed fBlindId (--> MHBlindPixels)
5180
5181 * mhist/MHBlindPixels.[h,cc]:
5182 - new
5183
5184 * macros/plot.C:
5185 - Added MStatusDisplay support
5186
5187 * macros/status.C:
5188 - added MHNewImagePar
5189 - added MHHadronness
5190
5191 * manalysis/MBlindPixelCalc.cc:
5192 - updated class reference
5193
5194 * meventdisp/MGCamDisplay.[h,cc]:
5195 - fixed
5196
5197 * meventdisp/MGEvtDisplay.cc:
5198 - changed function adding the tab
5199
5200 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
5201 - as a preliminary solution removed inner pad
5202
5203 * mhist/MFillH.cc:
5204 - make sure canvas is updated correctly in PostProcess
5205
5206 * mhist/MH.cc:
5207 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
5208 display the range correctly and exchanged the two stat boxes
5209
5210 * mhist/MH3.cc:
5211 - fixed a bug in the default constructor
5212 - removed DrawClone
5213 - updated Draw function
5214
5215 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
5216 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
5217 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
5218 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
5219 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
5220 mimage/MHNewImagePar.[h,cc]:
5221 - removed old DrawClone
5222 - updated Draw function
5223 - replaced some titles by latex titles in some classes
5224
5225 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
5226 - removed scaling stuff
5227
5228 * mmain/MStatusDisplay.cc:
5229 - fixed some minor bugs
5230
5231
5232
5233 2003/04/20: Thomas Bretz
5234
5235 * Makefile:
5236 - exchanged mbase and mmain
5237
5238 * Makefile.conf.general:
5239 - added MARSVER
5240
5241 * mars.cc:
5242 - use MARSVER
5243
5244 * macros/readMagic.C:
5245 - updated to work with the new MH-stuff
5246
5247 * macros/status.C:
5248 - added
5249
5250 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
5251 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
5252 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
5253 mimage/MImgCleanStd.cc:
5254 - changed def. title
5255
5256 * manalysis/MCT1PointingCorrCalc.h:
5257 - minor change
5258
5259 * manalysis/MCerPhotEvt.[h,cc]:
5260 - don't use unused pixels for calculation of min/max
5261 - added Scale member function
5262
5263 * manalysis/MCerPhotPix.h:
5264 - added Scale inline function
5265
5266 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
5267 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
5268 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
5269 - implemented use of fDisplay
5270
5271 * mbase/MParContainer.h:
5272 - Don't display name and class name if it is the same (GetDescriptor)
5273
5274 * meventdisp/MGCamDisplay.[h,cc]:
5275 - made working with new MH-stuff
5276
5277 * mfileio/Makefile:
5278 - added -I../mmain
5279
5280 * mgeom/MGeomCam.[h,cc]:
5281 - added Clone function
5282
5283 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
5284 - commented out informal output at constructor
5285
5286 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
5287 mimage/MHH*.[h,cc]:
5288 - changed to be more root oriented
5289
5290 * mgui/MHexagon.cc:
5291 - small changes
5292
5293 * mgui/Makefile:
5294 - added mhist
5295
5296 * mhist/MH.[h,cc]:
5297 - changed to be more root oriented
5298 - removed border
5299 - added DrawClone
5300 - GetNewPad
5301
5302 * mhist/MH3.cc:
5303 - removed some strange debug output
5304
5305 * mhist/MHCerPhotEvt.[h,cc]:
5306 - fixed some bug
5307 - made working with fDisplay
5308
5309 * mhist/Makefile:
5310 - added mmain
5311
5312 * mmain/MProgressBar.cc:
5313 - fixed a typo
5314
5315 * mmain/MStatusDisplay.[h,cc]:
5316 - new implementation
5317
5318 * mmain/MainLinkDef.h, mmain/Makefile:
5319 - added MStatusDisplay
5320 - added MGMenu
5321
5322 * mmain/MGMenu.[h,cc]:
5323 - added
5324
5325
5326
5327 2003/04/19: Abelardo Moralejo
5328
5329 * mmontecarlo/MMcEnergyEst.[h,cc]
5330 - Added. Contains routine for optimization of parameters of
5331 energy estimator.
5332
5333 * mmontecarlo/MMcEnergyMigration.[h,cc]
5334 - Added. Task to fill the energy migration matrix histograms
5335 contained in class MHMcEnergyMigration.
5336
5337
5338
5339 2003/04/17: Wolfgang Wittek
5340
5341 * mhist/MBinning.[h,cc]
5342 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
5343 by for (int i=1; i<fEdges.GetSize(); i++)
5344
5345
5346
5347 2003/04/17: Wolfgang Wittek
5348
5349 * mfileio/MCT1ReadPreProc.cc
5350 - removed : if (theta > pi/2) continue;
5351 otherwise get inconsistency between no.of read events
5352 and no.of events after filter
5353 - write into MCerPhotEvt also pixels with zero no. of photons
5354
5355 * manalysis/MSigmabar.cc
5356 - correct wrong argument in call to memset
5357
5358 * manalysis/MPadSchweizer.cc
5359 - pad also pixels with zero no.of photons
5360
5361 * mhist/MHSigmaTheta.[h,cc]
5362 - add plot of no.of used pixels in MCerPhotEvt
5363 - add plot of Id of blind pixel
5364
5365
5366
5367 2003/04/14: Wolfgang Wittek
5368
5369 * manalysis/Makefile
5370 AnalysisLinkDef.h
5371 - MNewImagePar and MNewImageParCalc removed
5372
5373
5374
5375
5376 2003/04/12: Thomas Bretz
5377
5378 * mmain/MStatusDisplay.[h,cc]:
5379 - added
5380
5381 * manalysis/MPadding.[h,cc]:
5382 - simplified includes
5383 - changed some code (discussed with Robert)
5384 - fixed comments in header
5385 - changed ClassDef to 0
5386 - changed output to Mars style
5387 - fixed the memory leak of fHSigmabarMax
5388 - replaced TRandom by gRandom
5389 - removed usage of ->operator
5390
5391 * manalysis/MApplyPadding.[h,cc]:
5392 - replaced fRnd by gRandom
5393 - used MH::SetBinning
5394 - use telescope theta instead of theta
5395 - removed usage of ->operator
5396 - removed PostProcess
5397
5398 * manalysis/MPadSchweizer.cc:
5399 - fixed outputs in PreProcess
5400
5401 * manalysis/MSigmabar.[h,cc]:
5402 - added Reset member function
5403 - usage of memset
5404 - don't skip NumPhotons==0
5405 - changes discussed with Robert
5406 - small simplifications in loops
5407 - some fixes to the output
5408
5409 * manalysis/MSigmabarCalc.[h,cc]:
5410 - fixed outputs
5411 - some small simplifications
5412 - moved test for theta<120deg to MCT1ReadPreProc
5413
5414 * mfileio/MCT1ReadPreProc.[h,cc]:
5415 - skip events with theta>90deg
5416
5417 * mhist/MHSigmaPixel.[h,cc]:
5418 - fixes to the screen output
5419 - simplified usage of MBinning
5420
5421 * mhist/MHSigmaTheta.[h,cc]:
5422 - fixes to the screen output
5423 - simplified usage of MBinning
5424 - lower cased upper case local variables
5425 - removed DrawClone from Finalize (call from macro or executable)
5426
5427 * mhist/MHSigmabarTheta.[h,cc]:
5428 - fixes to the screen output
5429
5430 * mhist/MHStarMap.cc:
5431 - added some const qualifiers
5432
5433 * mhist/MHHadronnes.cc:
5434 - removed output of function name in Finalize because this
5435 information is already available on the screen.
5436
5437 * manalysis/MCT1PointingCorrCalc.h:
5438 - changed ClassDef to 0
5439 - removed empty PostProcess
5440 - fixes to the screen output in PreProcess
5441 - changed the order of the arguments in the constructor
5442 (name, title to the end)
5443
5444 * manalysis/MMultiDimDistCalc.cc:
5445 - added two const qualifiers
5446
5447 * mtemp/MObservatory.cc:
5448 - changed Magic1 coordinates to CT1 GPS.
5449
5450
5451
5452 2003/04/12: Wolfgang Wittek
5453
5454 * manalysis/MCT1PointingCorrCalc.[h,cc]
5455 - replaces MPointingCorr.[h,cc]
5456
5457 * manalysis/AnalysisLinkDef.h
5458 Makefile
5459
5460 * mbase/MFilter.h
5461 - set ClassDef(MFilter,1)
5462
5463 * mhist/MHHadronness.[h,cc]
5464 - improve warning printout
5465
5466 * mhist/MHMatrix.[h,cc]
5467 - type of 3rd argument of member function Fill
5468 changed from 'MF' to 'MFilter'
5469
5470
5471
5472 2003/04/11: Thomas Bretz
5473
5474 * macros/readMagic.C:
5475 - replaced GetEventNum by GetNumEntry
5476
5477 * manalysis/MCT1SupercutsCalc.cc:
5478 - fixed constructor (no default for fHadronnessName)
5479 - missing fHadronness->SetReadyToSave added
5480
5481 * manalysis/MMultiDimDistCalc.cc:
5482 - missing fHadronness->SetReadyToSave added
5483
5484 * manalysis/MParameters.cc:
5485 - changed title
5486
5487 * mfilter/MFCT1SelFinal.h:
5488 - set ClassDef to 0
5489
5490 * mimage/Makefile:
5491 - fixed a typo
5492
5493 * mraw/MRawEvtData.cc:
5494 - fixed Pixel assignment (i->ipos, fPosInArray++)
5495
5496
5497
5498 2003/04/10: Thomas Bretz
5499
5500 * mbase/MContinue.[h,cc]:
5501 - changed, so that also a filter given as a pointer is added to
5502 the tasklist automatically
5503 - added SetInverted
5504 - added IsInverted
5505
5506 * mbase/MTaskList.[h,cc]:
5507 - added RemoveFromList-function
5508
5509 * merpp.cc:
5510 - fixed typo
5511
5512 * mbase/MFilter.[h,cc]:
5513 - removed unnecessary base functions for Pre//PostProcess
5514 - added SetInverted
5515 - added IsInverted
5516
5517 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
5518 mfilter/MF.cc, mfilter/MFilterList.cc
5519 - implemented IsConditionalTrue to support inverted filters
5520
5521 * mhist/MHHadronness.cc:
5522 - removed unnecessary check
5523
5524 * meventdisp/MGFadcDisp.cc:
5525 - remove all IDs in listbox
5526 - add entries sorted
5527
5528 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
5529 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
5530 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
5531 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
5532 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
5533 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
5534 - moved to new directory mimage
5535
5536 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
5537 - new
5538
5539 * Makefile:
5540 - added mimage
5541
5542 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
5543 mhist/HistLinkDef.h, mhist/Makefile:
5544 - removed moved files
5545
5546 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5547 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
5548 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
5549 - adapted
5550
5551
5552
5553 2003/04/09: Thomas Bretz
5554
5555 * manalysis/MCT1SupercutsCalc.[h,cc]:
5556 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
5557
5558 * mhist/MHMcTriggerLvl2.[h,cc]:
5559 - fixed a warning
5560 - removed global variables
5561
5562
5563
5564 2003/04/09: Abelardo Moralejo
5565
5566 * manalysis/MHillasSrc.cc
5567 - changed comment about meaning of fCosDeltaAlpha
5568
5569
5570
5571 2003/04/08: Thomas Hengstebeck
5572
5573 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
5574 - removed gStyle->SetOptStat(10), gStyle settings should be
5575 done by the user himself
5576
5577
5578
5579 2003/04/08: Abelardo Moralejo
5580
5581 * manalysis/MImgCleanStd.cc
5582 - Fixed "democratic" cleaning: now tail cut is proportional
5583 to pixel area instead of pixel radius as (erroneously) was
5584 before.
5585
5586 * NEWS
5587 - Changed comment on image cleaning.
5588
5589
5590
5591 2003/04/08: Thomas Bretz
5592
5593 * mhist/MHHadronness.cc:
5594 - no check for sump==0 and sumg==0 in loop necessary anymore
5595
5596 * Changelog, Changelog.02:
5597 - moved everything before 1/2003 to Changelog.02
5598
5599
5600
5601 2003/04/08: Wolfgang Wittek
5602
5603 * mfilter/MFCT1SelFinal.[h,cc]
5604 - add new member function SetHadronnessName()
5605
5606 * mhist/MHHadronness.[h,cc]
5607 - reset to SetOptStat(111100)
5608 - correct acceptance
5609
5610 * manalysis/MMultiDimDistCalc.[h,cc]
5611 - swap arguments in FindCreateObj
5612
5613
5614
5615 2003/04/08: Nicola Galante and Antonio Stamerra
5616
5617 * mhist/MHMcTriggerLvl2.[h,cc]
5618 - New class added (histograms for the MMcTriggerLvl2 class)
5619
5620 * mhist/Makefile
5621 - Added MHMcTrigggerLvl2 in SRCFILES
5622
5623 * manalysis/Makefile
5624 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
5625 (they were removed!!)
5626
5627 * manalysis/MMcTriggerLvl2.h
5628 - 'const' added in inline functions Get****
5629
5630 * manalysis/MMcTriggerLvl2Calc.cc
5631 - added call to Fill method of MHMcTriggerLvl2
5632
5633 * macros/triglvl2.C
5634 - updated to have histograms with MHMcTriggerLvl2
5635
5636 * macros/dohtml.C
5637 - added triglvl2.C
5638
5639 * NEWS
5640 - new comment on L2T selection classes
5641
5642 2003/04/08: Wolfgang Wittek
5643
5644 * mfilter/Makefile
5645 FilterLinkDef.h
5646 - MFCT1Supercuts removed
5647
5648 * manalysis/MMultiDimDistCalc.h
5649 - set ClassDef(MMultiDimDistCalc,1)
5650
5651 * manalysis/MCT1SupercutsCalc.[h,cc]
5652 - new; replaces MFCT1Supercuts in mfilter
5653
5654 * manalysis/Makefile
5655 AnalysisLinkDef.h
5656
5657
5658
5659 2003/04/07: Thomas Bretz
5660
5661 * Makefile:
5662 - changed order
5663
5664 * manalysis/MMultiDimDistCalc.[h,cc]:
5665 - fixed default title
5666 - simplified code
5667 - added fHadronnessName
5668
5669 * manalysis/MRanForestCalc.[h,cc]:
5670 - added fHadronnessName
5671
5672 * mbase/MAGIC.h:
5673 - fixed a bug with rootcint
5674
5675 * meventdisp/MGFadcDisp.cc:
5676 - fixed a variable name
5677
5678 * mhist/MHHadronness.cc:
5679 - removed many old comments
5680 - simplified some code
5681 - uses argument in Fill now
5682
5683 * mmain/MMonteCarlo.cc:
5684 - some code simplification
5685 - fixed a warning
5686
5687 * macros/dohtml.C:
5688 - added testenv.C
5689
5690 * readraw.cc:
5691 - simplified
5692
5693 * mraw/MRawEvtData.cc:
5694 - fixed a bug in the draw function (the drawn pixel has not been the
5695 one with the given Id, but simply the i-th entry in the array)
5696
5697 * mfilter/MFCT1Supercuts.[h,cc]:
5698 - changed naming style of variables
5699 - changes array access
5700
5701 * mhist/MHFadcCam.[h,cc]:
5702 - added HasHi
5703 - added Exists
5704
5705 * mmain/MDataCheck.cc:
5706 - removed unimplemented buttons
5707
5708 * mdatacheck/MGDisplayAdc.[h,cc]:
5709 - tried to implement some unimplemented buttons
5710 - don't display non existing (empty) histograms in list
5711
5712
5713
5714 2003/04/04: Thomas Bretz
5715
5716 * mtools/MagicReversi.[h,cc]:
5717 - added support for Number of Players
5718 - added instructions
5719 - added support for Esc key
5720
5721 * mbase/MAGIC.h:
5722 - added version check to MAGIC.h
5723
5724
5725
5726 2003/04/04: Wolfgang Wittek
5727
5728 * mfilter/Makefile
5729 /FilterLinkDef.h
5730 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
5731 MFCT1Supercuts
5732
5733 * mfilter/MFCT1SelBasic.[h,cc]
5734 /MFCT1SelStandard.[h,cc]
5735 /MFCT1SelFinal.[h,cc]
5736 - new; they replace manalysis/MSelBasic.[h,cc]
5737 /MSelStandard.[h,cc]
5738 /MSelFinal.[h,cc]
5739
5740 * mfilter/MFCT1Supercuts.[h,cc]
5741 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
5742
5743 * manalysis/MSelBasic.[h,cc]
5744 /MSelStandard.[h,cc]
5745 /MSelFinal.[h,cc]
5746 - deleted
5747
5748 * manalysis/Makefile
5749 AnalysisLinkDef.h
5750 - MSelBasic, MSelStandard, MSelFinal removed
5751
5752 * mfileio/MCT1ReadPreProc.[h,cc]
5753 - smeare theta only for MC events
5754
5755 // The following is not yet commited !!!!!!!!!!!!!
5756 * Mars/Makefile
5757 - in SUBDIRS put mfilter before manalysis
5758 (otherwise get link error)
5759
5760
5761
5762 2003/04/03: Abelardo Moralejo
5763
5764 * mmontecarlo/MMcTriggerRateCalc.cc:
5765 - added #include <math.h> for compilation on alpha (otherwise
5766 floor() is unkown)
5767
5768
5769
5770 2003/04/03: Thomas Bretz
5771
5772 * macros/testenv.C:
5773 - added
5774
5775 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
5776 mbase/MParList.cc, mbase/MTaskList.cc:
5777 - changed the stuff for reading steering card - didn't really
5778 work like expected
5779
5780 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
5781 - adapted ReadEnv
5782
5783 * mhist/MHMatrix.[h,cc]:
5784 - added ReadEnv
5785
5786 * mfileio/MCT1ReadPreProc.[h,cc]:
5787 - base SmearTheta on new FindLoEndge
5788 - simplified
5789
5790 * mhist/MBinning.h:
5791 - added FindBinLoEdge
5792 - added FindBinHiEdge
5793
5794 * mdata/MDataArray.[h,cc]:
5795 - added Clear
5796 - added Delete
5797
5798 * mbase/MEvtLoop.cc:
5799 - added output of the name
5800
5801 * mbase/MLog.[h,cc]:
5802 - don't use any pthread stuff if _REENTRANT is not defined
5803
5804 * mfileio/MRead.cc, mhist/MHMatrix.cc:
5805 - fixed waring for unreachable statement
5806
5807 * mhist/MHArray.cc:
5808 - fixed: redifinition of default argument
5809
5810
5811
5812
5813 2003/04/02: Abelardo Moralejo
5814
5815 * mmc/MMcTrigHeader.hxx
5816 - added threshold>0 check in the calculation of
5817 GetMeanThreshold
5818
5819 * mmontecarlo/MMcTriggerRateCalc.cc
5820 - The check of the MC spectral index value is now done by
5821 comparing integers instead of real numbers.
5822 - Found out with GREAT surprise that the graphical output
5823 has been completely commented out by someone(?) because it
5824 produced a memory leak. Also the function comment did not
5825 match the rules (my fault; is it correct now?) This commenting
5826 out has not been logged to this file, as far as I can see. This
5827 is rather unkind, I thought that when somebody finds some bug or
5828 messy code, he should either correct and commit it (and log the
5829 change here) and/or inform the author of the mistake to correct
5830 it. Please try to do so in the future instead of simply
5831 commenting out useful code!
5832
5833 * mdata/MDataValue.h
5834 - added default constructor (otherwise, no constant values
5835 can be used in the parameters used in the random forest
5836 separation)
5837
5838
5839
5840
5841 2003/04/02: Wolfgang Wittek
5842
5843 * mfileio/Makefile
5844 - mhist added, because MBinning is used in MCT1ReadPreproc
5845
5846 * mfileio/MCT1ReadPreProc.[h,cc]
5847 - new member function SmearTheta
5848 - store smeared Theta in MMcEvt::fTelescopeTheta
5849 store original Theta in MParameterD container "ThetaOrig"
5850 store fhourangle in MParameterD container "HourAngle"
5851
5852 * manalysis/MPointingCorr.[h,cc]
5853 - get hour angle from ParameterD container "HourAngle"
5854
5855 * manalysis/MSelBasic.[h,cc]
5856 MSelStandard.[h,cc]
5857 MSelFinal.[h,cc]
5858 - new member functions SetCuts()
5859
5860
5861
5862 2003/04/01: Abelardo Moralejo
5863
5864 * macros/CT1EnergyEst.C
5865 - added argument (maximum dist parameter), changed (reduced) output
5866 histograms, added writing to (and reading from) a file the energy
5867 estimation parameters and the histograms. Added comments.
5868
5869 * manalysis/MEnergyEstParam.[h,cc]
5870 - added member function GetCoeff. Changed comment.
5871
5872
5873
5874 2003/03/31: Thomas Bretz
5875
5876 * manalysis/MParameters.[h,cc]:
5877 - added
5878
5879 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5880 - added MParameters, MParameterD, MParameterI
5881
5882 * mhist/MHArray.[h,cc]:
5883 - added default constructor
5884 - added Set-function
5885 - added Init function
5886 - moved code from constructors to Set and Init
5887
5888 * Makefile.conf.linux:
5889 - removed -fno-rtti to make it compatible with root 3.04.02
5890
5891 * NEWS:
5892 - changed
5893
5894 * manalysis/MImgCleanStd.[h,cc]:
5895 - added SetLvl1
5896 - added SetLvl2
5897 - added ReadEnv
5898
5899 * manalysis/MNewImagePar.[h,cc]:
5900 - removed unnecessary fHillas data member
5901 - removed unnecessary fSrcPos data member
5902 - removed unnecessary Set/GetSrcPos
5903
5904 * manalysis/MNewImageParCalc.[h,cc]:
5905 - removed unnecessary SetSrcPos
5906 - removed const-qualifier from fGeomCam, fCerPhotEvt
5907 (trouble with root 3.02/06)
5908
5909 * manalysis/MRanForest.cc:
5910 - changed cout-output
5911
5912 * manalysis/MSigmabar.cc:
5913 - changed Area to area (local variable)
5914
5915 * mbase/MEvtLoop.[h,cc]:
5916 - added evtloop name to constructor (default=Evtloop)
5917 - adapted StreamPrimitive
5918 - added ReadEnv
5919 - added WriteEnv
5920
5921 * mbase/MParContainer.[h,cc]:
5922 - removed TROOT.h
5923 - fixed const-qualifier for Copy-function for root>3.04.01
5924 - added ReadEnv
5925 - added WriteEnv
5926 - added IsEnvDefined
5927 - added GetEnvValue
5928
5929 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
5930 - added ReadEnv
5931 - added WriteEnv
5932
5933 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
5934 - changed AddFile declaration to declaration in MRead
5935 - added return value to AddFile
5936
5937 * mfileio/MRead.[h,cc]:
5938 - added template for AddFile
5939 - added ReadEnv
5940
5941 * mgui/MHexagon.[h,cc]:
5942 - fixed const-qualifier for Copy-function for root>3.04.01
5943
5944 * mhist/MH.cc:
5945 - fixed the FindGoodLimit stuff for root> 3.04.01
5946
5947 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
5948 - removed unnecessary casts
5949 - fixed a copilation error with root 3.04.01 (kFullDotlarge
5950 doesn't exist)
5951 - removed second Draw (one should not add something twice to
5952 the pad)
5953
5954 * mmontecarlo/MMcTriggerRateCalc.cc:
5955 - changes to the header
5956 - changes to the fLog stuff
5957 - added a cast to get rid of a warning
5958
5959 * mtools/Makefile, mtools/ToolsLinkDef.h:
5960 - added MagicReversi
5961
5962 * mtools/MagicRevers.[h,cc]:
5963 - added
5964
5965
5966
5967 2003/03/28: Thomas Bretz
5968
5969 * mbase/MParContainer.h:
5970 - added kEnableGraphicalOutput
5971 - added EnableGraphicalOutput
5972 - added IsGraphicalOutputEnabled
5973
5974 * mbase/MParList.h:
5975 - changed BIT(15) to BIT(17)
5976
5977 * mhist/MH.[h,cc]:
5978 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
5979
5980 * mhist/MH3.h:
5981 - changed BIT(15) to BIT(17)
5982 - changed BIT(16) to BIT(18)
5983 - changed BIT(17) to BIT(19)
5984
5985 * mhist/MHMatrix.[h,cc]:
5986 - added DrawDefRefInfo
5987 - added CopyCrop
5988 - added GetRandomArrayI
5989 - changed DefRefMatrix to support the above
5990 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
5991 instead of evtcount1)
5992 - Don't do anything in the finalization if the matrix has the correct
5993 dimensions
5994 - fixed comment of DefRefMatrix
5995 - changed number of first column from 1 to 0
5996 - changed BIT(16) to BIT(17)
5997
5998
5999
6000 2003/03/28: Wolfgang Wittek
6001
6002 * mhist/MHMatrix.cc
6003 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
6004 nmaxevts = fM.GetNrows()
6005
6006 * manalysis/MSelBasic.[h,cc]
6007 - better output
6008
6009 * manalysis/MSelStandard.[h,cc]
6010 - different cut in DIST
6011
6012 * mfileio/MCT1ReadPreProc.[h,cc]
6013 - store hour angle in variable fOtherCphFraction
6014
6015 * manalysis/MHillasSrcCalc.h
6016 - replace in 'SetInput' fHillasName = hilname;
6017 by fHillasInput = hilname;
6018
6019 * manalysis/MNewImagePar.[h,cc]
6020 /MNewImageParCalc.[h,cc]
6021 - new; calculates new image parameters
6022
6023 * mhist/MHNewImagePar.[h,cc]
6024 - new; plots new image parameters
6025
6026 * manalysis/AnalysisLinkDef.h
6027 manalysis/Makefile
6028
6029 * mhist/HistLinkDef.h
6030 mhist/Makefile
6031
6032
6033
6034 2003/03/27: Thomas Hengstebeck
6035
6036 * manalysis/MRanForest.[h,cc]
6037 - allocation of TObjArray fForest moved to constructor.
6038 - use of gRandom
6039
6040 * manalysis/MRanTree.[h,cc]
6041 - use of gRandom
6042
6043 * macros/RanForest.C
6044 - gRandom initialized as TRandom3 object.
6045
6046
6047
6048 2003/03/25: Abelardo Moralejo
6049
6050 * macros/mergecamera.C
6051 - added warning to prevent dangerous misuse of this macro.
6052
6053
6054
6055 2003/03/25: Wolfgang Wittek
6056
6057 * mhist/MHStarMap.[h,cc]
6058 - use constant step size along the main axis of the ellipse
6059
6060 * manalysis/MPointingCorr.[h,cc]
6061 - new class for calculating the pointing correction
6062
6063 * mmc/MMcEvt.hxx
6064 - add GetOtherCphFraction()
6065
6066 * manalysis/Makefile
6067
6068 * manalysis/AnalysisLinkDef.h
6069
6070
6071
6072 2003/03/24: Abelardo Moralejo
6073
6074 * manalysis/MEnergyEstParam.cc
6075 - now energy estimation (for CT1) is done using the same model
6076 as in D.Krannich's thesis.
6077
6078
6079
6080 2003/03/24: Thomas Bretz
6081
6082 * manalysis/MHillasSrcCalc.[h,cc]:
6083 - removed last argument in constructor, replaced by SetInput
6084
6085 * mfilter/MFEventSelector.[h,cc]:
6086 - removed unnecessary last argument
6087
6088
6089
6090 2003/03/21: Thomas Hengstebeck
6091
6092 * manalysis/MRanTree.[h,cc]
6093 - new; parameter container to store a single random tree
6094
6095 * manalysis/MRanForest.[h,cc]
6096 - new; parameter container to store complete forest
6097
6098 * manalysis/MRanForestGrow.[h,cc]
6099 - new; task to grow trees (training)
6100
6101 * manalysis/MRanForestCalc.[h,cc]
6102 - new; task to calculate hadronness using random forest
6103
6104 * manalysis/MRanForestFill.[h,cc]
6105 - new; task to read in the trees of the random forest
6106
6107 * manalysis/Makefile, manalysis/HistLinkDef.h:
6108 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
6109 MRanForestFill
6110
6111 * mhist/MHRanForest.[h,cc]
6112 - new; histogram showing variance of estimated hadronness as
6113 function of no. of combined trees
6114
6115 * mhist/MHRanForestGini.[h,cc]
6116 - new; histogram showing mean decrease in Gini-index as function
6117 of RF-input-parameters
6118
6119 * mhist/Makefile, mhist/HistLinkDef.h:
6120 - added MHRanForest, MHRanForestHillas
6121
6122 * macros/RanForest.C
6123 - new; g/h-separation by Random Forest-method
6124
6125 * macros/RanForest2.C
6126 - new; reading in saved random forest (using MRanForestFill)
6127
6128
6129
6130 2003/03/21: Abelardo Moralejo
6131
6132 * mhist/MHMatrix.[h,cc]:
6133 - Added third argument (a filter) to the second instantiation
6134 of the Fill procedure.
6135
6136 * macros/CT1EnergyEst.C:
6137 - Example of the parameter calculation and use of the energy
6138 estimation method for CT1.
6139
6140
6141
6142 2003/03/21: Thomas Bretz
6143
6144 * manalysis/MEnergyEstParam.[h,cc]
6145 - Added StopMapping and Print functions.
6146
6147 * manalysis/MSel*.h:
6148 - set default for HilName to MHillas
6149 - set default for HilNameSrc to MHillasSrc
6150
6151 * mfileio/MCT1ReadPreProc.[h,cc]:
6152 - do not flood the output with all events from the first run
6153 - output meaningfull text instead of variable names
6154 - removed a 'goto'!
6155 - changed savePedRMS according to the coding conventions to
6156 fPedRMS and the array of fixed size to a TArrayF
6157
6158 * mbase/MEvtLoop.cc:
6159 - added a events counter which counts the real number of
6160 processed events.
6161
6162 * mdata/MDataChain.[h,cc]:
6163 - implemented random numbers
6164 - implemented a conversion from degrees to radians and vice versa
6165
6166
6167
6168 2003/03/20: Thomas Bretz
6169
6170 * mfilter/MF.[h,cc]:
6171 - changed fFilter (already used in base class MTask) to fF
6172
6173
6174
6175 2003/03/19: Abelardo Moralejo
6176
6177 * macros/CT1collarea.C:
6178 - Added filter to cut in hadronness (now available in new version
6179 of root CT1 Monte Carlo file from Wolfgang).
6180
6181
6182
6183 2003/03/19: Robert Wagner
6184
6185 * mhist/MH3.cc:
6186 - changed MH3::New() such that constructor according to Thomas'
6187 previous changes is supported
6188
6189
6190
6191 2003/03/19: Thomas Bretz
6192
6193 * mhist/MH3.[h,cc]:
6194 - changed default constructor to support different dimensions
6195
6196 * mhist/MHArray.[h,cc]:
6197 - added AddHistogram
6198
6199 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
6200 meventdisp/MReadMarsFile.cc:
6201 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
6202
6203 * macros/estfit.C:
6204 - adopted to new MChisqEval
6205
6206 * mtools/MChisqEval.[h,cc]:
6207 - added
6208
6209 * mtools/Makefile, mtools/ToolsLinkDef.h:
6210 - added MChisqEval
6211
6212 * manalysis/MEnergyEstParam.[h,cc]:
6213 - slight changes
6214
6215 * mfileio/MCT1ReadPreProc.cc:
6216 - changed name to MRead
6217
6218
6219
6220 2003/03/18: Thomas Bretz
6221
6222 * mfileio/MReadTree.cc:
6223 - fixed a bug in the AddFile function
6224
6225 * mhist/MHMatrix.[h,cc]:
6226 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
6227 return the 'unused' events
6228
6229
6230
6231 2003/03/18: Abelardo Moralejo
6232
6233 * mhist/MHMcCT1CollectionArea.[h,cc]
6234 - Added arguments in constructor: number of bins and ranges of the
6235 x-axis (energy) of the 2-d histograms. Changed type of binning:
6236 now the x-axis is log10(energy) and bins have equal width.
6237
6238 * macros/CT1collarea.C
6239 - The MHMcCT1CollectionArea object is now created and added to the
6240 parlist so that we can choose the binning. Changed the way
6241 histograms are written to the output file.
6242
6243
6244
6245 2003/03/13: Abelardo moralejo
6246
6247 * mhist/MHMcCT1CollectionArea.[h,cc]
6248 - Added for calculations of collection area for CT1.Contains three
6249 2-d histograms with axis energy vs theta angle: one histogram for
6250 all events, one for analyzed events, one for the collection area.
6251
6252 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
6253 - Added for the same reason.
6254
6255 * macros/CT1collarea.C
6256 - Uses the above classes
6257
6258
6259
6260 2003/03/12: Abelardo Moralejo
6261
6262 * macros/mergecamera.C
6263 - Added. Merges several MC camera output files into a single file.
6264
6265
6266
6267 2003/03/08: Wolfgang Wittek
6268
6269 * macros/AnalyseCT1.C
6270 - for the CT1 data analysis
6271
6272 * mhist/MHMatrix.[h,cc]
6273 - let refcolumn start at 1 (not at 0)
6274
6275 * mhist/MHSigmaTheta.[h,cc]
6276 - Draw replaced by DrawCopy
6277 - add SetDirectory(NULL)
6278
6279 * manalysis/MSelBasic.[h,cc]
6280 MSelStandard.[h,cc]
6281 MSelFinal.[h,cc]
6282 - more detailed output for errors
6283 - bugs removed
6284
6285 * manalysis/MPadSchweizer.[h,cc]
6286 - add SetDirectory(NULL)
6287 - add fErrors
6288
6289 * mfilter/MFEventSelector.[h,cc]
6290 - add fErrors
6291
6292 * manalysis/MMultiDimDistCalc.[h,cc]
6293 - check division by zero
6294
6295 * mhist/MHHadronness.[h,cc]
6296 - check division by zero
6297 - normalize distributions of hadronness
6298
6299 * mfileio/MCT1ReadPreProc.[h,cc]
6300 - add event number (event.isecs_since_midday)
6301 - change definition of "fIsMcFile",
6302 because outpars.bmontecarlo is set wrongly sometimes
6303 - copy pedestalRMS for each event from the header information
6304 - check for the presence of a footer record even after reading
6305 a run header
6306
6307 * mmc/MMcEvt.[hxx,cxx]:
6308 - add GetEvtNumber()
6309
6310
6311
6312 2003/02/27: Abelardo Moralejo
6313
6314 * mmontecarlo/MMcTriggerRateCalc.cc:
6315 - Fixed: MMCTrigHeader could not be found in the case of camera
6316 files containing single trigger condition.
6317
6318 * macros/trigrate.C
6319 - no plot is made in the case of single trigger condition.
6320
6321 * mhist/MHMcRate.[h,cc]
6322 - Added member fTriggerCondNum to keep track of what trigger
6323 condition corresponds to each MHMcRate object, for the case of
6324 files with more than one condition (when running camera in
6325 trigger_loop mode). Added also Set and Get procedures for nre
6326 member.
6327
6328 * mmain/MMonteCarlo.cc
6329 - Fixed bug: matrix BgR was created with dimension "dim", a number
6330 which can be negative. Put "num" instead of "dim".
6331
6332
6333
6334 2003/02/25: Thomas Bretz
6335
6336 * mbase/MParContainer.cc:
6337 - small simplification for Cosy
6338
6339 * mbase/MLog.cc:
6340 - allow a maximum of 1000 lines in the gui
6341
6342
6343
6344 2003/02/25: Abelardo Moralejo
6345
6346 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6347 - Added axis labels in graphic output
6348 - Added Get function for rate histograms
6349
6350 * macros/trigrate.C
6351 - Added output file with rate histograms
6352
6353
6354
6355 2003/02/24: Abelardo Moralejo
6356
6357 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6358 - Fixed mistake when analysing camera files containing all
6359 events (including non-triggers): fShowers was always zero.
6360 - Added reading of MMcTrigHeaders in ReInit
6361 - Added procedure Draw for graphics output: rate versus
6362 discriminator threshold (useful for camera files with several
6363 trigger conditions).
6364
6365 * macros/trigrate.C
6366 - Added some explanations. Style improvements in function
6367 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
6368
6369 * mhist/MHMcRate.[h,cc]
6370 - Added GetTriggerRate() and GetTriggerRateError()
6371 - Added members fMultiplicity and fMeanThreshold, with their
6372 corresponding Set and Get functions
6373 - Added info on discriminator threshold and L1 trigger
6374 multiplicity on the printout.
6375
6376 * mmc/MMcTrigHeader.hxx
6377 - Added GetMultiplicity() and GetMeanThreshold()
6378
6379
6380 2003/02/22: Wolfgang Wittek
6381
6382 * mhist/Makefile
6383 - MHSigmaTheta added
6384
6385 * mhist/HistLinkDef.h
6386 - MHSigmaTheta added
6387
6388 * mhist/MHSigmaTheta.[h,cc]
6389 - type inconsistency removed
6390
6391
6392
6393 2003/02/21: Abelardo Moralejo
6394
6395 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6396 - adapted to new camera files, added warnings.
6397 - added ReInit procedure to read relevant info from from the
6398 run headers
6399
6400 * mhist/MHMcRate.[h,cc]
6401 - adapted accordingly. Added Set functions for several members.
6402
6403 * mmc/MMcCorsikaRunHeader.h
6404 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
6405
6406 * mmain/MMontecarlo.cc, macros/trigrate.C
6407 - adapted to changes above, changed MReadTree to MReadMarsFile to
6408 be able to read the run headers.
6409
6410
6411
6412 2003/02/21: Antonio Stamerra
6413
6414 * manalysis/MMcTriggerLvl2.[cc|h]
6415 - new data member fCompactNN needed to define a compact pixels
6416 - new inline functions SetCompactNN and GetCompactNN
6417 - Method Calc(int neighpix) -> Calc(). The value of neighpix
6418 is read from fCompactNN
6419
6420 * manalysis/MMcTriggerLvl2Calc.[cc|h]
6421 - Check on fCompactNN added in the PreProcess
6422
6423 * macros/triglvl2.C
6424 - Set of fCompactNN added
6425
6426
6427
6428 2003/02/21: Wolfgang Wittek
6429
6430 * manalysis/MSelFinal.[h,cc]
6431 - 'const' removed from pointers
6432
6433 * macros/AnalyseCT1.C
6434 - macro for the CT1 analysis (work in progress)
6435
6436
6437
6438 2003/02/20: Wolfgang Wittek
6439
6440 * manalysis/Makefile
6441 - add MSelFinal
6442
6443 * manalysis/AnalysisLinkDef.h
6444 - add MSelFinal
6445
6446 * manalysis/MPadSchweizer.[h,cc]
6447 - slight modification of padding procedure
6448
6449 * manalysis/MSigmabarCalc.[h,cc]
6450 - 'const' removed from pointers
6451
6452 * mhist/MHMatrix.[h,cc]
6453
6454 * mhist/MHSigmaTheta.[h,cc]
6455
6456
6457
6458 2003/02/20: Abelardo Moralejo
6459
6460 * mhist/MH.cc
6461 - Removed call to TGaxis::Optimize for compilation under root
6462 versions > 3.03, since in them this procedure is no longer
6463 existing. I did this to allow compilation under root_3.04,
6464 since earlier versions has a bug which prevents from
6465 plotting in the simple way some variables in a tree
6466 (example: fConc and others in the output of star.C). This
6467 is a temporal fix, I guess something will have to
6468 substitute the call to Optimize...
6469
6470
6471
6472 2003/02/20: Antonio Stamerra
6473
6474 * manalysis/MMcTriggerLvl2.[cc|h]
6475 - new; replaces MTrigLvl2.[cc|h]
6476 - new data members: fLutPseudoSize, fPseudoSize.
6477 - functions renamed:
6478 GetLutPseudoSize -> CalcBiggerLutPseudoSize
6479 GetBiggerFiredCell -> CalcBiggerFiredCell
6480 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
6481 - new member functions:
6482 Calc(); CalcPseudoSize (not yet implemented)
6483 - Redefined Print() function as a TObject.
6484 - pixels_in_cell and pixels_in_lut redefined as static data
6485 members
6486
6487 * manalysis/MMcTriggerLvl2Calc.[cc|h]
6488 - new; replaces MTrigLvl2FillTask.[cc|h]
6489 - creation and filling of histograms commented
6490 - Process() calls the MMcTriggerLvl2::Calc()
6491
6492 * mfilter/MFTriggerLvl2.[h|cc]
6493 - new class to select events using MMcTriggerLvl2 data members.
6494
6495 * macros/triglvl2.C
6496 - added example to use the MFTriggerLvl2 filter.
6497
6498
6499
6500 2003/02/19: Wolfgang Wittek
6501
6502 * manalysis/MSelBasic.[h,cc]
6503 - new; evaluates the Basic Cuts (after the calibration)
6504
6505 * manalysis/MSelStandard.[h,cc]
6506 - new; evaluates the Standard Cuts
6507 (after the calculation of the image parameters and before the
6508 calculation of the hadronness)
6509
6510 * manalysis/MHillasCalc.[h,cc]
6511 - replace
6512 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
6513 by
6514 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
6515 fHilName);
6516 in order to allow MHillas containers with a name
6517 different from "MHillas"
6518
6519 * mhist/MHHillasExt.[h,cc]
6520 - replace
6521 TObject *obj = plist->FindObject("MHillas");
6522 by
6523 TObject *obj = plist->FindObject(fHilName, "MHillas");
6524 in order to allow MHillas containers with a name
6525 different from "MHillas"
6526 - add a 3rd argument in the constructor : fHilName
6527
6528 * manalysis/MHillasSrcCalc.[h,cc]
6529 - add new argument for constructor:
6530 the name of the MHillas input container
6531 in order to allow MHillas input containers with a name
6532 different from "MHillas"
6533
6534 * mhist/MHMatrix.[h,cc]
6535 - add member function DefRefMatrix();
6536 it defines the reference sample for the g/h separation;
6537 the selection of events for the reference sample can be made
6538 such that the distribution of a certain variable (for example
6539 Theta) agrees with a target distribution.
6540
6541 * mfilter/MFEventSelector.[h,cc]
6542 - add new argument for constructor:
6543 the name of the read object
6544 in order to allow also read objects which have a name
6545 different from
6546 "MRead"
6547
6548
6549
6550 2003/02/18: Thomas Bretz
6551
6552 * mfileio/MReadTree.cc:
6553 - added a fix for a bug in the workaround using wildcards
6554
6555
6556
6557 2003/02/14: Thomas Bretz
6558
6559 * mtemp/MObservatory.[h,cc]:
6560 - added
6561
6562
6563
6564 2003/02/10: Abelardo Moralejo
6565
6566 * Makefile.conf.osf1
6567 - Added -lpthread to compilation flags (otherwise linking fails
6568 in alfa)
6569
6570 * manalysis/Makefile, AnalysisLinkDef.h
6571 - Changed MApplyPadding for MPadding
6572
6573
6574
6575 2003/02/07: Wolfgang Wittek
6576
6577 * mhist/MHSigmaTheta.[h,cc]
6578 - new; 2D distribution : Theta, Sigmabar
6579 3D distribution : Theta, pixel number, Sigma
6580 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
6581 these histograms may be used for the padding
6582
6583 * manalysis/MPadding.[h,cc]
6584 - new; replaces MApplyPadding.[h,cc]
6585 some errors removed
6586
6587 * manalysis/MSigmabar.[h,cc]
6588 - new definition of Sigmabar (only relevant for MAGIC)
6589 - add in member function 'Calc' a 3rd argument : 'const
6590 MCerPhotEvt &evt'
6591 - calculate sigmabar for 'MCerPhotEvt' pixels
6592 - in member function 'Calc' return Float_t fSigmabar instead of
6593 Bool_t
6594 - copies of objects replaced by references
6595
6596 * manalysis/MSigmabarCalc.[h,cc]
6597 - fSig->Calc(*fCam, *fPed) replaced by
6598 fSig->Calc(*fCam, *fPed, *fEvt)
6599 - change type of result of fSig->Calc from Bool_t to Float_t
6600
6601 * mfileio/MCT1ReadPreProc.cc
6602 - add in member function PreProcess() the initialization of the
6603 total number of pixels :
6604 fPedest->InitSize(iMAXNUMPIX);
6605 - remove statements that cannot be reached ('break' after
6606 'return')
6607
6608 * manalysis/MPadSchweizer.[h,cc]
6609 - alternative to MPadding
6610 - does the padding ala Thomas Schweizer
6611
6612
6613
6614 2003/02/06: Thomas Bretz
6615
6616 * mgeom/MGeomCam.[h,cc]:
6617 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
6618
6619
6620
6621 2003/02/07: Antonio Stamerra
6622
6623 * manalysis/MTrigLvl2.[cc|h]
6624 - added new function
6625 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
6626 neighpix=2) which calculates the number of compact pixel
6627 in one lut
6628 - added new function GetLutPseudoSize(int neighpix=2) which
6629 calculates the lut-pseudosize
6630 - added static data member pixel_in_lut
6631 - merging of the PrintCell and PrintStatus functions in a single
6632 Print(int cell) function
6633 - Added comments using the standard layout
6634 - some small changes following Thomas comments (memset, *fLog)
6635
6636
6637
6638 2003/02/06: Thomas Bretz
6639
6640 * mbase/MLog.[h,cc]:
6641 - serialized the GUI output (problems with mutithreded prgs,
6642 eg Cosy)
6643
6644 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
6645 mtemp/MVPPlotter.[h,cc]:
6646 - added changes discussed in Wuerzburg
6647
6648 * mfileio/MCT1ReadPreProc.cc:
6649 - some simplifications
6650
6651
6652
6653 2003/01/31: Antonio Stamerra & Marcos Lopez
6654
6655 * mgui/MCamDisplay.[cc|h]
6656 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
6657 const Int_t color, Float_t min, Float_t max) which just set the
6658 color of a given pixel
6659
6660 * created two new classes for simulating the second level trigger
6661 in the directory manalysis:
6662 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
6663 // selection strategies
6664 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
6665 // MTrigLvl2 with the Lvl1 trigger
6666 // information
6667
6668 * manalysis/Makefile
6669 - Added -I../mgui
6670
6671 * Added macro macros/triglvl2.C which uses the above classes.
6672
6673
6674
6675 2003/01/27: Robert Wagner
6676
6677 * mfileio/MCT1ReadPreProc.[cc|h]
6678 - Added call of MTaskList::ReInit after processing of new
6679 run header
6680 - Filling of MC container complies to Oscar's changes of
6681 MMcEvt.[hxx,cxx] dated 2003/01/20
6682 - Added filling of run number in MRawRunHeader object while
6683 processing a new run header
6684
6685
6686
6687 2003/01/23: Robert Wagner
6688
6689 * manalyis/MSigmabarCalc.cc
6690 - MSigmabarCalc::Process()
6691 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
6692
6693
6694
6695 2003/01/20: Oscar Blanch
6696
6697 * mmc/MMcEvt.[hxx,cxx]
6698 - Data members: fElecCphFraction, fMuonCphFraction,
6699 fOtherCphFraction have been introduced.
6700 - Class version updated to 3.
6701
6702 * mmc/MMcCorsikaRunHeader.[h.cc]
6703 - Data members: fWobbleMode and fAtmosphericModel introduced.
6704 - Class version updated to 2.
6705
6706
6707
6708 2003/01/19: Thomas Bretz
6709
6710 * manalysis/MCerPhotCalc.[h,cc]:
6711 - slight changes, mainly to the layout
6712
6713 * manalysis/MCerPhotEvt.[h,cc]:
6714 - some small changes to make the code a bit faster
6715
6716 * manalysis/MCerPhotPix.[h,cc]:
6717 - added AddNumPhotons
6718
6719 * mbase/MContinue.[h,cc]:
6720 - changed comments
6721 - enhanced functionality and fixed some small bugs
6722
6723 * mbase/Makefile:
6724 - added mfilter to paths (to be fixed)
6725
6726 * mfileio/MCT1ReadPreProc.cc:
6727 - Init fNumEvents = 0
6728
6729 * mgeom/MGeomCam.cc:
6730 - return 0 Ratio if the pixel number exceeds the number of pixels
6731
6732 * mgui/MCamDisplay.[h,cc]:
6733 - added sanity check for the maximum number of pixels
6734 - added functions to set the three different palettes
6735 - removed the buttons
6736 - fixed the context menu display
6737
6738 * mhist/HistLinkDef.h, mhist/Makefile:
6739 - added MHCerPhotEvt
6740
6741 * mhist/MHCerPhotEvt.[h,cc]:
6742 - added
6743
6744 * mhist/MFillH.cc:
6745 - changed the initialization of fParContainer from pList to NULL
6746
6747 * mhist/MHHillasExt.cc:
6748 - fixed a smallo bug when filling the histograms (crached when scaling
6749 under some circumstances)
6750
6751 * mhist/MHStarMap.cc:
6752 - added a warning output
6753
6754 * mmontecarlo/MMcCollectionAreaCalc.cc:
6755 - added a check for impact=NaN (some MC Files have this)
6756
6757
6758
6759 2003/01/17: Robert Wagner
6760
6761 * manalysis/MApplyPadding.cc
6762 - bugfix: Effective number of used pixels taken from
6763 MCerPhotEvt container, not from MPedestalCam
6764
6765
6766
6767 2003/01/16: Wolfgang Wittek
6768
6769 * mhist/MHMatrix.[h,cc]
6770 - member function MHMatrix::Read added
6771 the function calls TObject::Read(name) and SetName(name)
6772
6773
6774
6775 2003/01/15: Wolfgang Wittek
6776
6777 * mdata/MDataMember.cc
6778 - in MDataMember::PreProcess()
6779 "if (fCall)" replaced by "if (fCall && !fObject)"
6780 The additional condition "&& !fObject" is to make sure that read
6781 MDataMembers works correctly.
6782
6783
6784
6785 2003/01/08: Oscar Blanch Bigas
6786
6787 * mgeom/MGeomMirror.[h,cc]
6788 - Varible members to store mirror reflectivities have been
6789 introduced: fReflectivity and fWavelength.
6790 - Member function to set reflectivity added: SetReflectivity
6791 - Member function to set TArrayF size: SetArraySize
6792 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.