source: trunk/MagicSoft/Mars/Changelog@ 2714

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