source: trunk/MagicSoft/Mars/Changelog@ 2689

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