source: trunk/MagicSoft/Mars/Changelog@ 2678

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