source: trunk/MagicSoft/Mars/Changelog@ 2688

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