source: trunk/MagicSoft/Mars/Changelog@ 2694

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